Skip to content

Commit

Permalink
Merge pull request #3277 from jzhou77/backup-fix
Browse files Browse the repository at this point in the history
Fix a backup progress true-up bug
  • Loading branch information
xumengpanda authored Jun 5, 2020
2 parents 1671997 + 3108102 commit e30cd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fdbserver/BackupProgress.actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ std::map<std::tuple<LogEpoch, Version, int>, std::map<Tag, Version>> BackupProgr
// ASSERT(info.logRouterTags == epochTags[rit->first]);

updateTagVersions(&tagVersions, &tags, rit->second, info.epochEnd, adjustedBeginVersion, epoch);
break;
if (tags.empty()) break;
}
rit++;
}
Expand Down

0 comments on commit e30cd35

Please sign in to comment.