I have 3 node cluster. 2 out of 3 nodes show 100% CPU usage.
Seems We didn't not call repair
and cleanup
after changing consistency level (or we called it too late or it didn't complete)
Now we have 100k plus compaction tasks pending. And they eat 100% CPU.
I tried following
nodetool stop -- COMPACTION
nodetool stop -- INDEX_BUILD
nodetool stop -- VALIDATION
nodetool stop -- CLEANUP
nodetool stop -- SCRUB
No change. No error either.
Only message I got was
No files to compact for user defined compaction
Whats issue ? How can I cancell on going jobs ?