cambyzju commented on code in PR #9546:
URL: https://github.com/apache/incubator-doris/pull/9546#discussion_r872103706
##########
be/src/agent/task_worker_pool.cpp:
##########
@@ -1010,7 +1010,8 @@ Status TaskWorkerPool::_check_migrate_request(const
TStorageMediumMigrateReq& re
if (tablet->data_dir()->path() == (*dest_store)->path()) {
LOG(INFO) << "tablet is already on specified path. "
<< "path=" << tablet->data_dir()->path();
- return Status::OLAPInternalError(OLAP_REQUEST_FAILED);
Review Comment:
line 999 has the same 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: [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]