Hi Kurt, 1) You mean restarting the node in the middle of the bootstrap with join_ring=false? Would this option require me to issue a nodetool boostrap resume, correct? I didn't know you could instruct the join via JMX. Would it be the same of the nodetool boostrap command? 2) Yes, they are streamed into L0 as far as I can see (although they are mainly L2/L3 on the existing nodes). I don't think I can do much about it as long as I am using LCS, am I right?
Thanks for the help, much appreciated! Cheers, Stefano On Wed, Aug 23, 2017 at 10:52 AM, kurt greaves <k...@instaclustr.com> wrote: > Well, that sucks. Be interested if you could find out if any of the > streamed SSTables are retaining their levels. > To answer your questions: > 1) No. However, you could set your nodes to join in write_survey mode, > which will stop them from joining the ring and you can initiate the join > over JMX when you are ready (once compactions catch up). > 2) A 1TB compaction might be completely plausible if you are using > compression and lots of SSTables are being streamed into L0 and triggering > STCS compactions, or being compacted with L1. > > >