mirror of https://github.com/apache/lucene.git
SOLR-10376: Don't throw exception on interruption
This commit is contained in:
parent
7f2871c3bc
commit
c443dbd9bd
|
@ -192,7 +192,6 @@ public class OverseerTriggerThread implements Runnable, Closeable {
|
||||||
// Restore the interrupted status
|
// Restore the interrupted status
|
||||||
Thread.currentThread().interrupt();
|
Thread.currentThread().interrupt();
|
||||||
log.error("OverseerTriggerThread interrupted", e);
|
log.error("OverseerTriggerThread interrupted", e);
|
||||||
throw new SolrException(SolrException.ErrorCode.SERVER_ERROR, e);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue