fix observer start failed due to large memory allocation
This commit is contained in:
committed by
LINxiansheng
parent
2b43f09ce1
commit
ac3ef77f14
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user