Closed lukebakken closed 6 years ago
This ensures that rabbit_direct:maybe_call_connection_info_module will not continuously return enoent. In high connection churn scenarios, this can bring the node down because the number of Erlang processes will continuously grow.
rabbit_direct:maybe_call_connection_info_module
enoent
This ensures that
rabbit_direct:maybe_call_connection_info_module
will not continuously returnenoent
. In high connection churn scenarios, this can bring the node down because the number of Erlang processes will continuously grow.