Re: Hints not being created

2021-05-27 Thread Kane Wilson
Hey > I have a cluster, 3.11.9, in which I am enabling hints, but it appears > that no hints are created when other nodes are down. > I can see that hints are enabled by running "nodetool statushandoff", and > gc_grace_seconds is high enough on all tables, so I'm expecting to see > hints being

Re: unable to repair

2021-05-27 Thread Kane Wilson
> > Which client operations could trigger schema change at node level? Do you > mean that for ex creating a new table trigger a schema change globally, not > only at KS/table single level? > Yes, any DDL statement (creating tables, altering, dropping, etc) triggers a schema change across the

Re: Cassandra 4.0 GA

2021-05-27 Thread Jai Bheemsen Rao Dhanwada
Thank you for the information On Wed, May 26, 2021 at 5:40 PM Kane Wilson wrote: > On Tue, May 25, 2021 at 6:36 AM Jai Bheemsen Rao Dhanwada < > jaibheem...@gmail.com> wrote: > >> Hello All, >> >> I see that Cassandra 4.0 RC1 is released in April, is there going to be >> an official 4.0 GA

Re: unable to repair

2021-05-27 Thread Sébastien Rebecchi
OK I will check that, thank you! Sébastien Le jeu. 27 mai 2021 à 11:07, Bowen Song a écrit : > Hi Sébastien, > > > The error message you shared came from the repair coordinator node's > log, and it's the result of failures reported by 3 other nodes. If you > could have a look at the 3 nodes

Hints not being created

2021-05-27 Thread Gil Ganz
Hey I have a cluster, 3.11.9, in which I am enabling hints, but it appears that no hints are created when other nodes are down. I can see that hints are enabled by running "nodetool statushandoff", and gc_grace_seconds is high enough on all tables, so I'm expecting to see hints being created,

Re: unable to repair

2021-05-27 Thread Bowen Song
Hi Sébastien, The error message you shared came from the repair coordinator node's log, and it's the result of failures reported by 3 other nodes. If you could have a look at the 3 nodes listed in the error message - 135.181.222.100, 135.181.217.109 and 135.181.221.180, you should be able

Re: unable to repair

2021-05-27 Thread Sébastien Rebecchi
Sorry Kane, I am a little bit confused, we are talking about schema version at node level. Which client operations could trigger schema change at node level? Do you mean that for ex creating a new table trigger a schema change globally, not only at KS/table single level? Sébastien Le jeu. 27

Re: unable to repair

2021-05-27 Thread Sébastien Rebecchi
I don't have schema changes, except keyspaces and tables creations. But they are done from multiple sources indeed. With a "create if not exists" statement, on demand. Thanks you for your answer, I will try to see if I could precreate them then. As for the schema mismatch, what is the best way of