[
https://issues.apache.org/jira/browse/CASSANDRA-10406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15242309#comment-15242309
]
Yuki Morishita commented on CASSANDRA-10406:
--------------------------------------------
Thanks!
Unfortunately, 2.1 went to accept critical bug fixes only, and new features
like this only goes to trunk.
So I took your patch and converted to trunk, pushed as bellow.
||branch||testall||dtest||
|[10406-trunk|https://github.com/yukim/cassandra/tree/10406-trunk]|[testall|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-10406-trunk-testall/lastCompletedBuild/testReport/]|[dtest|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-10406-trunk-dtest/lastCompletedBuild/testReport/]|
I modified the part that converts given range representation to {{Range}}
object to use regexp so that we don't get confusing error message when failed
to parse.
Have a look, and since tests look good, I will commit if nothing seems wrong.
Then we can work together for dtest in CASSANDRA-10526.
> Nodetool supports to rebuild from specific ranges.
> --------------------------------------------------
>
> Key: CASSANDRA-10406
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10406
> Project: Cassandra
> Issue Type: Improvement
> Reporter: Dikang Gu
> Assignee: Dikang Gu
> Fix For: 2.1.x
>
> Attachments: 0001-nodetool-rebuild-support-range-tokens.patch
>
>
> Add the 'nodetool rebuildrange' command, so that if `nodetool rebuild`
> failed, we do not need to rebuild all the ranges, and can just rebuild those
> failed ones.
> Should be easily ported to all versions.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)