fix update_merge_status repeatedly report OB_INNER_STAT_ERROR when checksum_error exists

This commit is contained in:
obdev
2022-11-03 02:36:02 +00:00
committed by wangzelin.wzl
parent 31418623c2
commit 3eef7b053a
5 changed files with 13 additions and 1 deletions

View File

@ -226,6 +226,11 @@ bool ObGlobalMergeInfo::is_merge_error() const
return (is_merge_error_ > 0);
}
bool ObGlobalMergeInfo::is_in_verifying_status() const
{
return (ObZoneMergeInfo::MERGE_STATUS_VERIFYING == merge_status_);
}
bool ObGlobalMergeInfo::is_valid() const
{
bool is_valid = true;