Tablet normalized leak diagnosis

This commit is contained in:
ND501
2024-02-06 15:26:28 +00:00
committed by ob-robot
parent 5346749b1e
commit 452b98a7c1
15 changed files with 725 additions and 123 deletions

View File

@ -29,10 +29,17 @@ namespace storage
using namespace blocksstable;
using namespace common;
class ObTenantMetaMemMgr;
void ObCompactionBufferWriter::reset()
{
}
int ObTenantMetaMemMgr::fetch_tenant_config()
{
return OB_SUCCESS;
}
static int get_number(const char *str, const char *&endpos, int64_t &num)
{
int ret = OB_SUCCESS;