From 390e3b69b2a4b8ec4a325e7a1393c94564ad71ff Mon Sep 17 00:00:00 2001 From: muyulinzhong Date: Wed, 27 Nov 2024 10:00:12 +0800 Subject: [PATCH] =?UTF-8?q?[bufix]=E4=BF=AE=E5=A4=8D=E5=9B=A0=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=96=AD=E8=A8=80=E5=AF=BC=E8=87=B4=E7=9A=84=E5=BC=82?= =?UTF-8?q?=E5=B8=B8core=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gausskernel/storage/lmgr/proc.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gausskernel/storage/lmgr/proc.cpp b/src/gausskernel/storage/lmgr/proc.cpp index ad0db782b..15e08616f 100755 --- a/src/gausskernel/storage/lmgr/proc.cpp +++ b/src/gausskernel/storage/lmgr/proc.cpp @@ -556,8 +556,6 @@ void PgStatCMAThreadStatus() pid, callStack.data))); } } - /* It is abnormal that CM Agent proc List is full. */ - Assert(allCMProcNum < NUM_CMAGENT_PROCS); FreeStringInfo(&callStack); } @@ -800,8 +798,6 @@ void InitProcess(void) int rc = sprintf_s(cmaConnNumInfo, CONNINFOLEN, "All CMA proc [%d], uses[%d];", NUM_CMAGENT_PROCS, g_instance.conn_cxt.CurCMAProcCount); securec_check_ss(rc, "\0", "\0"); - /* It is abnormal that CM Agent proc List is full. */ - Assert(g_instance.conn_cxt.CurCMAProcCount < NUM_CMAGENT_PROCS); } ereport(FATAL,