mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 02:58:58 +00:00
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…
x
Reference in New Issue
Block a user