Fixing Backup wrong key range issue.

This commit is contained in:
Bhaskar Muppana 2017-10-24 15:26:55 -07:00
parent 7799aef549
commit 3848f7808c
1 changed files with 1 additions and 1 deletions

View File

@ -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
)
);