Re: Nodetool rebuild question

2016-10-06 Thread Jeff Jirsa
6 at 11:50 AM To: "user@cassandra.apache.org" Subject: RE: Nodetool rebuild question Sure. When a read repair happens, does it go via the memtable -> SS Table route OR does the source node send SS Table tmp files directly to inconsistent replica ? From: Jeff Jirsa [mailto:jeff

RE: Nodetool rebuild question

2016-10-06 Thread Anubhav Kale
ect: Re: Nodetool rebuild question If you set RF to 0, you can ignore my second sentence/paragraph. The third still applies. From: Anubhav Kale mailto:anubhav.k...@microsoft.com>> Reply-To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@ca

Re: Nodetool rebuild question

2016-10-05 Thread Jeff Jirsa
If you set RF to 0, you can ignore my second sentence/paragraph. The third still applies. From: Anubhav Kale Reply-To: "user@cassandra.apache.org" Date: Wednesday, October 5, 2016 at 1:56 PM To: "user@cassandra.apache.org" Subject: RE: Nodetool rebuild question

RE: Nodetool rebuild question

2016-10-05 Thread Anubhav Kale
] Sent: Wednesday, October 5, 2016 1:44 PM To: user@cassandra.apache.org Subject: Re: Nodetool rebuild question Both of your statements are true. During your decom, you likely streamed LOTs of sstables to the remaining nodes (especially true if you didn’t drop the replication factor to 0 for the

Re: Nodetool rebuild question

2016-10-05 Thread Jeff Jirsa
leftovers before bootstrapping the next, which is prohibitive at scale. - Jeff From: Anubhav Kale Reply-To: "user@cassandra.apache.org" Date: Wednesday, October 5, 2016 at 1:34 PM To: "user@cassandra.apache.org" Subject: Nodetool rebuild question H

Nodetool rebuild question

2016-10-05 Thread Anubhav Kale
Hello, As part of rebuild, I noticed that the destination node gets -tmp- files from other nodes. Are following statements correct ? 1. The files are written to disk without going through memtables. 2. Regular compactors eventually compact them to bring down # SSTables to a reason