-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some of the queues are closed #669
Comments
Hi @zzl221000 , Could you provide some more information about when this happens? What does the log say? |
Something seems to have gone wrong. |
Thanks! For getting the queues back up I would suggest trying to restart LavinMQ. |
Could you try upgrading LavinMQ to the latest version (v1.2.11)? There has been some bug fixes since v1.2.5 |
I restarted the service when there were more clients consuming (about 200 connections) and a day later some of the queues appeared to be closed. |
Okay, thanks for the info and great that you could get the queues up again! We'll try to look more into this during the coming week. |
@viktorerlingsson |
@viktorerlingsson
|
Thanks. Could you please provide some more of the log just before this happened? How's the resource use for your server? Is it running low on disk or RAM? We've seen similar errors when disk space has ran out. |
@viktorerlingsson more logs
I can assure you that the resources will be adequate. |
Thanks! For some reason LavinMQ is trying to read a message at position Could you please check if |
No problem, this should wait a few days |
@viktorerlingsson
Based on the log above, I investigated the current folder.
|
Thanks! I see that the message file was created on Apr 24th, before you opened this issue. Did your LavinMQ instance crash or restart around that time? We are working on a fix though. |
We have a set of k8s with expired node certificates, causing the master to be unable to communicate with the node, and the services on all of these nodes are restarted when the certificates are refreshed |
You can just send the HUP signal to load new certificates.
…On Wed, 15 May 2024, 13:14 JimZhang, ***@***.***> wrote:
We have a set of k8s with expired node certificates, causing the master to
be unable to communicate with the node, and the services on all of these
nodes are restarted when the certificates are refreshed
—
Reply to this email directly, view it on GitHub
<#669 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABL6TRO5C22XEG32LU3FP3ZCM7S5AVCNFSM6AAAAABG4SVOMWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJSGI2DCMZTGU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Extended certificate expiration led to the eviction of all services on the node. After a prolonged eviction state, services were forcibly terminated once the node certificates were refreshed. |
This can also happen in
|
In my instance, it has never occurred. v1.2.5 |
lavinmq version: 1.2.5
The status of some queues in the service becomes closed.
I didn't find any documentation about the queues being closed, is there a way to change them to a running status?
The text was updated successfully, but these errors were encountered: