We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5fde53 commit 7780ed7Copy full SHA for 7780ed7
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plugin/DataNodeRequestSender.java
@@ -265,7 +265,7 @@ void onAfter(DriverCompletionInfo info) {
265
concurrentRequests.release();
266
}
267
268
- if (pendingRetries.isEmpty() == false) {
+ if (sendingLock.isHeldByCurrentThread()) {
269
try {
270
var resolutions = resolveShards(pendingRetries);
271
for (var entry : resolutions.entrySet()) {
0 commit comments