Merge "Increase default RabbitMQ/Erlang TCP timeout from 5 to 15 seconds" into stable/ocata

This commit is contained in:
Zuul 2018-07-24 00:21:50 +00:00 committed by Gerrit Code Review
commit a38006c87f
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ outputs:
NODE_PORT: '' NODE_PORT: ''
NODE_IP_ADDRESS: '' NODE_IP_ADDRESS: ''
RABBITMQ_NODENAME: "rabbit@%{::hostname}" RABBITMQ_NODENAME: "rabbit@%{::hostname}"
RABBITMQ_SERVER_ERL_ARGS: '"+K true +P 1048576 -kernel inet_default_connect_options [{nodelay,true},{raw,6,18,<<5000:64/native>>}] -kernel inet_default_listen_options [{raw,6,18,<<5000:64/native>>}]"' RABBITMQ_SERVER_ERL_ARGS: '"+K true +P 1048576 -kernel inet_default_connect_options [{nodelay,true},{raw,6,18,<<15000:64/native>>}] -kernel inet_default_listen_options [{raw,6,18,<<15000:64/native>>}]"'
'export ERL_EPMD_ADDRESS': "%{hiera('rabbitmq::interface')}" 'export ERL_EPMD_ADDRESS': "%{hiera('rabbitmq::interface')}"
rabbitmq_kernel_variables: rabbitmq_kernel_variables:
inet_dist_listen_min: '25672' inet_dist_listen_min: '25672'