https://bz.apache.org/bugzilla/show_bug.cgi?id=66660

--- Comment #23 from Remy Maucherat <r...@apache.org> ---
(In reply to Diego Rivera from comment #22)
> (In reply to Diego Rivera from comment #21)
> >       <Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster"
> >                channelStartOptions="3"
> >                channelSendOptions="8">
> 
> Apparently those options attributes break the K8s stuff ... I removed them
> and everything started ticking along quite happily. So at least there's that
> avenue.

I had a look to verify there was no problem, and channelStartOptions allows
doing the startup in multiple controlled steps. Using "3", the membership
service is not started, so the membership provider is not either. Some other
component has to do the other start steps explicitly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to