| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Handle noport at epmd monitor startup
Handle EXIT from TCP port more gracefully
Ensure that Parent pid is matched
|
| |\ |
|
| | |\
| | |
| | |
| | |
| | | |
rabbitmq/master-locator-min-masters-group-bindings-3.7
Make min-masters locator count uniqueue queue names instead of bindings 3.7
|
| | | |
| | |
| | |
| | | |
(cherry picked from commit d87d2bd6105b89d8c7904e5a8e5ffd85e7abba23)
|
| | | | |
|
| | |/
| |
| |
| |
| |
| |
| | |
Fixes #1519
Min-masters locator was counting bindings instead of bound queues, which
caused #1519
Unique queue name counting is what documentation implies.
|
| | |\
| | |
| | | |
Handle bump_reduce_memory_use info message
|
| |\ \ \
| | | |
| | | | |
Make min-masters locator count uniqueue queue names instead of bindings.
|
| | | | | |
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes #1519
Min-masters locator was counting bindings instead of bound queues, which
caused #1519
Unique queue name counting is what documentation implies.
|
| |\ \ \
| | | |
| | | | |
Merge rabbitmq-server-1535 to master
|
| | |\ \ \
|/ / / /
| | | _
| | | |
rabbitmq-server-1535-master
|
| | |/
| |
| |
| | |
Fixes #1535
|
| | | |
|
| | |\
| | |
| | | |
Correct generated randomized startup delay range key
|
| | | | |
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
Closes #1531.
References rabbitmq/rabbitmq-peer-discovery-aws#17.
[#155538515]
(cherry picked from commit a92f15030b7a5c8fd70fa4eb1da64ef23cc8f575)
|
| | |\
| | |
| | | |
Maximum number of Erlang processes and atoms can be configured via environment variables
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Covers the following variables:
* RABBITMQ_SCHEDULER_BIND_TYPE & SCHEDULER_BIND_TYPE
* RABBITMQ_DISTRIBUTION_BUFFER_SIZE & DISTRIBUTION_BUFFER_SIZE
* RABBITMQ_MAX_NUMBER_OF_PROCESSES & MAX_NUMBER_OF_PROCESSES
* RABBITMQ_MAX_NUMBER_OF_ATOMS & MAX_NUMBER_OF_ATOMS
|
| | | | |
|
| |\ \ \
| | | |
| | | | |
Correct generated randomized startup delay range key (master)
|
| | | | |
| | | |
| | | |
| | | | |
(cherry picked from commit 668425ee1796db2310e0761ee09d85923606905c)
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Closes #1531.
References rabbitmq/rabbitmq-peer-discovery-aws#17.
[#155538515]
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Covers the following variables:
* RABBITMQ_SCHEDULER_BIND_TYPE & SCHEDULER_BIND_TYPE
* RABBITMQ_DISTRIBUTION_BUFFER_SIZE & DISTRIBUTION_BUFFER_SIZE
* RABBITMQ_MAX_NUMBER_OF_PROCESSES & MAX_NUMBER_OF_PROCESSES
* RABBITMQ_MAX_NUMBER_OF_ATOMS & MAX_NUMBER_OF_ATOMS
(cherry picked from commit 118b448631a699736f1380d7990989c7e61f94ff)
|
| |\ \ \
| | | |
| | | | |
Configurable max procs max atoms master
|
| | | | | |
|
| | |\ \ \
| | | |/
| | |/|
| | | | |
configurable-max-procs-max-atoms-master
|
| | | | | |
|
| | |\ \ \
| | |/ /
| | | |
| | | | |
configurable-max-procs-max-atoms-master
|
| | | | |
| | | |
| | | |
| | | | |
RABBITMQ_, adjust Unix and Windows files accordingly
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This was the only property in SERVER_ERL_ARGS that was not configurable.
Even though it's unlikely that this will need to be increased above the
existing 5 million default, we are consistent in allowing all properties
in SERVER_ERL_ARGS to be cofigured.
|
| | | |/
| | |
| | |
| | |
| | |
| | |
| | | |
This property is essential for nodes that need to handle many
connections / channels / queues.
Related to #1513
|
| | | |\
| | | |
| | | |
| | | |
| | | | |
rabbitmq/rabbitmq-server-1522-net-ticktime-in-new-config-format
Support kernel.net_ticktime in Cuttlefish configuration
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Handle more responses
* Don't emit confusing suggestions that rabbit (or plugin) setting should be set in the advanced.config file
as that won't change a thing (but it will for kernel)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This was the only property in SERVER_ERL_ARGS that was not configurable.
Even though it's unlikely that this will need to be increased above the
existing 5 million default, we are consistent in allowing all properties
in SERVER_ERL_ARGS to be cofigured.
(cherry picked from commit b1e163fd6f385af03c65dbe421def3597ce01df2)
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This property is essential for nodes that need to handle many
connections / channels / queues.
Related to #1513
(cherry picked from commit 2739b400a4500369b1762b0f82b68cf64047e451)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Handle more responses
* Don't emit confusing suggestions that rabbit (or plugin) setting should be set in the advanced.config file
as that won't change a thing (but it will for kernel)
(cherry picked from commit 7bb8c758a3eb4631b14caa8d637d7a1af8770281)
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
rabbitmq/rabbitmq-server-1522-net-ticktime-in-new-config-format-master
Support kernel.net_ticktime in Cuttlefish configuration (master)
|
| | |\ \ \
| | | |/
| | |/|
| | | | |
rabbitmq-server-1522-net-ticktime-in-new-config-format-master
|
| | | | | |
|
| | | | | |
|
| | | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
net_ticktime, if present in the .conf file, is set up with
net_kernel:set_net_ticktime/1 before the configuration
of the .conf is applied to the other applications. The kernel
is already running when the configuration is applied, so net_ticktime
is set in a specific way.
[#155393098]
Fixes #1522
|
| | | |\
| | | |
| | | | |
RABBITMQ_NAME_TYPE should be correctly set in Windows batch files
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
net_ticktime, if present in the .conf file, is set up with
net_kernel:set_net_ticktime/1 before the configuration
of the .conf is applied to the other applications. The kernel
is already running when the configuration is applied, so net_ticktime
is set in a specific way.
[#155393098]
Fixes #1522
(cherry picked from commit fdb3e7528431491e5d8718ef65e28c82efeb898b)
|
| |\ \ \
| | | |
| | | | |
Merge rabbitmq-server-1508 branch to master
|
| | |\ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | | |
Conflicts:
scripts/rabbitmq-env
scripts/rabbitmq-service.bat
|
| |\ \ \ \
| | | | |
| | | | | |
Revert "Final merge of rabbitmq-server-1508 to master"
|
| | | | | | |
|
| |\ \ \ \ \
| |/ / / /
|/| | | | |
Revert "Merge rabbitmq-server-1508 to master"
|