RE: Delay between stop/start cassandra

2021-03-17 Thread Regis Le Bretonnic
Clear… Thanks for the detailed answer… De : Jeff Jirsa So, 30s or -Dcassandra.ring_delay_ms= on the command line, but note that this ALSO impacts normal startup/shutdown/expand/shrink/etc type operations, and if you have to ask how to change it, you probably shouldn't. - Jeff

Re: Delay between stop/start cassandra

2021-03-17 Thread Jeff Jirsa
ple but basically we had a lot of pressure on > Cassandra node when restarting all our PHP servers during a new code > rollout requiring PHP reload for instance (many times per day). Proxies > saved us. We can continue to talk in private if you want. > > > > *

RE: Delay between stop/start cassandra

2021-03-17 Thread Regis Le Bretonnic
PHP reload for instance (many times per day). Proxies saved us. We can continue to talk in private if you want. De : Jeff Jirsa Envoyé : mercredi 17 mars 2021 14:52 À : cassandra Objet : Re: Delay between stop/start cassandra -Dcassandra.join_ring=false is basically a pre-bootstrap phase that

Re: Delay between stop/start cassandra

2021-03-17 Thread Jeff Jirsa
-Dcassandra.join_ring=false is basically a pre-bootstrap phase that says "this machine is about to join the cluster, but hasn't yet, so don't give it a token" It's taking advantage of a stable but non-terminal state to let you do things like serve queries without owning data - it's a side effect t