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 same for node
replacement?
On Sun, Sep 12, 2021, 21:21 Bowen Song <bo...@bso.ng> 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 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
answers your question.
Cheers,
Bowen
On 12/09/2021 16:45, Roy Burstein wrote:
> Hi ,
> In case of a dead node in the cluster (3.11) with hints.
> Let's say that the node was dead for 4 Hours(during this time hints
> are kept for it) and now we are removing the node,does all nodes
> stream the hints in addition to the sstables?
>
> Thanks,
> Roy