Replies: 1 comment
-
|
It responds to an HTTP API request, namely S = rabbit_db_cluster:cli_cluster_status(),
Nodes = proplists:get_value(nodes, S),
Types = proplists:get_keys(Nodes),is the code snippet in question and We cannot suggest anything beyond that given a single stack trace. My best guess is that something has tried performing an HTTP API request on a cluster that's still in the process of being formed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am currently playing around with rmq 3.13.0-rc.3, erlang 26.1.2.
During restart I encounter the following error log. As I had my problems with rmq streams in the past I would like to know what this process does and how I can prevent the error.
Beta Was this translation helpful? Give feedback.
All reactions