add ctx_id in log
This commit is contained in:
@ -298,6 +298,7 @@ int ObMallocAllocator::create_tenant_ctx_allocator(uint64_t tenant_id, uint64_t
|
|||||||
ObTenantCtxAllocator* next_allocator = *cur;
|
ObTenantCtxAllocator* next_allocator = *cur;
|
||||||
*cur = allocator;
|
*cur = allocator;
|
||||||
((*cur)->get_next()) = next_allocator;
|
((*cur)->get_next()) = next_allocator;
|
||||||
|
LOG_INFO("tenant ctx allocator was created", K(tenant_id), K(ctx_id), K(lbt()));
|
||||||
} else {
|
} else {
|
||||||
allocator->~ObTenantCtxAllocator();
|
allocator->~ObTenantCtxAllocator();
|
||||||
allocer->free(buf);
|
allocer->free(buf);
|
||||||
|
|||||||
Reference in New Issue
Block a user