add ctx_id in log

This commit is contained in:
nroskill 2021-11-24 15:21:40 +08:00 committed by LINxiansheng
parent 9a12265c32
commit 22d92d191b

View File

@ -298,6 +298,7 @@ int ObMallocAllocator::create_tenant_ctx_allocator(uint64_t tenant_id, uint64_t
ObTenantCtxAllocator* next_allocator = *cur;
*cur = allocator;
((*cur)->get_next()) = next_allocator;
LOG_INFO("tenant ctx allocator was created", K(tenant_id), K(ctx_id), K(lbt()));
} else {
allocator->~ObTenantCtxAllocator();
allocer->free(buf);