Github user dsmiley commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/422#discussion_r204417110
--- Diff:
solr/core/src/java/org/apache/solr/update/processor/TimeRoutedAliasUpdateProcessor.java
---
@@ -85,6 +93,7 @@
// Alternatively a Lock or CountDownLatch could have been used but
they didn't seem
// to make it any easier.
private static ConcurrentHashMap<String, Semaphore> aliasToSemaphoreMap
= new ConcurrentHashMap<>(4);
+ private static ConcurrentHashMap<String, ExecutorService>
asyncMaintainers = new ConcurrentHashMap<>();
--- End diff --
Add comment please
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]