Hello, I have 3 region Cassandra clusters and I am trying to look at the "nodetool netstats" output, I see two different outputs in 1,2 regions vs region 3. There is a Bootstrap message in Region 3 and where are it's not present in Region 1 and Region 2, though all the nodes were bootstrapped.
*Region 1 and Region 2:* nodetool netstats > Mode: NORMAL > Not sending any streams. > Read Repair Statistics: > Attempted: 589020 > Mismatch (Blocking): 8203 > Mismatch (Background): 715 > Pool Name Active Pending Completed Dropped > Large messages n/a 0 10018 4 > Small messages n/a 0 23865593 4 > Gossip messages n/a 0 19911320 143 *Region 3:* Mode: NORMAL > *Bootstrap 24359390-4443-11ea-af19-1fbf341b76a0* > Read Repair Statistics: > Attempted: 1866447 > Mismatch (Blocking): 356 > Mismatch (Background): 56 > Pool Name Active Pending Completed Dropped > Large messages n/a 0 25696 4 > Small messages n/a 0 52632109 4 > Gossip messages n/a 0 21123598 313 C* Version: 3.11.3 # of nodes: 3 * 3 Regions = 9 Can someone please let me know why there is a bootstrap message in netstats output?