--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/f6488062-8027-4eba-8cf8-394e03fb75ee%40googlegroups.com.
HiBefore the community can help you, we must know this information:Version of Erlang and RabbitMQOperating system and versionRabbitMQ configuration filesRabbitMQ log files, or log file entriesExact error outputExact commands you are running, or code you are runningRegards
getaju69 <geta...@gmail.com>于2019年10月21日 周一下午9:10写道:
Hi Team,We recently encountered an issue with one of the queues setup on RabbitMQ (HA on kubernetes) . The service did not connect to the queue anymore and the error that was thrown was:2019-10-09T07:24:54.970Z - error: RabbitMQ channel error: Channel closed by server: 404 (NOT-FOUND) with message "NOT_FOUND - queue 'job_queue' in vhost 'arhost' process is stopped by supervisor"
2019-10-09T07:24:54.972Z - warn: RabbitMQ channel closed, exiting.
error: Forever detected script exited with code: 1And on the rabbitmq admin page, we could see:We had to delete the queue and let the service create it again.We didn't have ha policies setup then (when the issue occurred) but we do have it now (ha-mode, ha-sync and ha-params) . Are these related in any way ? (Had faced other issues without the ha-policies)What exactly is a 'stopped' state and how can we recover from this state automatically?--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitm...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/22b724e6-8efa-4367-a0f1-d4cad2d2bb39%40googlegroups.com.
If you see stopped statement from webadmin, that would be possible just the stale information. You would flush the DB cache.Regards
getaju69 <geta...@gmail.com>于2019年10月23日 周三下午6:52写道:
It probably is, but I couldn't figure out yet how the linked issue is similar to mine.My question specifically is what does it mean when a queue is in stopped state ? I haven't found any explanation about this anywere. Also after the ha-setup - we noticed that the queue although in stopped state, still has consumers and is working as expected. Can you tell us more about this? Are there any steps we could take for this?--
On Tuesday, 22 October 2019 10:05:05 UTC+2, Wesley Peng wrote:Hi
on 2019/10/22 16:01, getaju69 wrote:
> That would work, but then we do not want to end up in a situation that
> it doesn't connect for long and we have to manually recover from it.
>
> So is there a way to recover from it automatically?
>
> What exactly does it mean by a queue to be in stopped state and what
> does the error mean ? Then we could do something. Is there some
> documentation for this?
This is an environment problem, not rabbitmq's issue.
see please:
https://stackoverflow.com/questions/7732371/how-to-properly-manage-rabbitmq-with-supervisord
regards.
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitm...@googlegroups.com.
If you see stopped statement from webadmin, that would be possible just the stale information. You would flush the DB cache.Regards
getaju69 <geta...@gmail.com>于2019年10月23日 周三下午6:52写道:
It probably is, but I couldn't figure out yet how the linked issue is similar to mine.My question specifically is what does it mean when a queue is in stopped state ? I haven't found any explanation about this anywere. Also after the ha-setup - we noticed that the queue although in stopped state, still has consumers and is working as expected. Can you tell us more about this? Are there any steps we could take for this?--
On Tuesday, 22 October 2019 10:05:05 UTC+2, Wesley Peng wrote:Hi
on 2019/10/22 16:01, getaju69 wrote:
> That would work, but then we do not want to end up in a situation that
> it doesn't connect for long and we have to manually recover from it.
>
> So is there a way to recover from it automatically?
>
> What exactly does it mean by a queue to be in stopped state and what
> does the error mean ? Then we could do something. Is there some
> documentation for this?
This is an environment problem, not rabbitmq's issue.
see please:
https://stackoverflow.com/questions/7732371/how-to-properly-manage-rabbitmq-with-supervisord
regards.
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitm...@googlegroups.com.
rabbitmqctl eval "rabbit_mgmt_storage:reset_all()."