From 93e946b3c0f57b17a8e862337044023ea0957573 Mon Sep 17 00:00:00 2001 From: xufei Date: Wed, 28 Sep 2022 23:23:37 +0800 Subject: [PATCH] fix build Signed-off-by: xufei --- dbms/src/Flash/Mpp/MinTSOScheduler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbms/src/Flash/Mpp/MinTSOScheduler.h b/dbms/src/Flash/Mpp/MinTSOScheduler.h index 8553a35e26c..25abb770e44 100644 --- a/dbms/src/Flash/Mpp/MinTSOScheduler.h +++ b/dbms/src/Flash/Mpp/MinTSOScheduler.h @@ -35,7 +35,7 @@ using MPPQueryTaskSetPtr = std::shared_ptr; class MinTSOScheduler : private boost::noncopyable { public: - MinTSOScheduler(UInt64 soft_limit, UInt64 hard_limit, UInt64 active_set_hard_limit_); + MinTSOScheduler(UInt64 soft_limit, UInt64 hard_limit, UInt64 active_set_soft_limit_); ~MinTSOScheduler() = default; /// try to schedule this task if it is the min_tso query or there are enough threads, otherwise put it into the waiting set. /// NOTE: call tryToSchedule under the lock protection of MPPTaskManager