Re: sstables changing in snapshots

2022-03-22 Thread Yifan Cai
kup, pasting the contents of that .log file into a > ticket will make this much easier to debug. > > > > On Tue, Mar 22, 2022 at 9:49 AM Yifan Cai wrote: > >> I do not think there is a ticket already. Feel free to create one. >> https://issues.apache.org/jira/projects

Re: sstables changing in snapshots

2022-03-22 Thread Yifan Cai
I do not think there is a ticket already. Feel free to create one. https://issues.apache.org/jira/projects/CASSANDRA/issues/ It would be helpful to provide 1. The version of the cassandra 2. The options used for snapshotting - Yifan On Tue, Mar 22, 2022 at 9:41 AM Paul Chandler wrote: > Hi

Re: understand bootstrapping

2021-02-04 Thread Yifan Cai
t; Han > > > On Wed, Jan 27, 2021 at 5:48 PM Yifan Cai wrote: > >> Your thoughts regarding Gossip are correct. There could be a time that >> nodes in the cluster hold different views of the ring locally. >> >> In the case of bootstrapping, >> 1. The joining

Re: Table metrics grid isn't showing in the apache cassandra documentation

2021-01-27 Thread Yifan Cai
Thanks for reporting! The missing table defined in the source file, `doc/source/operating/metrics.rst`, is invalid, hence not rendered. I just filed a ticket for it. https://issues.apache.org/jira/browse/CASSANDRA-16410 - Yifan On Wed, Jan 27, 2021 at 4:58 PM Carl Mueller wrote: > >

Re: understand bootstrapping

2021-01-27 Thread Yifan Cai
Your thoughts regarding Gossip are correct. There could be a time that nodes in the cluster hold different views of the ring locally. In the case of bootstrapping, 1. The joining node updates its status to BOOT before streaming data and waits for a certain delay in order to populate the update in

Re: understand bootstrapping

2021-01-25 Thread Yifan Cai
Hi Han, How / when do the existing nodes update their Token Ring state? The new joining node sets its tokens and populates to the cluster via gossip after completing data streaming. is that different between the seed node and non-seed node? Data streaming step is skipped if a node is seed.