mirror of https://github.com/apache/lucene.git
SOLR-3122: do not interrupt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243154 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5c50bf4c65
commit
2fc6800bdf
|
@ -74,7 +74,6 @@ public class RecoveryStrategy extends Thread {
|
|||
// make sure any threads stop retrying
|
||||
public void close() {
|
||||
close = true;
|
||||
interrupt();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue