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 6d45d88273b [enhance][fix] add ccr downstreamurl for ccr (#32325)
6d45d88273b is described below
commit 6d45d88273b5454d974490527e46fd43e9cce097
Author: XuJianxu <[email protected]>
AuthorDate: Sat Mar 16 22:11:12 2024 +0800
[enhance][fix] add ccr downstreamurl for ccr (#32325)
Co-authored-by: 胥剑旭 <[email protected]>
---
regression-test/conf/regression-conf.groovy | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/regression-test/conf/regression-conf.groovy
b/regression-test/conf/regression-conf.groovy
index c6764a2ce86..e8256233742 100644
--- a/regression-test/conf/regression-conf.groovy
+++ b/regression-test/conf/regression-conf.groovy
@@ -29,6 +29,11 @@ targetJdbcUrl =
"jdbc:mysql://127.0.0.1:9030/?useLocalSessionState=true&allowLoa
jdbcUser = "root"
jdbcPassword = ""
+ccrDownstreamUrl =
"jdbc:mysql://127.0.0.1:9030/?useLocalSessionState=true&allowLoadLocalInfile=true"
+ccrDownstreamUser = "root"
+ccrDownstreamPassword = ""
+ccrDownstreamFeThriftAddress = "127.0.0.1:9020"
+
feSourceThriftAddress = "127.0.0.1:9020"
feTargetThriftAddress = "127.0.0.1:9020"
syncerAddress = "127.0.0.1:9190"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]