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

    https://github.com/apache/lucene-solr/pull/433#discussion_r212805827
  
    --- Diff: 
solr/core/src/java/org/apache/solr/update/processor/TimeRoutedAliasUpdateProcessor.java
 ---
    @@ -94,13 +92,15 @@
       private final SolrCmdDistributor cmdDistrib;
       private final CollectionsHandler collHandler;
       private final SolrParams outParamsToLeader;
    +  @SuppressWarnings("FieldCanBeLocal")
       private final CloudDescriptor cloudDesc;
     
       private List<Map.Entry<Instant, String>> parsedCollectionsDesc; // 
k=timestamp (start), v=collection.  Sorted descending
       private Aliases parsedCollectionsAliases; // a cached reference to the 
source of what we parse into parsedCollectionsDesc
       private SolrQueryRequest req;
    +  private ExecutorService preemptiveCreationExecutor;
    --- End diff --
    
    No that's a good point


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to