Re: detail of compactionstats, pending tasks

2017-09-21 Thread Jon Haddad
Pending tasks are not a queue, they are an estimation of the amount of work it would take to reach a perfect compaction point, but the compactions aren’t independent from one another. For instance, with LCS you may have a compaction from L0 -> L1, which triggers a L1 -> L2 compaction. You

detail of compactionstats, pending tasks

2017-09-21 Thread ZAIDI, ASAD A
Hello Folks, Is it possible to findout detail of those 275 pending tasks compactionstats command output is showing? I’ve bumpedup concurrent_compactors to 25 though not all threads are compacting, only 8 threads are being used so i’m wondering how can I utilize all configured concurrent