From 9a82fce65fb9b6c320ec1df94e9738da8056b442 Mon Sep 17 00:00:00 2001 From: wangjiaming0909 <604227650@qq.com> Date: Fri, 28 Jun 2024 16:30:14 +0800 Subject: [PATCH] fix show connection with empty app info --- source/client/src/clientHb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/client/src/clientHb.c b/source/client/src/clientHb.c index 19b6655af1..83c0783458 100644 --- a/source/client/src/clientHb.c +++ b/source/client/src/clientHb.c @@ -1029,7 +1029,7 @@ int32_t hbQueryHbReqHandle(SClientHbKey *connKey, void *param, SClientHbReq *req #endif code = hbGetExpiredTSMAInfo(connKey, pCatalog, req); } else { - req->app.appId = 0; + hbGetAppInfo(hbParam->clusterId, req); } ++hbParam->reqCnt; // success to get catalog info