Skip to content

Commit

Permalink
Batch open-indices cluster state updates (elastic#83760)
Browse files Browse the repository at this point in the history
  • Loading branch information
joegallo authored and rjernst committed Feb 12, 2022
1 parent c6b4260 commit d94fdb1
Show file tree
Hide file tree
Showing 5 changed files with 193 additions and 100 deletions.
5 changes: 5 additions & 0 deletions docs/changelog/83760.yaml
@@ -0,0 +1,5 @@
pr: 83760
summary: Batch open-indices
area: Indices APIs
type: enhancement
issues: []
Expand Up @@ -92,7 +92,7 @@ protected void masterOperation(
.indices(concreteIndices)
.waitForActiveShards(request.waitForActiveShards());

indexStateService.openIndex(updateRequest, new ActionListener<>() {
indexStateService.openIndices(updateRequest, new ActionListener<>() {

@Override
public void onResponse(ShardsAcknowledgedResponse response) {
Expand Down

0 comments on commit d94fdb1

Please sign in to comment.