[
https://issues.apache.org/jira/browse/CASSANDRA-10660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15092710#comment-15092710
]
Yuki Morishita commented on CASSANDRA-10660:
--------------------------------------------
Jeff, sorry for delay.
Since this is the new feature at this time, I'd like to move target version to
3.x.
Patch applies cleanly still, though I made small changes.
- Added description for user defined compaction
- We can use
[String.join|https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#join-java.lang.CharSequence-java.lang.Iterable-]
from Java 8 instead of our own.
||branch||testall||dtest||
|[10660|https://github.com/yukim/cassandra/tree/10660]|[testall|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-10660-testall/lastCompletedBuild/testReport/]|[dtest|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-10660-dtest/lastCompletedBuild/testReport/]|
(tests are just kicked off)
> 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
> Assignee: Jeff Jirsa
> Priority: Minor
> Labels: lhf
> Fix For: 3.x
>
>
> 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)