This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new b0391418fc8 [revert](move-memtable) Revert enable brpc debug log in
regression pipelines (#30389) (#30611)
b0391418fc8 is described below
commit b0391418fc88e1ce5bba3b38c0792ce844c223f1
Author: Xin Liao <[email protected]>
AuthorDate: Fri Feb 2 12:17:46 2024 +0800
[revert](move-memtable) Revert enable brpc debug log in regression
pipelines (#30389) (#30611)
This reverts commit 4bf47e229f930714572d8f91d6f9e94b4608bd20.
---
be/src/common/logging.h | 40 +++++++++++++-------------
regression-test/pipeline/external/conf/be.conf | 3 --
regression-test/pipeline/p0/conf/be.conf | 3 --
regression-test/pipeline/p1/conf/be.conf | 5 +---
4 files changed, 21 insertions(+), 30 deletions(-)
diff --git a/be/src/common/logging.h b/be/src/common/logging.h
index 16d340b49c0..672edb84e6a 100644
--- a/be/src/common/logging.h
+++ b/be/src/common/logging.h
@@ -31,26 +31,26 @@
// Define VLOG levels. We want display per-row info less than per-file which
// is less than per-query. For now per-connection is the same as per-query.
-#define VLOG_CONNECTION VLOG(101)
-#define VLOG_RPC VLOG(108)
-#define VLOG_QUERY VLOG(101)
-#define VLOG_FILE VLOG(102)
-#define VLOG_ROW VLOG(110)
-#define VLOG_PROGRESS VLOG(102)
-#define VLOG_TRACE VLOG(110)
-#define VLOG_DEBUG VLOG(107)
-#define VLOG_NOTICE VLOG(103)
-#define VLOG_CRITICAL VLOG(101)
-
-#define VLOG_CONNECTION_IS_ON VLOG_IS_ON(101)
-#define VLOG_RPC_IS_ON VLOG_IS_ON(108)
-#define VLOG_QUERY_IS_ON VLOG_IS_ON(101)
-#define VLOG_FILE_IS_ON VLOG_IS_ON(102)
-#define VLOG_ROW_IS_ON VLOG_IS_ON(110)
-#define VLOG_TRACE_IS_ON VLOG_IS_ON(110)
-#define VLOG_DEBUG_IS_ON VLOG_IS_ON(107)
-#define VLOG_NOTICE_IS_ON VLOG_IS_ON(103)
-#define VLOG_CRITICAL_IS_ON VLOG_IS_ON(101)
+#define VLOG_CONNECTION VLOG(1)
+#define VLOG_RPC VLOG(8)
+#define VLOG_QUERY VLOG(1)
+#define VLOG_FILE VLOG(2)
+#define VLOG_ROW VLOG(10)
+#define VLOG_PROGRESS VLOG(2)
+#define VLOG_TRACE VLOG(10)
+#define VLOG_DEBUG VLOG(7)
+#define VLOG_NOTICE VLOG(3)
+#define VLOG_CRITICAL VLOG(1)
+
+#define VLOG_CONNECTION_IS_ON VLOG_IS_ON(1)
+#define VLOG_RPC_IS_ON VLOG_IS_ON(8)
+#define VLOG_QUERY_IS_ON VLOG_IS_ON(1)
+#define VLOG_FILE_IS_ON VLOG_IS_ON(2)
+#define VLOG_ROW_IS_ON VLOG_IS_ON(10)
+#define VLOG_TRACE_IS_ON VLOG_IS_ON(10)
+#define VLOG_DEBUG_IS_ON VLOG_IS_ON(7)
+#define VLOG_NOTICE_IS_ON VLOG_IS_ON(3)
+#define VLOG_CRITICAL_IS_ON VLOG_IS_ON(1)
/// Define a wrapper around DCHECK for strongly typed enums that print a
useful error
/// message on failure.
diff --git a/regression-test/pipeline/external/conf/be.conf
b/regression-test/pipeline/external/conf/be.conf
index abe468554f2..9a5b3641b84 100644
--- a/regression-test/pipeline/external/conf/be.conf
+++ b/regression-test/pipeline/external/conf/be.conf
@@ -70,6 +70,3 @@ fragment_pool_thread_num_max=5000
enable_fuzzy_mode=true
enable_set_in_bitmap_value=true
enable_feature_binlog=true
-sys_log_verbose_modules = src/brpc
-sys_log_verbose_level = 100
-sys_log_verbose_flags_v = 100
diff --git a/regression-test/pipeline/p0/conf/be.conf
b/regression-test/pipeline/p0/conf/be.conf
index 3bf1dd0980d..15f19ec4f42 100644
--- a/regression-test/pipeline/p0/conf/be.conf
+++ b/regression-test/pipeline/p0/conf/be.conf
@@ -82,6 +82,3 @@ user_files_secure_path=/
enable_debug_points=true
# debug scanner context dead loop
enable_debug_log_timeout_secs=0
-sys_log_verbose_modules = src/brpc
-sys_log_verbose_level = 100
-sys_log_verbose_flags_v = 100
diff --git a/regression-test/pipeline/p1/conf/be.conf
b/regression-test/pipeline/p1/conf/be.conf
index 3d65d55f0af..d4b1cec2e89 100644
--- a/regression-test/pipeline/p1/conf/be.conf
+++ b/regression-test/pipeline/p1/conf/be.conf
@@ -70,7 +70,4 @@ fragment_pool_thread_num_max=5000
enable_fuzzy_mode=true
enable_set_in_bitmap_value=true
enable_feature_binlog=true
-max_sys_mem_available_low_water_mark_bytes=69206016
-sys_log_verbose_modules = src/brpc
-sys_log_verbose_level = 100
-sys_log_verbose_flags_v = 100
+max_sys_mem_available_low_water_mark_bytes=69206016
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]