Skip to content

Commit 46b8fd6

Browse files
committed
tweak comment
1 parent a75c850 commit 46b8fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/main/java/org/elasticsearch/repositories/RepositoryData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ public Map<IndexId, Collection<String>> indexMetaDataToRemoveAfterRemovingSnapsh
406406
*
407407
* @param snapshotId Id of the new snapshot
408408
* @param details Details of the new snapshot
409-
* @param updatedShardGenerations Updated shard generations in the new snapshot. For each index contained in the snapshot an array of new
410-
* generations indexed by the shard id they correspond to must be supplied.
409+
* @param updatedShardGenerations Updated shard generations in the new snapshot, including both indices that are included
410+
* in the final snapshot and those got deleted while finalizing.
411411
* @param indexMetaBlobs Map of index metadata blob uuids
412412
* @param newIdentifiers Map of new index metadata blob uuids keyed by the identifiers of the
413413
* {@link IndexMetadata} in them

0 commit comments

Comments
 (0)