RE: Unable to track compaction completion

2019-02-19 Thread Kenneth Brotman
Hi Rajsekhar, I think monitoring the CompactionManagerMBean is what you need. Kenneth Brotman From: Rajsekhar Mallick [mailto:raj.mallic...@gmail.com] Sent: Friday, February 15, 2019 8:59 AM To: user@cassandra.apache.org Subject: Unable to track compaction completion Hello team

Unable to track compaction completion

2019-02-15 Thread Rajsekhar Mallick
Hello team, I have been trying to figure out, how to track the completion of a compaction on a node. Nodetool compactionstats show instantaneous results. I found that system.compaction_in_progress gets me the same details as that of compactionstats. Also it gets me a id for running compaction. I