From 28506560f56f307fea2a86d6a001880c1527de5c Mon Sep 17 00:00:00 2001 From: hamstersox <673144759@qq.com> Date: Tue, 27 Jun 2023 09:48:10 +0000 Subject: [PATCH] adjust MAX_TABLET_NUM to 32 --- src/storage/ob_storage_rpc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/ob_storage_rpc.cpp b/src/storage/ob_storage_rpc.cpp index 4823160ecb..eff7930aef 100644 --- a/src/storage/ob_storage_rpc.cpp +++ b/src/storage/ob_storage_rpc.cpp @@ -2863,7 +2863,7 @@ int ObStorageFetchLSViewP::process() ObLSService *ls_service = NULL; ObLS *ls = NULL; char * buf = NULL; - const int64_t MAX_TABLET_NUM = 100; + const int64_t MAX_TABLET_NUM = 32; int64_t filled_tablet_count = 0; int64_t total_tablet_count = 0;