alexander-cabinian commented on code in PR #7665:
URL: https://github.com/apache/trafficcontrol/pull/7665#discussion_r1281171431
##########
infrastructure/ansible/roles/dataset_loader/defaults/main.yml:
##########
@@ -1297,6 +1325,39 @@ dl_ds_default_profile_layers:
- name: LOCAL proxy.local.cluster.type
configFile: records.config
value: INT 3
+ # Param value changed between ATS 7 & 8
+ - name: CONFIG proxy.config.net.sock_option_flag_in
+ configFile: records.config
+ value: INT 5
Review Comment:
This parameter was removed in favor of the value given in common/common. No
problems observed during lab env buildout with the common/common value.
##########
infrastructure/ansible/roles/dataset_loader/defaults/main.yml:
##########
@@ -1297,6 +1325,39 @@ dl_ds_default_profile_layers:
- name: LOCAL proxy.local.cluster.type
configFile: records.config
value: INT 3
+ # Param value changed between ATS 7 & 8
+ - name: CONFIG proxy.config.net.sock_option_flag_in
+ configFile: records.config
+ value: INT 5
+ # ATS 8 specific param
+ - name: CONFIG proxy.config.net.max_connections_active_in
+ configFile: records.config
+ value: INT 100000
+ # ATS 8 specific param
+ - name: CONFIG proxy.config.http.origin_max_connections_queue
+ configFile: records.config
+ value: INT 0
+ # ATS 8 specific param
+ - name: CONFIG proxy.config.http.parent_proxy_routing_enable
+ configFile: records.config
+ value: INT 1
+ v9:
+ # Param change for ATS 9, from
proxy.config.net.max_connections_active_in
+ - name: CONFIG proxy.config.net.max_requests_in
+ configFile: records.config
+ value: INT 100000
+ # Param change for ATS 9, from
proxy.config.http.origin_max_connections_queue
+ - name: CONFIG proxy.config.http.per_server.connection.queue_size
+ configFile: records.config
+ value: INT 0
+ # Param value changed between ATS 7,9
+ - name: CONFIG proxy.config.net.sock_option_flag_in
+ configFile: records.config
+ value: INT 1
Review Comment:
This parameter was removed in favor of the value given in common/common. No
problems observed during lab env buildout with the common/common value.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]