mirror of https://github.com/apache/lucene.git
don't do an extra close - this will happen at shutdown
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1238677 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
167982a5b4
commit
d3e50cad5f
|
@ -533,7 +533,6 @@ public class CoreContainer
|
|||
// if register fails, this is really bad - close the zkController to
|
||||
// minimize any damage we can cause
|
||||
zkController.publish(core, ZkStateReader.DOWN);
|
||||
zkController.close();
|
||||
log.error("", e);
|
||||
throw new ZooKeeperException(SolrException.ErrorCode.SERVER_ERROR, "",
|
||||
e);
|
||||
|
|
Loading…
Reference in New Issue