Skip to content

Commit

Permalink
refactoring changes
Browse files Browse the repository at this point in the history
Signed-off-by: Divyansh Pandey <[email protected]>
  • Loading branch information
Divyansh Pandey committed Feb 15, 2025
1 parent da1d789 commit f6460d2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,9 @@ private void validateClusterTotalPrimaryShardsPerNodeSetting(ClusterState curren

if (!allNodesRemoteStoreEnabled) {
throw new IllegalArgumentException(
"Setting [" + CLUSTER_TOTAL_PRIMARY_SHARDS_PER_NODE_SETTING.getKey() + "] can only be used with remote store enabled clusters"
"Setting ["
+ CLUSTER_TOTAL_PRIMARY_SHARDS_PER_NODE_SETTING.getKey()
+ "] can only be used with remote store enabled clusters"
);
}
}
Expand Down

0 comments on commit f6460d2

Please sign in to comment.