fix:disable slow log monitor
This commit is contained in:
parent
e73f6ba47e
commit
ad6eb20524
|
@ -680,6 +680,7 @@ void monitorClose() {
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t monitorPutData2MonitorQueue(int64_t clusterId, char* value){
|
int32_t monitorPutData2MonitorQueue(int64_t clusterId, char* value){
|
||||||
|
return -1; // disable slow log monitor
|
||||||
MonitorSlowLogData* slowLogData = taosAllocateQitem(sizeof(MonitorSlowLogData), DEF_QITEM, 0);
|
MonitorSlowLogData* slowLogData = taosAllocateQitem(sizeof(MonitorSlowLogData), DEF_QITEM, 0);
|
||||||
if (slowLogData == NULL) {
|
if (slowLogData == NULL) {
|
||||||
uError("[monitor] failed to allocate slow log data");
|
uError("[monitor] failed to allocate slow log data");
|
||||||
|
|
Loading…
Reference in New Issue