Tablet normalized leak diagnosis
This commit is contained in:
@ -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;
|
||||
|
||||
@ -35,6 +35,11 @@ int64_t ObTenantMetaMemMgr::cal_adaptive_bucket_num()
|
||||
return 1000;
|
||||
}
|
||||
|
||||
int ObTenantMetaMemMgr::fetch_tenant_config()
|
||||
{
|
||||
return OB_SUCCESS;
|
||||
}
|
||||
|
||||
int ObTabletPointerMap::load_meta_obj(
|
||||
const ObTabletMapKey &key,
|
||||
ObTabletPointer *meta_pointer,
|
||||
|
||||
@ -36,6 +36,10 @@ using namespace storage;
|
||||
using namespace blocksstable;
|
||||
using namespace share;
|
||||
|
||||
int storage::ObTenantMetaMemMgr::fetch_tenant_config()
|
||||
{
|
||||
return OB_SUCCESS;
|
||||
}
|
||||
|
||||
namespace unittest
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user