Re: MemtablePostFlush pending

2017-08-15 Thread Erick Ramirez
Check what you have set for memtable_cleanup_threshold and if it's set too low which means more flushing triggered. Cheers! On Sat, Aug 12, 2017 at 5:05 AM, ZAIDI, ASAD A wrote: > Hello Folks, > > > > I’m using Cassandra 2.2 on 14 node cluster. > > > > Now a days, I’m observing memtablepostflush

Re: MemtablePostFlush pending

2017-08-13 Thread Akhil Mehra
HI Asad, The post flush task frees up allocated commit log segments. Apart for commit log segment allocation the post flush task "synchronises custom secondary indexes and provides ordering guarantees for futures on switchMemtable/flush etc, which expect to be able to wait until the flush (and