mirror of https://github.com/apache/lucene.git
SOLR-8203: use shutdownNow on updateExecutor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712111 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fbc7ea4532
commit
978491938b
|
@ -110,7 +110,7 @@ public class UpdateShardHandler {
|
|||
|
||||
public void close() {
|
||||
try {
|
||||
ExecutorUtil.shutdownAndAwaitTermination(updateExecutor);
|
||||
ExecutorUtil.shutdownWithInterruptAndAwaitTermination(updateExecutor);
|
||||
} catch (Exception e) {
|
||||
SolrException.log(log, e);
|
||||
} finally {
|
||||
|
|
Loading…
Reference in New Issue