Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Duplicate
-
None
-
None
-
All
-
None
Description
For cassandra compaction thread pool is of min priority ,so if we trriged a major compaction through nodetool compact ,the task is submit to the exector that is created at CompactionManager.java
CompactionExecutor executor = new CompactionExecutor();
But sometime we may want the task to be of high PRIORITY, so that the compaction can be make more fast.
Attachments
Issue Links
- is fixed by
-
CASSANDRA-17851 Add interim prioritization logic for CompactionTasks
- Resolved