Merge branch 'feature/scheduler' of https://github.com/taosdata/TDengine into sc

This commit is contained in:
yihaoDeng 2022-03-22 17:02:06 +08:00
commit 538f0a11c3
2 changed files with 2 additions and 2 deletions

View File

@ -1852,7 +1852,7 @@ int32_t schEnsureHbConnection(SSchJob *pJob, SSchTask *pTask) {
epId.nodeId = addr->nodeId;
memcpy(&epId.ep, SCH_GET_CUR_EP(addr), sizeof(SEp));
#if 0
#if 1
SSchHbTrans *hb = taosHashGet(schMgmt.hbConnections, &epId, sizeof(SQueryNodeEpId));
if (NULL == hb) {
bool exist = false;