You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -127,7 +124,9 @@ public void onResponse(RepositoryData repositoryData) {
127
124
/**
128
125
* A record used to track the new shard generations that have been written for each shard in a snapshot.
129
126
* An index may be deleted after the shard generation is written but before the snapshot is finalized.
130
-
* In this case, its shard generation is tracked in {@link #deletedIndices} because it's still a valid shard generation blob that exists in the repository and may be used by subsequent snapshots, even though the index will not be included in the snapshot being finalized. Otherwise, it is tracked in
127
+
* In this case, its shard generation is tracked in {@link #deletedIndices} because it's still a valid
128
+
* shard generation blob that exists in the repository and may be used by subsequent snapshots, even though
129
+
* the index will not be included in the snapshot being finalized. Otherwise, it is tracked in
0 commit comments