Merge branch 'fix/TD-15197' of github.com:taosdata/TDengine into fix/TD-15197

This commit is contained in:
dapan1121 2022-07-20 18:50:34 +08:00
commit 34fbc93e03
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ void closeTransporter(SAppInstInfo *pAppInfo) {
static bool clientRpcRfp(int32_t code, tmsg_t msgType) {
if (NEED_REDIRECT_ERROR(code)) {
if (msgType == TDMT_SCH_QUERY || msgType == TDMT_SCH_MERGE_QUERY || msgType == TDMT_SCH_FETCH ||
msgType == TDMT_SCH_MERGE_FETCH) {
msgType == TDMT_SCH_MERGE_FETCH || msgType == TDMT_SCH_QUERY_HEARTBEAT) {
return false;
}
return true;