支持多业务系统的配置并发进行同步
This commit is contained in:
35
server/bin/conf/doris_client.conf
Normal file
35
server/bin/conf/doris_client.conf
Normal file
@@ -0,0 +1,35 @@
|
||||
[DORIS_CLIENT]
|
||||
fetch_fail_retry_interval=5
|
||||
fetch_fragmet_size=5242880
|
||||
fetch_confile_max_tries=3
|
||||
|
||||
fsstat_log_appname=DorisClient
|
||||
fsstat_log_filepath=./log/doris_client.fs
|
||||
fsstat_log_interval=2
|
||||
fsstat_log_print_mode=1
|
||||
fsstat_log_dst_ip=192.168.10.90
|
||||
fsstat_log_dst_port=8125
|
||||
|
||||
[DORIS_CLIENT.master_server]
|
||||
max_connection_per_host=1
|
||||
max_cnnt_pipeline_num=10
|
||||
https_connection_on=0
|
||||
max_curl_session_num=10
|
||||
|
||||
http_server_listen_port=9897
|
||||
http_server_manage_port=9897
|
||||
http_server_ip_list=192.168.10.8
|
||||
|
||||
[DORIS_CLIENT.backup1_server]
|
||||
max_connection_per_host=1
|
||||
max_cnnt_pipeline_num=10
|
||||
https_connection_on=0
|
||||
max_curl_session_num=10
|
||||
|
||||
http_server_listen_port=9897
|
||||
http_server_manage_port=9897
|
||||
http_server_ip_list=192.168.11.241
|
||||
|
||||
[DORIS_CLIENT.backup2_server]
|
||||
|
||||
|
||||
@@ -3,13 +3,9 @@ worker_thread_num=2
|
||||
server_listen_port=9898
|
||||
manage_listen_port=2233
|
||||
https_connection_on=1
|
||||
cache_file_frag_size=100
|
||||
|
||||
#1-Doris client; 2-local file
|
||||
receive_config_way=2
|
||||
cache_file_frag_size=67108864
|
||||
store_config_path=./doris_store_path
|
||||
receive_config_path_full=./doris_receive_path/full/index
|
||||
receive_config_path_inc=./doris_receive_path/inc/index
|
||||
business_system_list=T1_1;VoIP
|
||||
|
||||
run_log_dir=./log
|
||||
run_log_lv=20
|
||||
@@ -20,40 +16,20 @@ fsstat_log_print_mode=1
|
||||
fsstat_log_dst_ip=192.168.10.90
|
||||
fsstat_log_dst_port=8125
|
||||
|
||||
[T1_1]
|
||||
#1-Doris client; 2-local file
|
||||
receive_config_way=2
|
||||
grafana_monitor_status_id=3
|
||||
store_config_path=./doris_store_t1
|
||||
receive_config_path_full=./doris_receive_t1/full/index
|
||||
receive_config_path_inc=./doris_receive_t1/inc/index
|
||||
#doris_client_confile=./conf/doris_client.conf
|
||||
|
||||
|
||||
[DORIS_CLIENT]
|
||||
fetch_fail_retry_interval=5
|
||||
fetch_fragmet_size=5242880
|
||||
fetch_confile_max_tries=3
|
||||
|
||||
fsstat_log_appname=DorisClient
|
||||
fsstat_log_filepath=./log/doris_client.fs
|
||||
fsstat_log_interval=2
|
||||
fsstat_log_print_mode=1
|
||||
fsstat_log_dst_ip=192.168.10.90
|
||||
fsstat_log_dst_port=8125
|
||||
|
||||
[DORIS_CLIENT.master_server]
|
||||
max_connection_per_host=1
|
||||
max_cnnt_pipeline_num=10
|
||||
https_connection_on=1
|
||||
max_curl_session_num=10
|
||||
|
||||
http_server_listen_port=9897
|
||||
http_server_manage_port=9897
|
||||
http_server_ip_list=192.168.10.8
|
||||
|
||||
[DORIS_CLIENT.backup1_server]
|
||||
max_connection_per_host=1
|
||||
max_cnnt_pipeline_num=10
|
||||
https_connection_on=0
|
||||
max_curl_session_num=10
|
||||
|
||||
http_server_listen_port=9897
|
||||
http_server_manage_port=9897
|
||||
http_server_ip_list=192.168.11.241
|
||||
|
||||
[DORIS_CLIENT.backup2_server]
|
||||
|
||||
[VoIP]
|
||||
receive_config_way=2
|
||||
grafana_monitor_status_id=4
|
||||
store_config_path=./doris_store_voip
|
||||
receive_config_path_full=./doris_receive_voip/full/index
|
||||
receive_config_path_inc=./doris_receive_voip/inc/index
|
||||
#doris_client_confile=./conf/doris_client.conf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user