Fix a batch of memory not being split to tenant

This commit is contained in:
obdev
2023-05-18 14:11:18 +00:00
committed by ob-robot
parent 135383ca8b
commit 10ebab170d
98 changed files with 284 additions and 174 deletions

View File

@ -72,7 +72,7 @@ const ObLSID TEST_LS_ID(735);
TEST_F(TestLSLogWriter, submit_start_working_log)
{
int64_t tmp_tenant_id = 1004;
int64_t tmp_tenant_id = 1;
ObLSTxCtxMgr tmp_mgr;
common::ObConcurrentFIFOAllocator tmp_allocator;