Re: SStables can't compat automaticly

2015-01-26 Thread 曹志富
Your are right,currently My cluster only write ,when My cluster build after two month ,I will change to the default thresholds. Thanks for your reply. -- 曹志富 手机:18611121927 邮箱:caozf.zh...@gmail.com 微博:http://weibo.com/boliza/ 2015-01-26 22:40 GMT+08:00 Eric St

Re: SStables can't compat automaticly

2015-01-26 Thread Eric Stevens
If you are doing only writes and no reads, then 'cold_reads_to_omit' is probably preventing your cluster from crossing a threshold where it decides it needs to engage in compaction. Setting it to 0.0 should fix this, but remember that you tuned it as you should be able to revert it to default thre

Re: SStables can't compat automaticly

2015-01-26 Thread 曹志富
I read the CQL table properties again.This property could contorl the compaction . Right now My C* cluster only write without any read. -- 曹志富 手机:18611121927 邮箱:caozf.zh...@gmail.com 微博:http://weibo.com/boliza/ 2015-01-26 17:41 GMT+08:00 Roland Etzenhammer : >

Re: SStables can't compat automaticly

2015-01-26 Thread 曹志富
Yes I use cassandra 2.1.2 JDK is 1.7.0_71. I will try your solution. Thank you Roland Etzenhammer!!! -- 曹志富 手机:18611121927 邮箱:caozf.zh...@gmail.com 微博:http://weibo.com/boliza/ 2015-01-26 17:41 GMT+08:00 Roland Etzenhammer : > Hi, > > are you running 2.1.2 ev

Re: SStables can't compat automaticly

2015-01-26 Thread Roland Etzenhammer
Hi, are you running 2.1.2 evenutally? I had this problem recently and there were two topics here about this. Problem was, that my test cluster had almost no reads and did not compact sstables. Reason for me was that those minor compactions did not get triggered since there were almost no rea

Re: SStables can't compat automaticly

2015-01-26 Thread 曹志富
No,to confirm this I have run the command all my nodes:bin/nodetool enableautocompaction -- 曹志富 手机:18611121927 邮箱:caozf.zh...@gmail.com 微博:http://weibo.com/boliza/ 2015-01-26 16:49 GMT+08:00 Jason Wee : > Did you disable auto compaction through nodetool? > > d

Re: SStables can't compat automaticly

2015-01-26 Thread Jason Wee
Did you disable auto compaction through nodetool? disableautocompactionDisable autocompaction for the given keyspace and column family Jason On Mon, Jan 26, 2015 at 11:34 AM, 曹志富 wrote: > Hi everybody: > > I have 18 nodes using cassandra2.1.2.Every node has 4 core, 32 GB RAM, 2T > hard

SStables can't compat automaticly

2015-01-25 Thread 曹志富
Hi everybody: I have 18 nodes using cassandra2.1.2.Every node has 4 core, 32 GB RAM, 2T hard disk,OS is CentOS release 6.2 (Final). I have follow the to config my system.such as disable SWAP,unlimited mem lock... My heap size is: MAX_HEAP_SIZE="8G" MIN_HEAP_SIZE="8G" HEAP_NEWSIZE="2G" I use S