You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "maxwellguo (Jira)" <ji...@apache.org> on 2022/09/14 12:17:00 UTC

[jira] [Created] (CASSANDRA-17890) Support high PRIORITY thread pool for use trriged compaction

maxwellguo created CASSANDRA-17890:
--------------------------------------

             Summary: Support high PRIORITY thread pool for use trriged compaction
                 Key: CASSANDRA-17890
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17890
             Project: Cassandra
          Issue Type: Improvement
          Components: Local/Compaction
            Reporter: maxwellguo


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 
{code:java}
CompactionExecutor executor = new CompactionExecutor();
{code}

But sometime we may want the task to be of high PRIORITY, so that the compaction can be make more fast.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org