This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new fae4bf652f4 [branch-2.1](memory) Fix CCR task repeat attach task 
DCHECK failed3 #33366
fae4bf652f4 is described below

commit fae4bf652f4eed0dcdc983e863a2b50404abe924
Author: Xinyi Zou <[email protected]>
AuthorDate: Mon Apr 8 16:06:41 2024 +0800

    [branch-2.1](memory) Fix CCR task repeat attach task DCHECK failed3 #33366
---
 be/src/olap/task/engine_alter_tablet_task.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/be/src/olap/task/engine_alter_tablet_task.h 
b/be/src/olap/task/engine_alter_tablet_task.h
index 70f4a576daa..ae113a5faf9 100644
--- a/be/src/olap/task/engine_alter_tablet_task.h
+++ b/be/src/olap/task/engine_alter_tablet_task.h
@@ -23,7 +23,6 @@
 #include "olap/task/engine_task.h"
 
 namespace doris {
-class MemTrackerLimiter;
 class TAlterInvertedIndexReq;
 class TAlterTabletReqV2;
 
@@ -38,8 +37,6 @@ public:
 
 private:
     const TAlterTabletReqV2& _alter_tablet_req;
-
-    std::shared_ptr<MemTrackerLimiter> _mem_tracker;
 }; // EngineTask
 
 } // namespace doris


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to