Skip to content

Commit

Permalink
Added changes as per comments
Browse files Browse the repository at this point in the history
Signed-off-by: Nishchay Malhotra <nishcha@amazon.com>
  • Loading branch information
nishchay21 committed Jan 10, 2023
1 parent a6d128e commit d62dfc8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public ClusterAwarenessHealth(ClusterState clusterState, ClusterSettings cluster
List<String> awarenessAttributeList = getAwarenessAttributeList(awarenessAttributeName, clusterSettings);
for (String awarenessAttribute : awarenessAttributeList) {
displayUnassignedShardLevelInfo = canCalcUnassignedShards(clusterSettings, awarenessAttribute);
System.out.println(displayUnassignedShardLevelInfo);
clusterAwarenessAttributesHealth = new ClusterAwarenessAttributesHealth(
awarenessAttribute,
displayUnassignedShardLevelInfo,
Expand Down

0 comments on commit d62dfc8

Please sign in to comment.