Fixing Backup wrong key range issue.
This commit is contained in:
parent
7799aef549
commit
3848f7808c
|
@ -998,7 +998,7 @@ namespace fileBackup {
|
|||
|
||||
state Key nextKey = keyAfter(lastKey);
|
||||
Void _ = wait(saveAndExtendIncrementally(cx, taskBucket, task,
|
||||
endKeyRangeFile(cx, backup, &rangeFile, backupContainer, &outFileName, endKey, outVersion),
|
||||
endKeyRangeFile(cx, backup, &rangeFile, backupContainer, &outFileName, nextKey, outVersion),
|
||||
timeout // time at which to do the first saveAndExtend
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue