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/24 06:44:03 UTC

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

Author: markrmiller
Date: Sat Dec 24 05:44:03 2011
New Revision: 1222910

URL: http://svn.apache.org/viewvc?rev=1222910&view=rev
Log:
add comment

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=1222910&r1=1222909&r2=1222910&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 24 05:44:03 2011
@@ -260,6 +260,9 @@ public class DistributedUpdateProcessor 
     boolean retry = false;
     int retries = 0;
 
+    // TODO: if not a forward and replication req is not specified, we could
+    // send in a background thread
+    
     Response response;
     do {
       retry = false;