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 4ED24182C7 for ; Tue, 10 Nov 2015 22:40:11 +0000 (UTC) Received: (qmail 52096 invoked by uid 500); 10 Nov 2015 22:40:11 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 52059 invoked by uid 500); 10 Nov 2015 22:40:11 -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 52035 invoked by uid 99); 10 Nov 2015 22:40:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2015 22:40:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EE7142C1F5A for ; Tue, 10 Nov 2015 22:40:10 +0000 (UTC) Date: Tue, 10 Nov 2015 22:40:10 +0000 (UTC) From: "Jeremy Hanna (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-10660) Support user-defined compactions through nodetool 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-10660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14999490#comment-14999490 ] Jeremy Hanna commented on CASSANDRA-10660: ------------------------------------------ [~kenfailbus] in the meantime, here's a way to do it on the command-line: https://gist.github.com/jeromatron/e238e5795b3e79866b83 > Support user-defined compactions through nodetool > ------------------------------------------------- > > Key: CASSANDRA-10660 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10660 > Project: Cassandra > Issue Type: New Feature > Components: Tools > Reporter: Tyler Hobbs > Priority: Minor > Labels: lhf > > For a long time, we've supported running user-defined compactions through JMX. This comes in handy fairly often, mostly when dealing with low disk space or tombstone purging, so it would be good to add something to nodetool for this. An extra option for {{nodetool compact}} would probably suffice. -- This message was sent by Atlassian JIRA (v6.3.4#6332)