SOLR-4749: Remove nocommit

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470678 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-04-22 19:41:07 +00:00
parent 87e248f2d5
commit 898058005a
1 changed files with 0 additions and 3 deletions

View File

@ -1564,9 +1564,6 @@ class CloserThread extends Thread {
removeMe != null && !container.isShutDown();
removeMe = coreMaps.getCoreToClose()) {
try {
// nocommit: wtf is this?
// coreMaps.addPersistOneCore(cfg, container.loader, removeMe.getCoreDescriptor(),
// container.getCoreToOrigName(removeMe), null);
removeMe.close();
} finally {
coreMaps.removeFromPendingOps(removeMe.getName());