From 1ec867449e752a4f694e5f42a0b28cbbd8e30c13 Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Thu, 27 Jun 2024 10:11:38 +0800 Subject: [PATCH] fix:[TS-4921] errors in test --- include/libs/monitor/clientMonitor.h | 2 +- source/dnode/mnode/impl/src/mndDnode.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libs/monitor/clientMonitor.h b/include/libs/monitor/clientMonitor.h index b3596362fd..68b55e71a9 100644 --- a/include/libs/monitor/clientMonitor.h +++ b/include/libs/monitor/clientMonitor.h @@ -31,7 +31,7 @@ typedef enum SQL_RESULT_CODE { SQL_RESULT_CANCEL = 2, } SQL_RESULT_CODE; -#define SLOW_LOG_SEND_SIZE 8*1024 +#define SLOW_LOG_SEND_SIZE 32*1024 typedef struct { int64_t clusterId; diff --git a/source/dnode/mnode/impl/src/mndDnode.c b/source/dnode/mnode/impl/src/mndDnode.c index 9f0fc2decf..73addea6fe 100644 --- a/source/dnode/mnode/impl/src/mndDnode.c +++ b/source/dnode/mnode/impl/src/mndDnode.c @@ -54,7 +54,7 @@ static const char *offlineReason[] = { "monitor interval not match", "monitor slow log threshold not match", "monitor slow log sql max len not match", - "monitor slow log scopenot match", + "monitor slow log scope not match", "unknown", };