Re: Dont want to split sstables for repaired and non repaired while repairing with -pr option

2021-03-25 Thread Bowen Song
You can use nodetool repair with either -dc DC or -st START -et END to avoid the anticompaction. I would highly recommend you to try Cassandra reaper , it makes life a lot easier. On 24/03/2021 20:29, Surbhi Gupta wrote: Hi, I dont want to split sstables ,repair

remove dead node without streaming

2021-03-25 Thread Eunsu Kim
Hi all, Is it possible to remove dead node directly from the cluster without streaming? My Cassandra cluster is quite large and takes too long to stream. (nodetool removenode) It's okay if my data is temporarily inconsistent. Thanks in advance.

Re: remove dead node without streaming

2021-03-25 Thread Jeff Jirsa
It is strictly unsafe and you shouldn’t do it but “nodetool assassinate” does what you’re asking (you may leave data behind that you won’t be able to read again later) You’d be better off adding a new host on top of the old one (replace address) > On Mar 25, 2021, at 7:43 PM, Eunsu Kim wrote: