Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B10A7200B4D for ; Fri, 8 Jul 2016 15:58:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B00E6160A5A; Fri, 8 Jul 2016 13:58:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 31BF0160A77 for ; Fri, 8 Jul 2016 15:58:12 +0200 (CEST) Received: (qmail 49132 invoked by uid 500); 8 Jul 2016 13:58:11 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 48709 invoked by uid 99); 8 Jul 2016 13:58:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2016 13:58:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F30F02C02A5 for ; Fri, 8 Jul 2016 13:58:10 +0000 (UTC) Date: Fri, 8 Jul 2016 13:58:10 +0000 (UTC) From: "Dave Marion (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ACCUMULO-4360) Make cancelling user initiated compactions easier MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 08 Jul 2016 13:58:12 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Marion resolved ACCUMULO-4360. ----------------------------------- Resolution: Not A Problem > Make cancelling user initiated compactions easier > ------------------------------------------------- > > Key: ACCUMULO-4360 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4360 > Project: Accumulo > Issue Type: Improvement > Components: fate, master, tserver > Affects Versions: 1.7.2 > Reporter: Dave Marion > > To stop a user initiated compaction, you need to: > 1. stop the master > 2. remove the fate transaction > 3. restart the tserver where the compaction is queued > 4. restart the master > If the compaction was not queued on the tablet server, but queued on the master, cancelling the compaction would cause less churn on a cluster. -- This message was sent by Atlassian JIRA (v6.3.4#6332)