chaoyli commented on a change in pull request #3211: use SleepFor() instead of
usleep()
URL: https://github.com/apache/incubator-doris/pull/3211#discussion_r399057343
##########
File path: be/src/agent/task_worker_pool.cpp
##########
@@ -967,8 +956,8 @@ void*
TaskWorkerPool::_storage_medium_migrate_worker_thread_callback(void* arg_t
EngineStorageMigrationTask engine_task(storage_medium_migrate_req);
OLAPStatus res =
worker_pool_this->_env->storage_engine()->execute_task(&engine_task);
if (res != OLAP_SUCCESS) {
- OLAP_LOG_WARNING("storage media migrate failed. status: %d,
signature: %ld",
- res, agent_task_req.signature);
+ OLAP_LOG_WARNING("storage media migrate failed. status: %d,
signature: %ld", res,
Review comment:
use LOG(WARNING) instead
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]