Fix unserialized spilt_src_tablet_id in tablet_meta

This commit is contained in:
Hongqin-Li 2025-01-06 12:44:56 +00:00 committed by ob-robot
parent be0196308e
commit 6d76f8ff22

View File

@ -4196,7 +4196,7 @@ int ObSplitUtil::deserializ_parallel_datum_rowkey(
}
return ret;
}
OB_SERIALIZE_MEMBER(ObSplitTabletInfo, split_info_);
OB_SERIALIZE_MEMBER(ObSplitTabletInfo, split_info_, split_src_tablet_id_);
//record trace_id
ObDDLEventInfo::ObDDLEventInfo()
@ -4234,4 +4234,4 @@ void ObDDLEventInfo::copy_event(const ObDDLEventInfo &other)
parent_trace_id_ = other.parent_trace_id_;
trace_id_ = other.trace_id_;
event_ts_ = other.event_ts_;
}
}