[CP] [CP] Support OBKV Rerouting

This commit is contained in:
obdev
2023-09-08 13:38:58 +08:00
committed by ob-robot
parent a0a3106db1
commit bef1f24148
21 changed files with 360 additions and 89 deletions

View File

@ -1716,4 +1716,21 @@ int ObTableAggregation::deep_copy(ObIAllocator &allocator, ObTableAggregation &d
OB_SERIALIZE_MEMBER(ObTableAggregation,
type_,
column_);
column_);
////////////////////////////////////////////////////////////////
OB_SERIALIZE_MEMBER(ObTableMoveReplicaInfo,
table_id_,
schema_version_,
tablet_id_,
server_,
role_,
replica_type_,
part_renew_time_,
reserved_);
OB_SERIALIZE_MEMBER(ObTableMoveResult,
replica_info_,
reserved_);