|
|
Fix a race condition that could prevent nodes from stopping.
GitHub issue: rabbitmq-server#465
file_handle_cache:clear_read_cache/0 no longer silently fails.
The function is mean to be used with rabbitmqctl eval in environments where
in-process buffering of file data is enabled.
GitHub issue: rabbitmq-server#436
Default RABBITMQ_PLUGINS_DIR value on Windows should be calculated as relative to RabbitMQ
server installation directory, not RABBITMQ_BASE.
If you override RABBITMQ_BASE, you may need to copy plugins from %RABBITMQ_BASE%\plugins
to the plugins directory under RabbitMQ installation. |
|