mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
when executing on local node, don't reset the shard iterator, its null...
This commit is contained in:
parent
3698bcc2b9
commit
8b9c75cd7e
@ -143,7 +143,6 @@ public abstract class TransportSingleCustomOperationAction<Request extends Singl
|
||||
Response response = shardOperation(request, -1);
|
||||
listener.onResponse(response);
|
||||
} catch (Exception e) {
|
||||
shardsIt.reset();
|
||||
onFailure(null, e);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user