Thanks DuyHai.
From: DuyHai Doan [mailto:doanduy...@gmail.com]
Sent: 2014年11月14日 21:55
To: user@cassandra.apache.org
Subject: Re: Questiona about node repair
By checking into the source code:
StorageService:
public void forceTerminateAllRepairSessions
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
On Thu, Nov 13, 2014 at 7:01 PM, Di, Jieming wrote
> 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 wh
By checking into the source code:
StorageService:
public void forceTerminateAllRepairSessions() {
ActiveRepairService.instance.terminateSessions();
}
ActiveRepairService:
public void terminateSessions()
{
for (RepairSession session : sessions.values())
{
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