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