Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 64E9417602 for ; Thu, 30 Apr 2015 17:31:07 +0000 (UTC) Received: (qmail 38471 invoked by uid 500); 30 Apr 2015 17:31:07 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 38426 invoked by uid 500); 30 Apr 2015 17:31:07 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 38409 invoked by uid 99); 30 Apr 2015 17:31:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2015 17:31:07 +0000 Date: Thu, 30 Apr 2015 17:31:07 +0000 (UTC) From: "Aleksey Yeschenko (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-9151) Anti-compaction is blocking ANTI_ENTROPY stage MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-9151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14521901#comment-14521901 ] Aleksey Yeschenko commented on CASSANDRA-9151: ---------------------------------------------- [~kohlisankalp] can you review soonish? > Anti-compaction is blocking ANTI_ENTROPY stage > ----------------------------------------------- > > Key: CASSANDRA-9151 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9151 > Project: Cassandra > Issue Type: Bug > Reporter: sankalp kohli > Assignee: Yuki Morishita > Fix For: 3.x, 2.1.x > > Attachments: 0001-Do-not-block-stage-when-performing-anticompaction.patch > > > In RepairMessageVerbHandler.doVerb case ANTICOMPACTION_REQUEST > We block on ANTI_ENTROPY stage. This is not good as no other message could be processed till any anticompaction is running. This can cause snapshots for new repairs to fail. -- This message was sent by Atlassian JIRA (v6.3.4#6332)