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:
Yonik Seeley 2015-11-02 18:41:02 +00:00
parent fbc7ea4532
commit 978491938b
1 changed files with 1 additions and 1 deletions

View File

@ -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 {