[OBKV] Fix TTL issue 51960431 & 51996497

This commit is contained in:
obdev
2023-09-08 13:03:40 +08:00
committed by ob-robot
parent 09e955551a
commit 13de262fb6
8 changed files with 51 additions and 42 deletions

View File

@ -144,8 +144,8 @@ template <typename T>
class ObTableEntityFactory: public ObITableEntityFactory
{
public:
ObTableEntityFactory(const char *label = common::ObModIds::TABLE_PROC)
:alloc_(label)
ObTableEntityFactory(const char *label = common::ObModIds::TABLE_PROC, uint64_t tenant_id = OB_SERVER_TENANT_ID)
:alloc_(label, OB_MALLOC_NORMAL_BLOCK_SIZE, tenant_id)
{}
virtual ~ObTableEntityFactory();
virtual ObITableEntity *alloc() override;