mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-06 23:13:15 +00:00
With replace using node operations, the HIBERNATE gossip status is not used anymore. This change updates documentation to reflect that. During replace, the replacing nodes shows in gossipinfo in STATUS:NORMAL. Also, the replaced node shows as DN in `nodetool status` while being replaced, so remove paragraph showing it's not listed in `nodetool status`. Plus. tidy up the text alignment. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>