Skip to content

Commit

Permalink
fix:disable slow log monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
wangmm0220 committed Jun 27, 2024
1 parent e73f6ba commit ad6eb20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/client/src/clientMonitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit ad6eb20

Please sign in to comment.