[FEAT MERGE] Add anti-fallback checks for the memory of 500 tenant
This commit is contained in:
1
deps/oblib/src/lib/queue/ob_dedup_queue.h
vendored
1
deps/oblib/src/lib/queue/ob_dedup_queue.h
vendored
@ -175,6 +175,7 @@ public:
|
||||
int add_task(const IObDedupTask &task);
|
||||
int64_t task_count() const { return task_queue_.get_total(); }
|
||||
void set_label(const lib::ObLabel &label) { allocator_.set_label(label); }
|
||||
void set_attr(const lib::ObMemAttr &attr) { allocator_.set_attr(attr); }
|
||||
int set_thread_dead_threshold(const int64_t thread_dead_threshold);
|
||||
public:
|
||||
void run1() override;
|
||||
|
||||
Reference in New Issue
Block a user