We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9b215 commit d772499Copy full SHA for d772499
server/src/main/java/org/opensearch/gateway/PrimaryShardAllocator.java
@@ -132,9 +132,7 @@ public AllocateUnassignedDecision makeAllocationDecision(
132
/**
133
* Transforms {@link FetchResult} of {@link NodeGatewayStartedShards} to {@link List} of {@link NodeGatewayStartedShards}
134
* Returns null if {@link FetchResult} does not have any data.
135
- *
136
- * @param shardsState {@link FetchResult<NodeGatewayStartedShards>}
137
- * */
+ */
138
private static List<NodeGatewayStartedShards> adaptToNodeStartedShardList(FetchResult<NodeGatewayStartedShards> shardsState) {
139
if (!shardsState.hasData()) {
140
return null;
0 commit comments