remove double call to shards (meaningless, but still)
This commit is contained in:
parent
0cdd55bcd7
commit
c26934be36
|
@ -368,7 +368,6 @@ public abstract class TransportShardReplicationOperationAction<Request extends S
|
|||
}
|
||||
}
|
||||
shardIt = shards(clusterState, request);
|
||||
shardIt = shards(clusterState, request);
|
||||
} catch (Exception e) {
|
||||
listener.onFailure(e);
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue