mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
cancel the timeout in any case
This commit is contained in:
parent
8d45901a8a
commit
0cb97e4044
@ -144,9 +144,7 @@ public class SearchContext implements Releasable {
|
||||
// ignore this as well
|
||||
}
|
||||
engineSearcher.release();
|
||||
if (!keepAliveTimeout.isCancelled()) {
|
||||
keepAliveTimeout.cancel();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user