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

Carl Yeksigian commented on CASSANDRA-8805:
-------------------------------------------

I've pushed a rebased and squashed version, and merged it forward to trunk:

|| 2.1 || 2.2 || 3.0 || trunk ||
| [branch|https://github.com/carlyeks/cassandra/tree/ticket/8805/2.1] | 
[branch|https://github.com/carlyeks/cassandra/tree/ticket/8805/2.2] | 
[branch|https://github.com/carlyeks/cassandra/tree/ticket/8805/3.0] | 
[branch|https://github.com/carlyeks/cassandra/tree/ticket/8805/trunk] |
| 
[utest|http://cassci.datastax.com/view/Dev/view/carlyeks/job/carlyeks-ticket-8805-2.1-testall/]
 | 
[utest|http://cassci.datastax.com/view/Dev/view/carlyeks/job/carlyeks-ticket-8805-2.2-testall/]
 | 
[utest|http://cassci.datastax.com/view/Dev/view/carlyeks/job/carlyeks-ticket-8805-3.0-testall/]
 | 
[utest|http://cassci.datastax.com/view/Dev/view/carlyeks/job/carlyeks-ticket-8805-trunk-testall/]
 |
| 
[dtest|http://cassci.datastax.com/view/Dev/view/carlyeks/job/carlyeks-ticket-8805-2.1-dtest/]
 | 
[dtest|http://cassci.datastax.com/view/Dev/view/carlyeks/job/carlyeks-ticket-8805-2.2-dtest/]
 | 
[dtest|http://cassci.datastax.com/view/Dev/view/carlyeks/job/carlyeks-ticket-8805-3.0-dtest/]
 | 
[dtest|http://cassci.datastax.com/view/Dev/view/carlyeks/job/carlyeks-ticket-8805-trunk-dtest/]
 |



> runWithCompactionsDisabled only cancels compactions, which is not the only 
> source of markCompacted
> --------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-8805
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8805
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Benedict
>            Assignee: Carl Yeksigian
>             Fix For: 2.1.x
>
>         Attachments: 8805-2.1.txt
>
>
> Operations like repair that may operate over all sstables cancel compactions 
> before beginning, and fail if there are any files marked compacting after 
> doing so. Redistribution of index summaries is not a compaction, so is not 
> cancelled by this action, but does mark sstables as compacting, so such an 
> action will fail to initiate if there is an index summary redistribution in 
> progress. It seems that IndexSummaryManager needs to register itself as 
> interruptible along with compactions (AFAICT no other actions that may 
> markCompacting are not themselves compactions).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to