Fix unserialized spilt_src_tablet_id in tablet_meta
This commit is contained in:
parent
be0196308e
commit
6d76f8ff22
@ -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_;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user