We (the last pickle) maintain an open source tool for dealing with this:
http://cassandra-reaper.io
On Tue, Jan 1, 2019 at 12:31 PM Rahul Reddy
wrote:
> Hello,
>
> Is it possible to find subrange needed for repair in Apache Cassandra like
> dse which uses dsetool list_subranges like below doc
>
You can select the token for the key (select token()), and then repair the
surrounding range
Don’t try to repair a single token, try to repair some small range like 2^10
above/below the token you care about.
--
Jeff Jirsa
> On Jan 1, 2019, at 12:31 PM, Rahul Reddy wrote:
>
> Hello,
>
> I