fix observer start failed due to large memory allocation

This commit is contained in:
Charles0429
2021-11-17 17:10:13 +08:00
committed by LINxiansheng
parent 2b43f09ce1
commit ac3ef77f14
49 changed files with 49 additions and 4941 deletions

View File

@ -421,7 +421,6 @@ public:
}
int get_sstable(ObSSTable*& sstable);
int get_sstable(const ObSSTable*& sstable) const;
int get_old_sstable(ObOldSSTable*& sstable);
int get_memtable(memtable::ObMemtable*& memtable);
int get_memtable(const memtable::ObMemtable*& memtable) const;
int set_table(ObITable* table);