feat(TSG-13145): update libhos-client-cpp-3.0.19 to libhos-client-cpp-3.1.0

This commit is contained in:
彭宣正
2023-01-03 19:52:45 +08:00
parent 7d83a8ada6
commit 45055c688d
3 changed files with 17 additions and 9 deletions

View File

@@ -50,7 +50,7 @@ framework_rpm_version:
09_libwiredcfg: libwiredcfg-2.0.8.cafaf49
10_libWiredLB: libWiredLB-2.0.6.54a039d
11_libbreakpad_mini: libbreakpad_mini-1.0.9.9d98968
12_libhos-client-cpp: libhos-client-cpp-3.0.19.e2116ed
12_libhos-client-cpp: libhos-client-cpp-3.1.0.f569731
13_libMV_Sketch: libMV_Sketch-2.1.2.20220225.dc6bb95
14_librdkafka: librdkafka-1.2.2.1218b3c
15_libMESA_jump_layer: libMESA_jump_layer-1.0.10.6fb4738

View File

@@ -125,12 +125,14 @@ hos_serverip="{{ olap.hos_server.address }}"
hos_serverport={{ olap.hos_server.port }}
hos_token="{{ olap.hos_server.token }}"
hos_log_level=30
hos_each_upload_cache_size=1500
hos_each_upload_cache_count=10
hos_max_thread_task_num=5000
hos_max_cache_size=1073741824
hos_curl_http_timeout=20
hos_curl_http_connection_timeout=10
hos_timeout=20
hos_connection_timeout=10
hos_thread_max_store_request_num=5000
hos_thread_max_store_size=1073741824
hos_thread_batch_request_num=20
hos_thread_max_connection_num=10
hos_fd_request_cache_size=1500
hos_fd_request_cache_count=10
{% endif %}
{% endraw %}

View File

@@ -106,8 +106,14 @@ hos_serverip="{{- include "traffic-engine.config.hos-address" . }}"
hos_serverport={{- include "traffic-engine.config.hos-port" . }}
hos_token="{{ .Values.external_resources.olap.hos_servers.token }}"
hos_log_level=30
hos_each_upload_cache_size=1500
hos_each_upload_cache_count=10
hos_timeout=20
hos_connection_timeout=10
hos_thread_max_store_request_num=5000
hos_thread_max_store_size=1073741824
hos_thread_batch_request_num=20
hos_thread_max_connection_num=10
hos_fd_request_cache_size=1500
hos_fd_request_cache_count=10
{{- end }}
[APP_SKETCH_LOCAL]