Re: hints files at joining node

2020-05-07 Thread Osman Yozgatlıoğlu
Thank you all, I assume, my new node is used as coordinator, since all other nodes are under heavy write load. I need to spare some space for hints folder. Regards, Osman On Thu, 7 May 2020 at 08:29, Jeff Jirsa wrote: > > Incremental bootstrap patch changed the logic here. A node can act as a >

Re: hints files at joining node

2020-05-06 Thread Jeff Jirsa
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

Re: hints files at joining node

2020-05-06 Thread Erick Ramirez
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

hints files at joining node

2020-05-06 Thread Osman Yozgatlıoğlu
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