diff --git a/src/storage/high_availability/ob_transfer_struct.cpp b/src/storage/high_availability/ob_transfer_struct.cpp index cd847852ec..c3c322abe5 100644 --- a/src/storage/high_availability/ob_transfer_struct.cpp +++ b/src/storage/high_availability/ob_transfer_struct.cpp @@ -48,9 +48,8 @@ void ObTXStartTransferOutInfo::reset() bool ObTXStartTransferOutInfo::is_valid() const { return src_ls_id_.is_valid() - && dest_ls_id_.is_valid() - && !tablet_list_.empty() - && transfer_epoch_ > 0; + && dest_ls_id_.is_valid() + && !tablet_list_.empty(); } int ObTXStartTransferOutInfo::assign(const ObTXStartTransferOutInfo &start_transfer_out_info)