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:
Mark Robert Miller 2012-01-31 15:56:32 +00:00
parent 167982a5b4
commit d3e50cad5f
1 changed files with 0 additions and 1 deletions

View File

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