Re: Hints streaming of dead node

2021-09-12 Thread Bowen Song
Hi Roy, For replacing a dead node via the "-Dcassandra.replace_address=..." parameter, Cassandra will also stream the SSTables from live replica nodes, not the dead node itself. Cheers, Bowen On 12/09/2021 20:02, Roy Burstein wrote: Hi It answers my question,another question is It the sa

Re: Hints streaming of dead node

2021-09-12 Thread Roy Burstein
Hi It answers my question,another question is It the same for node replacement? On Sun, Sep 12, 2021, 21:21 Bowen Song wrote: > Hi Roy, > > > I assume you are talking about "nodetool removenode", not "nodetool > decommission". In the case of "removenode", The SSTables are streamed > from the rem

Re: Hints streaming of dead node

2021-09-12 Thread Bowen Song
Hi Roy, I assume you are talking about "nodetool removenode", not "nodetool decommission". In the case of "removenode", The SSTables are streamed from the remaining live replica nodes (if RF>1), not the dead node. Because of that, the hints for the dead node is irrelevant. I hope that answer