ByteYue commented on code in PR #16641: URL: https://github.com/apache/doris/pull/16641#discussion_r1103917449
########## be/src/olap/task/engine_clone_task.cpp: ########## @@ -537,7 +539,8 @@ Status EngineCloneTask::_finish_incremental_clone(Tablet* tablet, const TabletMeta& cloned_tablet_meta, int64_t committed_version) { LOG(INFO) << "begin to finish incremental clone. tablet=" << tablet->full_name() - << ", committed_version=" << committed_version; + << ", committed_version=" << committed_version + << ", cloned_tablet_replica_id=" << cloned_tablet_meta.tablet_id(); Review Comment: fix it in #16644 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org