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:
Noble Paul 2014-03-24 10:31:21 +00:00
parent b838ab4b96
commit 00d2b4d960
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}