ByteYue commented on code in PR #16644:
URL: https://github.com/apache/doris/pull/16644#discussion_r1103915390
##########
be/src/olap/task/engine_clone_task.cpp:
##########
@@ -98,6 +98,12 @@ Status EngineCloneTask::_do_clone() {
if (missed_versions.empty()) {
LOG(INFO) << "missed version size = 0, skip clone and return
success. tablet_id="
<< _clone_req.tablet_id << " req replica=" <<
_clone_req.replica_id;
+ // update replica id to meet cooldown replica
Review Comment:
I thought each clone task had one new replica id. It seems
VERSION_INCOMPLETE task would has the same replica id. I'll go fix it.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]