Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
stefnestor committed Jul 18, 2024
1 parent 7d687d1 commit df751a5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import org.elasticsearch.cluster.node.DiscoveryNode;
import org.elasticsearch.cluster.node.DiscoveryNodeRole;
import org.elasticsearch.cluster.service.ClusterService;
import org.elasticsearch.common.ReferenceDocs;
import org.elasticsearch.common.ValidationException;
import org.elasticsearch.common.settings.Setting;
import org.elasticsearch.common.settings.Settings;
Expand Down Expand Up @@ -296,7 +297,8 @@ static String errorMessageFrom(Result result) {
+ result.maxShardsInCluster
+ "] maximum "
+ result.group
+ " shards open";
+ " shards open; for more information, see "
+ ReferenceDocs.MAX_SHARDS_PER_NODE;
}

/**
Expand Down

0 comments on commit df751a5

Please sign in to comment.