Re: disk space issue

2014-10-02 Thread Robert Coli
On Wed, Oct 1, 2014 at 6:17 AM, Ken Hancock wrote: > Major compaction is bad if you're using size-tiered, especially if you're > already having capacity issues. Once you have one huge table, with default > settings, you'll need 4x that huge table worth of storage in order for it > to compact aga

Re: disk space issue

2014-10-01 Thread cem
thanks for the answers! Cem On Wed, Oct 1, 2014 at 2:38 PM, Ken Hancock wrote: > *https://github.com/hancockks/cassandra-compact-cf > * > > On Tue, Sep 30, 2014 at 5:49 PM, cem wrote: > >> Hi All, >> >> I have a 7 node cluster. One node ran ou

Re: disk space issue

2014-10-01 Thread Ken Hancock
r than full rebuild. > > also try not cassandra related things, such check and remove old log > files, backups etc. > > On Wed, Oct 1, 2014 at 9:34 AM, Sumod Pawgi wrote: > >> In the past in such scenarios it has helped us to check the partition >> where cassandra is inst

Re: disk space issue

2014-09-30 Thread Nikolay Mihaylov
s it has helped us to check the partition > where cassandra is installed and allocate more space for the partition. > Maybe it is a disk space issue but it is good to check if it is related to > the space allocation for the partition issue. My 2 cents. > > Sent from my iPhone > >

Re: disk space issue

2014-09-30 Thread Sumod Pawgi
In the past in such scenarios it has helped us to check the partition where cassandra is installed and allocate more space for the partition. Maybe it is a disk space issue but it is good to check if it is related to the space allocation for the partition issue. My 2 cents. Sent from my iPhone

Re: disk space issue

2014-09-30 Thread Dominic Letz
This is a shot into the dark but you could check whether you have too many snapshots laying around that you actually don't need. You can get rid of those with a quick "nodetool clearsnapshot". On Wed, Oct 1, 2014 at 5:49 AM, cem wrote: > Hi All, > > I have a 7 node cluster. One node ran out of d

disk space issue

2014-09-30 Thread cem
Hi All, I have a 7 node cluster. One node ran out of disk space and others are around 80% disk utilization. The data has 10 days TTL but I think compaction wasn't fast enough to clean up the expired data. gc_grace value is set default. I have a replication factor of 3. Do you think that it may he