Merge pull request #190 from bmuppana/backup-joshua-fix

Fixing Backup wrong key range issue.
This commit is contained in:
Bhaskar Muppana 2017-10-24 15:28:18 -07:00 committed by GitHub Enterprise
commit eba8151a09
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
)
);