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
The pop version obtained from GRV proxy replies may go backwards, which can
cause assertion failure when pulling mutations, i.e., missing mutations. Fix
this bug and add an assertion that popVersion can go lower.
-f ./tests/slow/BackupAndRestore.toml -s 2467687006 -b off
100k 20250312-202457-jzhou-34e803fa47d1c946 backup tests
Copy file name to clipboardExpand all lines: design/backup_v2_partitioned_logs.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ From an end-to-end perspective, the new backup system works in the following ste
168
168
4. Periodically, backup workers upload mutations to the requested blob storage, and save the progress into the database;
169
169
5. The backup is restorable when backup workers have saved versions that are larger than the complete snapshot’s end version, and the backup is stopped if a stop on restorable flag is set in the request.
170
170
171
-
The new backup has four major components: 1) backup workers; 2) recruitment of backup workers; 3) extension of tag partitioned log system to support pseudo tags; 4) integration with existing `TaskBucket` based backup command interface; and 5) integration with the Performant Restore System.
171
+
The new backup has the following major components: 1) backup workers; 2) recruitment of backup workers; 3) extension of tag partitioned log system to support pseudo tags; 4) integration with existing `TaskBucket` based backup command interface; and 5) integration with the existing `TaskBucket` based restore system to read partitioned mutation logs.
0 commit comments