Github user fsparv commented on a diff in the pull request:

    https://github.com/apache/lucene-solr/pull/422#discussion_r204746436
  
    --- Diff: 
solr/core/src/java/org/apache/solr/update/processor/TimeRoutedAliasUpdateProcessor.java
 ---
    @@ -230,6 +219,59 @@ public void processAdd(AddUpdateCommand cmd) throws 
IOException {
         }
       }
     
    +  /**
    +   * Create an executor that can only handle one task at a time. This is 
used to ensure that
    --- End diff --
    
    oops, ensure that we don't spam the overseer with lots of 
MaintainRoutedAlias commands. 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to