mirror of https://github.com/apache/lucene.git
comment out debug sys out
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1235988 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e4cc1d009c
commit
b87045f8f1
|
@ -118,7 +118,7 @@ final class ShardLeaderElectionContext extends ShardLeaderElectionContextBase {
|
|||
}
|
||||
// should I be leader?
|
||||
if (weAreReplacement && !shouldIBeLeader(leaderProps)) {
|
||||
System.out.println("there is a better leader candidate it appears");
|
||||
// System.out.println("there is a better leader candidate it appears");
|
||||
rejoinLeaderElection(leaderSeqPath, core);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue