| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
(cherry picked from commit f14bf763ebdff5524d43e214ef9ced817939e088)
|
| |
|
|
| |
(cherry picked from commit 8b6d0ef7450754d47335e6fd5267236b957a0870)
|
| |
|
|
|
|
|
|
|
|
|
| |
Sometimes when several nodes are started at the same time, add_vhost
can try to start a remote vhost supervisor on a node, which does
not have a rabbit_vhost_sup_sup process yet, resulting in `{error,rabbit_vhost_sup_sup_not_running}`
error.
Filter only fully booted nodes to start remote vhost supervisors.
(cherry picked from commit 52d0c1aed0d5b532765d6efd0ed92b393d821322)
|
| |
|
|
|
|
|
|
|
|
| |
Handle noport at epmd monitor startup
Handle EXIT from TCP port more gracefully
Ensure that Parent pid is matched
(cherry picked from commit e8d492b75e5c5f6c70f9ea8290a0c8a06362181a)
|
| |
|
|
| |
(cherry picked from commit b30ae2f90c27c52c4e9db5f3845d37e441c6e371)
|
| |
|
|
| |
(cherry picked from commit a82bdadc031bab0f607e5182a5b7325107386202)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Fixes #1501
[#155801556]
If a queue is configured to not be promoted (via ha-promote-on-shutdown: when-synced)
queue.delete can hang. Make it check for process existense first and
force-delete if no master of slave processes are running.
Do not force-delete if if_empty is set, since there is no
way to check that the queue is empty.
(cherry picked from commit 3e7bd564bda36c1bbb9e3b59b61509d0982a88ec)
|
| |\
| |
| | |
Check process before getting amqp_params
|
| | |
| |
| |
| | |
Fixes #1538
|
| |\ \
| |/
|/|
| |
| | |
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
|
| |/
|
|
| |
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
|
| | | |
|
| | |
| |
| |
| | |
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)
|
| | | |
|
| | | |
|
| |/
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
| |
| |
| | |
reads from the env
|
| | |
| |
| |
| | |
Fixes #1508
|
| |/
|
|
| |
used correctly in Windows batch files
|
| |\
| |
| | |
Fix batch file issues with env variables
|
| | |
| |
| |
| | |
Fixes #1508
|
| |/
|
|
|
|
| |
rabbit_exchange_type_headers, should improves rabbitmq_jms_topic_exchange too
(cherry picked from commit 6ff1fb788a795a08dd98b5c925e44422886691ad)
|
| |\
| |
| | |
RABBITMQ_BASE is Windows only
|
| |/
|
|
| |
See rabbitmq/rabbitmq-website#495
|
| |
|
|
|
|
| |
According to the new version of the documentation and most recent version of RabbitMQ (https://www.rabbitmq.com/cluster-formation.html), the example file did not reflect the changes (autocluster => cluster_formation)
(cherry picked from commit 5b7615cb7ecfa93856391cdc747a9005b863d0d5)
|
| |\
| |
| | |
Add delegate_count to Cuttlefish schema
|
| | |
| |
| |
| |
| |
| | |
Closes #1497.
[#154982180]
|
| |\ \
| |/
|/| |
Find systemd unit via ps
|
| | |
| |
| |
| |
| |
| | |
Also terminate systemctl args with `--` in case the unit name starts with a dash
Fixes #1187
|
| |/ |
|
| |\
| |
| | |
Set distribution port range for run_escript
|
| | | |
|
| | |
| |
| |
| | |
(cherry picked from commit 0cd2fbdda7e9dea7cd651020478d5981e714ad44)
|
| | |
| |
| |
| | |
Fixes rabbitmq/rabbitmq-cli#237
|