use source data size for copy index sstable

This commit is contained in:
YoungYang0820
2022-01-24 15:59:03 +08:00
committed by LINxiansheng
parent 495b296f0f
commit 7331175f0f
5 changed files with 51 additions and 4 deletions

View File

@ -2642,7 +2642,7 @@ bool ObCopySSTableBatchArg::is_valid() const
return is_valid;
}
OB_SERIALIZE_MEMBER(ObServerCopyLocalIndexSSTableArg, data_src_, dst_, pkey_, index_table_id_, cluster_id_);
OB_SERIALIZE_MEMBER(ObServerCopyLocalIndexSSTableArg, data_src_, dst_, pkey_, index_table_id_, cluster_id_, data_size_);
bool ObServerCopyLocalIndexSSTableArg::is_valid() const
{