Skip to content

Commit c47458f

Browse files
remove assert
1 parent 437a3bb commit c47458f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/elasticsearch/snapshots/SnapshotsService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3261,7 +3261,6 @@ SnapshotsInProgress computeUpdatedState() {
32613261
newlyCompletedEntries.add(newEntry);
32623262
}
32633263
}
3264-
assert updates.getValue().isEmpty();
32653264
updated = updated.createCopyWithUpdatedEntriesForRepo(repoName, newEntries);
32663265
}
32673266

0 commit comments

Comments
 (0)