when executing on local node, don't reset the shard iterator, its null...

This commit is contained in:
Shay Banon 2012-02-02 00:35:51 +02:00
parent 3698bcc2b9
commit 8b9c75cd7e
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}
}