Merge pull request #26332 from taosdata/fix/3.0/TD-27867

fix show connection with empty app info
This commit is contained in:
dapan1121 2024-07-01 16:36:22 +08:00 committed by GitHub
commit 50e6034391
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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