mirror of https://github.com/apache/lucene.git
SOLR-5893 eliminating unnecessary NoNodeException logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580804 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b838ab4b96
commit
00d2b4d960
|
@ -1682,6 +1682,8 @@ public final class ZkController {
|
|||
log.info("Going to add role {} ",props);
|
||||
getOverseerCollectionQueue().offer(ZkStateReader.toJSON(props));
|
||||
}
|
||||
} catch (NoNodeException nne){
|
||||
return;
|
||||
} catch (Exception e) {
|
||||
log.warn("could not readd the overseer designate ",e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue