mirror of https://github.com/apache/lucene.git
remove stale comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380098 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
09c824ce4c
commit
3b58473127
solr/core/src/java/org/apache/solr/cloud
|
@ -58,9 +58,7 @@ public abstract class ElectionContext {
|
|||
public void cancelElection() throws InterruptedException, KeeperException {
|
||||
zkClient.delete(leaderSeqPath, -1, true);
|
||||
}
|
||||
// the given core may or may not be null - if you need access to the current core, you must pass
|
||||
// the core container and core name to your context impl - then use this core ref if it is not null
|
||||
// else access it from the core container
|
||||
|
||||
abstract void runLeaderProcess(boolean weAreReplacement) throws KeeperException, InterruptedException, IOException;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue