Cassandra 2.1.2 - How to get node repair progress

2015-01-22 Thread Di, Jieming
Hi, I am using incremental repair in Cassandra 2.1.2 right now, I am wondering if there is any API that I can get the current progress of the current repair job? That would be a great help. Thanks. Regards, -Jieming-

RE: Questiona about node repair

2014-11-14 Thread Di, Jieming
() { taskExecutor.shutdownNow(); differencingDone.signalAll(); completed.signalAll(); } On Fri, Nov 14, 2014 at 4:01 AM, Di, Jieming mailto:jieming...@emc.com>> wrote: Hi There, I have a question about Cassandra node repair, there is a function

RE: Questiona about node repair

2014-11-14 Thread Di, Jieming
Thanks Rob. From: Robert Coli [mailto:rc...@eventbrite.com] Sent: 2014年11月15日 2:50 To: user@cassandra.apache.org Subject: Re: Questiona about node repair On Thu, Nov 13, 2014 at 7:01 PM, Di, Jieming mailto:jieming...@emc.com>> wrote I have a question about Cassandra node repair, ther

Questiona about node repair

2014-11-13 Thread Di, Jieming
Hi There, I have a question about Cassandra node repair, there is a function called "forceTerminateAllRepairSessions();", so will the function terminate all the repair session in only one node, or it will terminate all the session in a ring? And when it terminates all repair sessions, does it j