Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albertzaharovits committed Sep 3, 2024
1 parent ab2cd17 commit 28f3d67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1421,6 +1421,6 @@ private List<String> validateShrinkIndex(ClusterState state, String sourceIndex,
}

private void validateSplitIndex(ClusterState state, String sourceIndex, String targetIndexName, Settings targetIndexSettings) {
MetadataCreateIndexService.validateSplitIndex(state.metadata(), state.blocks(), "target", "source", targetIndexSettings);
MetadataCreateIndexService.validateSplitIndex(state.metadata(), state.blocks(), sourceIndex, targetIndexName, targetIndexSettings);
}
}

0 comments on commit 28f3d67

Please sign in to comment.