xinyiZzz commented on code in PR #9301:
URL: https://github.com/apache/incubator-doris/pull/9301#discussion_r863548026
##########
be/src/olap/task/engine_alter_tablet_task.cpp:
##########
@@ -29,7 +29,7 @@ EngineAlterTabletTask::EngineAlterTabletTask(const
TAlterTabletReqV2& request)
: _alter_tablet_req(request) {
_mem_tracker = MemTracker::create_tracker(
config::memory_limitation_per_thread_for_schema_change_bytes,
- fmt::format("EngineAlterTabletTask: {}-{}",
+ fmt::format("EngineAlterTabletTask:baseTabletId={}-newTabletId{}",
Review Comment:
fix
##########
be/src/olap/task/engine_batch_load_task.cpp:
##########
@@ -54,7 +54,9 @@ EngineBatchLoadTask::EngineBatchLoadTask(TPushReq& push_req,
std::vector<TTablet
_res_status(res_status) {
_download_status = Status::OK();
_mem_tracker = MemTracker::create_tracker(
- -1, fmt::format("{}: {}", _push_req.push_type,
std::to_string(_push_req.tablet_id)),
+ -1,
+ fmt::format("EngineBatchLoadTask:pushType{}-tabletId{}",
_push_req.push_type,
Review Comment:
fix
--
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]