yiguolei commented on a change in pull request #772: Be refactor new fix test
bug
URL: https://github.com/apache/incubator-doris/pull/772#discussion_r266765477
##########
File path: be/src/agent/task_worker_pool.cpp
##########
@@ -633,8 +631,8 @@ void TaskWorkerPool::_alter_tablet(
error_msgs.push_back(process_name + " success");
task_status.__set_status_code(TStatusCode::OK);
} else if (status == DORIS_TASK_REQUEST_ERROR) {
- OLAP_LOG_WARNING("alter table request task type invalid. "
- "signature: %ld", signature);
+ LOG(WARNING) << "alter table request task type invalid. "
+ "signature:" << signature;
error_msgs.push_back("alter table request new tablet id or schema
count invalid.");
Review comment:
missed << ?
----------------------------------------------------------------
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]