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/19 09:22:00 UTC

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

     [ https://issues.apache.org/jira/browse/CASSANDRA-17890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

maxwellguo updated CASSANDRA-17890:
-----------------------------------
    Resolution: Duplicate
        Status: Resolved  (was: Triage Needed)

> 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
>            Priority: Normal
>
> 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