You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2011/12/31 19:38:48 UTC

svn commit: r1226166 - /lucene/dev/branches/solrcloud/solr/core/src/java/org/apache/solr/update/processor/DistributedUpdateProcessor.java

Author: markrmiller
Date: Sat Dec 31 18:38:48 2011
New Revision: 1226166

URL: http://svn.apache.org/viewvc?rev=1226166&view=rev
Log:
turn nocommit into TODO

Modified:
    lucene/dev/branches/solrcloud/solr/core/src/java/org/apache/solr/update/processor/DistributedUpdateProcessor.java

Modified: lucene/dev/branches/solrcloud/solr/core/src/java/org/apache/solr/update/processor/DistributedUpdateProcessor.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/solrcloud/solr/core/src/java/org/apache/solr/update/processor/DistributedUpdateProcessor.java?rev=1226166&r1=1226165&r2=1226166&view=diff
==============================================================================
--- lucene/dev/branches/solrcloud/solr/core/src/java/org/apache/solr/update/processor/DistributedUpdateProcessor.java (original)
+++ lucene/dev/branches/solrcloud/solr/core/src/java/org/apache/solr/update/processor/DistributedUpdateProcessor.java Sat Dec 31 18:38:48 2011
@@ -614,7 +614,7 @@ public class DistributedUpdateProcessor 
         vinfo.unlockForUpdate();
       }
     }
-    // nocommit: we should consider this? commit everyone in the current collection
+    // TODO: we should consider this? commit everyone in the current collection
 
     if (zkEnabled) {
       ModifiableSolrParams params = new ModifiableSolrParams(req.getParams());