add a new config, which can force malloc even if tenant not exist in observer

This commit is contained in:
tushicheng
2023-09-13 03:10:27 +00:00
committed by ob-robot
parent 914713a8d9
commit 1910d3de2b
8 changed files with 37 additions and 37 deletions

View File

@ -161,6 +161,7 @@ public:
public:
bool force_explict_500_malloc_ = false;
bool pl_leaked_times_ = 0;
bool force_malloc_for_absent_tenant_ = false;
private:
DISALLOW_COPY_AND_ASSIGN(ObMallocAllocator);
class BucketLock