Given a use case (just an example) that I'm trying to add a new datacenter "B" to an existing cluster "A", in order to replicate the data from A to B (with the desire to remove A after successful replication)... how does one gain insight of the data replication process (progress & status)?
To my knowledge & experience and of those around me, nodetool netstats
seems to be a nice activity indicator but can’t be relied on for these insights. I don't seem to find a way nor an existing tool which is able to provide this insight. Am I missing something or is this simply not possible?
p.s.: I've contacted DataStax and one of their recommended partners about this too - but unfortunately they only seemed interested selling me a managed solution instead of providing any insight regarding this question.