Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: xufei <[email protected]>
  • Loading branch information
windtalker committed Sep 28, 2022
1 parent 9e124c9 commit 93e946b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Flash/Mpp/MinTSOScheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ using MPPQueryTaskSetPtr = std::shared_ptr<MPPQueryTaskSet>;
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
Expand Down

0 comments on commit 93e946b

Please sign in to comment.