disable telem
This commit is contained in:
parent
7cc1d78ec6
commit
b045302196
|
@ -245,7 +245,7 @@ SEND_OVER:
|
||||||
static int32_t mndProcessTelemTimer(SMnodeMsg* pReq) {
|
static int32_t mndProcessTelemTimer(SMnodeMsg* pReq) {
|
||||||
SMnode* pMnode = pReq->pMnode;
|
SMnode* pMnode = pReq->pMnode;
|
||||||
STelemMgmt* pMgmt = &pMnode->telemMgmt;
|
STelemMgmt* pMgmt = &pMnode->telemMgmt;
|
||||||
// if (!pMgmt->enable) return 0;
|
if (!pMgmt->enable) return 0;
|
||||||
|
|
||||||
taosWLockLatch(&pMgmt->lock);
|
taosWLockLatch(&pMgmt->lock);
|
||||||
mndSendTelemetryReport(pMnode);
|
mndSendTelemetryReport(pMnode);
|
||||||
|
|
Loading…
Reference in New Issue