Incremental bootstrap patch changed the logic here. A node can act as a
coordinator before it's fully joined. It's ... decidedly non-ideal and
probably needs to be changed.
https://issues.apache.org/jira/browse/CASSANDRA-8942
On Wed, May 6, 2020 at 9:57 PM Erick Ramirez
wrote:
> The fact tha
The fact that a new node is acting as a coordinator suggests that (1) you
are adding a node to a DC that is taking traffic from the app, and (2) you
are likely adding the node using nodetool rebuild instead of the standard
bootstrap method.
If you are adding a node using the rebuild option (with a
Hello,
I have 2 dc cluster and trying to add a new node to one dc. It will
take time since total data is huge at every node.
I see waiting hints files at that joining node. What is that means?
As I understand only coordinator nodes generates hints files. Is
cluster uses this node as coordinator be