diff --git a/source/dnode/mnode/impl/src/mndTelem.c b/source/dnode/mnode/impl/src/mndTelem.c index 147735f356..5292dd0a41 100644 --- a/source/dnode/mnode/impl/src/mndTelem.c +++ b/source/dnode/mnode/impl/src/mndTelem.c @@ -245,7 +245,7 @@ SEND_OVER: static int32_t mndProcessTelemTimer(SMnodeMsg* pReq) { SMnode* pMnode = pReq->pMnode; STelemMgmt* pMgmt = &pMnode->telemMgmt; - // if (!pMgmt->enable) return 0; + if (!pMgmt->enable) return 0; taosWLockLatch(&pMgmt->lock); mndSendTelemetryReport(pMnode);