SOLR-10376: Don't throw exception on interruption

This commit is contained in:
Shalin Shekhar Mangar 2017-04-26 13:18:53 +05:30
parent 7f2871c3bc
commit c443dbd9bd
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ public class OverseerTriggerThread implements Runnable, Closeable {
// Restore the interrupted status
Thread.currentThread().interrupt();
log.error("OverseerTriggerThread interrupted", e);
throw new SolrException(SolrException.ErrorCode.SERVER_ERROR, e);
}
}