[FEAT MERGE] Add anti-fallback checks for the memory of 500 tenant

This commit is contained in:
obdev
2023-04-25 02:41:25 +00:00
committed by ob-robot
parent c317071f7e
commit fdcaa9a932
135 changed files with 936 additions and 660 deletions

View File

@ -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;