[ 
https://issues.apache.org/jira/browse/CASSANDRA-17851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17597989#comment-17597989
 ] 

Brandon Williams edited comment on CASSANDRA-17851 at 8/30/22 5:25 PM:
-----------------------------------------------------------------------

If it's failing the build we can't commit this, all builds will fail afterward 
and CI will be broken.

I started a jenkins run to doublecheck: 
[!https://ci-cassandra.apache.org/job/Cassandra-devbranch/1905/badge/icon!|https://ci-cassandra.apache.org/blue/organizations/jenkins/Cassandra-devbranch/detail/Cassandra-devbranch/1905/pipeline]



was (Author: brandon.williams):
If it's failing the build we can't commit this, all builds will fail afterward 
and CI will be broken.

> Add interim prioritization logic for CompactionTasks
> ----------------------------------------------------
>
>                 Key: CASSANDRA-17851
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17851
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Local/Compaction
>            Reporter: Josh McKenzie
>            Assignee: Josh McKenzie
>            Priority: Normal
>
> While ultimately we could serve to have a real scheduler and single entry 
> point for compactions, for now some moderate progress seems in order. There 
> are cases where, during expansions, you can end up in a state where you can't 
> finish upgrading sstables as they keep getting aborted by Incremental Repair 
> and other operations that ultimately should be lower priority and not have 
> the ability to cancel these operations.
>  The idea here is that tasks like {{upgradestables}} and {{cleanup}} (and 
> other tasks that have the same priority) will get serialised since 
> {{markAllCompacting}} is synchronising on data, and higher priority tasks 
> will be able to still cancel others via {{runWithCompactionsDisabled}}.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to