scylla-tools-java icon indicating copy to clipboard operation
scylla-tools-java copied to clipboard

Nodetool status reports 'UN' status for an initializing node during replace-node operation

Open yarongilor opened this issue 4 years ago • 4 comments

During the nodetool operation of replace node, the replacing node is reported with a status of "UN" when it is still not really normal but rather in initializing state. it should report a different status like "UJ" for example.

see example in this comment: https://github.com/scylladb/scylla/issues/9629#issuecomment-998926636

The original scylla issues with details are: https://github.com/scylladb/scylla/issues/9629#issuecomment-1046703526 and: https://github.com/scylladb/scylla/issues/1793

yarongilor avatar Feb 21 '22 11:02 yarongilor

@slivne who should look at it?

roydahan avatar Feb 21 '22 12:02 roydahan

@asias / @bhalevy ?

roydahan avatar Feb 21 '22 13:02 roydahan

What's the direction for the fix? Add a "R" status for replacing?

bhalevy avatar Feb 21 '22 13:02 bhalevy

@asias / this maybe related to repair-based-node-operations as we moved replace to use repair=-based-node-operations

slivne avatar May 01 '22 11:05 slivne