fix:disable slow log monitor

This commit is contained in:
wangmm0220 2024-06-27 16:52:10 +08:00
parent e73f6ba47e
commit ad6eb20524
1 changed files with 1 additions and 0 deletions

View File

@ -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");