rabbitmq-streams list_stream_consumers fails #12862
-
Describe the bugENV --- 3 node rabbitmq cluster running 3.13.7 version... in a kuberneetes environment (AKS environement - Azure Kuberneetes Service). while generating the rabbitmq docker file we enable the stream plugin in offline node Once the cluster is UP.. the below command fails. [root@rabbitmq-cluster-0 rabbitmq]# rabbitmq-streams list_stream_consumers But few other commands are still working rabbitmq-plugin DETAILS [root@rabbitmq-cluster-0 rabbitmq]# rabbitmq-plugins list | grep stream Why few command from the same plugin work and some not? Reproduction steps
Expected behaviorrabbitmq-streams list_stream_consumers fails should work post rabbitmq-stream plugin is enabled Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Do we want any specific PORT for rabbitmq-stream cli to be open for talking to the nodes accross cluster nodes |
Beta Was this translation helpful? Give feedback.
-
This is likely to be the problem. |
Beta Was this translation helpful? Give feedback.
-
rabbitmqctl list_queues is working fine.. this cli also works accross nodes.. and is working fine.. and the same port which rabbitmqctl list_queues is using i think the same port is used in rabbit-stream also... My suspect is that during rolling upgrade of rabbitmq we enable the rabbit-stream plugin... is causing some issue |
Beta Was this translation helpful? Give feedback.
-
@ankitgr8 you haven't provided any evidence of a bug.
RabbitMQ 3.13 is out of community support so please find an executable way to reproduce on |
Beta Was this translation helpful? Give feedback.
-
Thanks for the pointers to doc. but can you share the doc link or steps to enable logs for CLI error Although my env says, every required port is open and rabbitmq list_queues is working fine [root@rabbitmq-cluster-0 rabbitmq]# rabbitmqctl list_queues | grep gms2 WHAT is failing is NODE 0 NODE 1 [root@rabbitmq-cluster-1 rabbitmq]# rabbitmq-diagnostics listeners NODE 2 [root@rabbitmq-cluster-2 rabbitmq]# rabbitmq-diagnostics listeners |
Beta Was this translation helpful? Give feedback.
There is
--print-stacktrace
butbadrpc
strongly suggest a connectivity issue. Perhaps some ports are not open on some of the target nodes.Anyhow, we will not troubleshoot networking for you and "3.13.x is out of community support" means just that, it is out of support. You have received much more advice than what you are entitled to unless you have a support license.