neuyilan commented on code in PR #25784: URL: https://github.com/apache/doris/pull/25784#discussion_r1371966262
########## be/src/agent/task_worker_pool.cpp: ########## @@ -1900,6 +1900,7 @@ void CloneTaskPool::_clone_worker_thread_callback() { finish_task_request.__set_task_type(agent_task_req.task_type); finish_task_request.__set_signature(agent_task_req.signature); finish_task_request.__set_task_status(status.to_thrift()); + finish_task_request.__set_report_version(_s_report_version); Review Comment: > I mean we need to ++ _s_report_version when the clone task in be success. You can see other kind of task will ++ _s_report_version before report _s_report_version to Fe. got it. Thanks a lot. -- 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