Skip to content

Commit

Permalink
Update qa/retention-lease-bwc/src/main/java/org/elasticsearch/retenti…
Browse files Browse the repository at this point in the history
…on_lease_bwc/RestAddRetentionLeaseHandler.java
  • Loading branch information
jasontedor committed Feb 28, 2019
1 parent b6357eb commit c2d036f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ protected void processResponse(
channel.sendResponse(new BytesRestResponse(RestStatus.OK, builder));
}

}, numberOfShards, Collections.emptyList());
},
numberOfShards,
Collections.emptyList());
for (int i = 0; i < numberOfShards; i++) {
final ShardId shardId = new ShardId(indexMetaData.getIndex(), i);
client.execute(
Expand Down

0 comments on commit c2d036f

Please sign in to comment.