Re: Does cassandra serve reads during decommission process?

2019-09-20 Thread Krishna PMV
Thanks, that helped! On Thu, Sep 19, 2019 at 7:29 PM Jeff Jirsa wrote: > You can run removenode instead of decommission while it's down to avoid it > being online / serving reads at all. > > You can also start cassandra with ` start_native_transport : false ` to > deter clients from connecting

Re: Does cassandra serve reads during decommission process?

2019-09-19 Thread Jeff Jirsa
You can run removenode instead of decommission while it's down to avoid it being online / serving reads at all. You can also start cassandra with ` start_native_transport : false ` to deter clients from connecting directly to it, though to be fair, that doesnt eliminate the possibility that it's

Does cassandra serve reads during decommission process?

2019-09-19 Thread Krishna PMV
Hi, I ran into a situation where a newly bootstrapped node in the cluster has crashed (due to known issue) immediately after the bootstrap process and it remained dead for about 8 hours. Since the node is down for about 8 hours, its missing some data after I start cassandra. My application with