[Discuss] Detect+Sync Gossip&StorageService cache to improve the out-of-range tokens issue

2024-09-15 Thread Jaydeep Chovatia
Each Cassandra node keeps token ownership in two separate caches. 1) Gossip cache 2) StorageService cache. The first Gossip cache is updated on a node, followed by the storage service cache. In the hot path, ownership is calculated from the storage service cache. Since two separate caches maintain

Re: [DISCUSS] CASSANDRA-13704 Safer handling of out of range tokens

2024-09-15 Thread Brandon Williams
+1 for declaring things like this in the vote/release emails. Kind Regards, Brandon On Sun, Sep 15, 2024 at 10:17 AM Michael Shuler wrote: > > I've stated this same opinion prior, fix was in NEWS.txt and users had a > bad day with a behavior change. Perhaps this kind of inclusion needs > more ex

Re: [DISCUSS] CASSANDRA-13704 Safer handling of out of range tokens

2024-09-15 Thread Michael Shuler
I've stated this same opinion prior, fix was in NEWS.txt and users had a bad day with a behavior change. Perhaps this kind of inclusion needs more exposure. This is exactly the sort of change may *also* be best stated clearly in the vote/release emails, ala: ==