Re: Compact tables when offline

2014-10-15 Thread Robert Coli
On Wed, Oct 15, 2014 at 3:41 PM, Alain RODRIGUEZ wrote: > +1 for "nodetool disablegossip && nodetool disablethrift && nodetool > disablebinary" (there is a binary protocol now too, port 9042, you might > want to disable it as well depending on your clients) > > "nodetool enablegossip && nodetool

Re: Compact tables when offline

2014-10-15 Thread Alain RODRIGUEZ
+1 for "nodetool disablegossip && nodetool disablethrift && nodetool disablebinary" (there is a binary protocol now too, port 9042, you might want to disable it as well depending on your clients) "nodetool enablegossip && nodetool enablethrift && nodetool enablebinary" to come back "online" Cheer

Re: Compact tables when offline

2014-10-13 Thread Robert Coli
On Mon, Oct 13, 2014 at 12:26 PM, Sholes, Joshua < joshua_sho...@cable.comcast.com> wrote: > I thought setcompactionthroughput just adjusted the compaction speed > when the server is online? I'm looking for something like a scrub (which > as far as I know does not do this) that will compat the t

Re: Compact tables when offline

2014-10-13 Thread Sholes, Joshua
t;mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Date: Monday, October 13, 2014 at 1:49 PM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: Re: Compact tables when offline On Mon, Oct 13, 2

Re: Compact tables when offline

2014-10-13 Thread Robert Coli
On Mon, Oct 13, 2014 at 8:27 AM, Sholes, Joshua < joshua_sho...@cable.comcast.com> wrote: > My question is this: Is there a command that I'm missing that I could > use to force that node to do compaction on those tables and clean up some > of the thousands of 100-500byte tables while Cassandra

Compact tables when offline

2014-10-13 Thread Sholes, Joshua
I feel like similar questions have been asked recently but not in this specific way: I have a cluster that has some I/O capacity issues, which I know is what's really causing this, but I've got the case where (using leveled compaction strategy) my SSTables are piling up at the lowest level. I