fix update_merge_status repeatedly report OB_INNER_STAT_ERROR when checksum_error exists
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user