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

@ -17,7 +17,6 @@
#include "share/ob_srv_rpc_proxy.h"
#include "mockcontainer/mock_ob_iterator.h"
#include "blocksstable/ob_data_file_prepare.h"
#include "storage/blocksstable/ob_macro_block_meta_mgr.h"
#include "ob_sstable_test.h"
#define OK(ass) ASSERT_EQ(OB_SUCCESS, (ass))