This is an automated email from the ASF dual-hosted git repository.
yiguolei 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 e182e2426f [fix](regression) close p0 fe regression pipline config for
avoiding flink load fail (get tableList write lock timeout) (#17573)
e182e2426f is described below
commit e182e2426f3507e820a53b7427f9162b4ff613d7
Author: chunping <[email protected]>
AuthorDate: Thu Mar 9 14:18:38 2023 +0800
[fix](regression) close p0 fe regression pipline config for avoiding flink
load fail (get tableList write lock timeout) (#17573)
This pull request for bellow problem :
when fe config set sys_log_verbos_modules = org.apache.doris, which will
make fe get writeLock longer. In this config, make a stream load, that stream
load will failed with this message ([ANALYSIS_ERROR]errCode = 2, detailMessage
= get tableList write lock timeout, tableList=(Table [id=86135,
name=flink_connector, type=OLAP]))
---
regression-test/pipeline/p0/conf/fe.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regression-test/pipeline/p0/conf/fe.conf
b/regression-test/pipeline/p0/conf/fe.conf
index e8d9847bf8..b288d63fb3 100644
--- a/regression-test/pipeline/p0/conf/fe.conf
+++ b/regression-test/pipeline/p0/conf/fe.conf
@@ -54,7 +54,7 @@ catalog_trash_expire_second=1
# log_roll_size_mb = 1024
# sys_log_dir = ${DORIS_HOME}/log
# sys_log_roll_num = 10
-sys_log_verbose_modules = org.apache.doris
+# sys_log_verbose_modules = org.apache.doris
# audit_log_dir = ${DORIS_HOME}/log
# audit_log_modules = slow_query, query
# audit_log_roll_num = 10
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]