Merge pull request #190 from bmuppana/backup-joshua-fix
Fixing Backup wrong key range issue.
This commit is contained in:
commit
eba8151a09
|
@ -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