提交 3601b77e 编写于 作者: A Alex Duan

fix(query): check probe in timer2

上级 8b693ada
...@@ -513,8 +513,8 @@ void tscProcessMsgFromServer(SRpcMsg *rpcMsg, SRpcEpSet *pEpSet) { ...@@ -513,8 +513,8 @@ void tscProcessMsgFromServer(SRpcMsg *rpcMsg, SRpcEpSet *pEpSet) {
// check msgtype // check msgtype
if(rpcMsg->msgType == TSDB_MSG_TYPE_PROBE_CONN_RSP) { if(rpcMsg->msgType == TSDB_MSG_TYPE_PROBE_CONN_RSP) {
pSql->noAckCnt = 0; pSql->noAckCnt = 0;
pSql->lastUpdate = taosGetTimestampMs(); pSql->lastAlive = taosGetTimestampMs();
tscInfo(" recv sql probe msg. sql=%s", pSql->sqlstr); tscInfo(" recv sql probe msg. sql=%s", pSql->sqlstr);
return ; return ;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册