From ad6eb205241de8eb7846d9121f2268a03f34946d Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Thu, 27 Jun 2024 16:52:10 +0800 Subject: [PATCH] fix:disable slow log monitor --- source/client/src/clientMonitor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/client/src/clientMonitor.c b/source/client/src/clientMonitor.c index 260a0ebbaa8b..1c636a5505d3 100644 --- a/source/client/src/clientMonitor.c +++ b/source/client/src/clientMonitor.c @@ -680,6 +680,7 @@ void monitorClose() { } int32_t monitorPutData2MonitorQueue(int64_t clusterId, char* value){ + return -1; // disable slow log monitor MonitorSlowLogData* slowLogData = taosAllocateQitem(sizeof(MonitorSlowLogData), DEF_QITEM, 0); if (slowLogData == NULL) { uError("[monitor] failed to allocate slow log data");