add a new config, which can force malloc even if tenant not exist in observer
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user