This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
new 92f99ac373 Fix DCHECK consumption is greater (#12000)
92f99ac373 is described below
commit 92f99ac3738849fe0986673d62dcdb588ee1e40e
Author: Xinyi Zou <[email protected]>
AuthorDate: Tue Aug 23 17:38:18 2022 +0800
Fix DCHECK consumption is greater (#12000)
---
be/src/runtime/runtime_state.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/be/src/runtime/runtime_state.cpp b/be/src/runtime/runtime_state.cpp
index 791cdd213e..514eaed6b6 100644
--- a/be/src/runtime/runtime_state.cpp
+++ b/be/src/runtime/runtime_state.cpp
@@ -247,7 +247,7 @@ Status RuntimeState::init_mem_trackers(const TUniqueId&
query_id) {
_new_instance_mem_tracker = std::make_shared<MemTrackerLimiter>(
-1, "RuntimeState:instance:" + print_id(_fragment_instance_id),
- _new_query_mem_tracker, &_profile);
+ _new_query_mem_tracker);
/*
// TODO: this is a stopgap until we implement ExprContext
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]