neuyilan commented on code in PR #25784: URL: https://github.com/apache/doris/pull/25784#discussion_r1371001357
########## 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: could you please explain why? According to the above discussion, I think, we should report the _s_report_version to fix the concurreny problem. -- 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