Re: TWCS: what happens on node replacement/streaming

2019-07-06 Thread Carl Mueller
THanks jeff On Sat, Jul 6, 2019 at 12:16 PM Jeff Jirsa wrote: > The max timestamp for each sstable is in the metadata on each sstable, so > on streaming of any kind (bootstrap, repair, etc) sstables are added to > their corrrect and expected windows. > > > > > On Jul 6, 2019, at 10:09 AM, Carl

Re: TWCS: what happens on node replacement/streaming

2019-07-06 Thread Jeff Jirsa
The max timestamp for each sstable is in the metadata on each sstable, so on streaming of any kind (bootstrap, repair, etc) sstables are added to their corrrect and expected windows. > On Jul 6, 2019, at 10:09 AM, Carl Mueller > wrote: > > TWCS distributes it data by time buckets/flushes >

TWCS: what happens on node replacement/streaming

2019-07-06 Thread Carl Mueller
TWCS distributes it data by time buckets/flushes But on node add/streaming, it doesn't have the natural ordering provided by the timing of the incoming update sterams. So does TWCS properly reconsturct buckets on streaming/replacement?