Replies: 3 comments 5 replies
-
RabbitMQ 3.11 is out of community support. Time to upgrade to 3.13.1. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Does it cause a problem? In artificial tests it is possible that the snapshot sender process tries to send a snapshot that has already been superceded, and thus crashes then tries again. We could probably handle enoent a bit quieter but we mostly see it during artificial load testin |
Beta Was this translation helpful? Give feedback.
1 reply
-
Your quorum queues must have at least 3 members for you to see this
exception in the logs. The error is not critical and does not affect data
safety.
There may be a config setting you could tweak that may help. I’ll have a
look tomorrow.
*Karl Nilsson*
…On Mon, 15 Apr 2024 at 17:34, Vitaly Aminev ***@***.***> wrote:
This is during production load (consistent hash exchange ->
10 quorum queues, around 70000 messages produces / consumed per second for
about 14 hours straight) given the quorum queues with RF 1 (essentially no
replication) it doesn't cause problems, but if the RF was higher I suspect
in case of failover it could have led to data loss. Not strictly an issue
for my usecase, but seems like error should be handled as the file would
not magically appear (not sure why it doesnt exist in the first place)
lmk if I can provide more details on the setup that is helpful
—
Reply to this email directly, view it on GitHub
<#430 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJAHFABRO73DPKRJ6LXYBDY5P6RZAVCNFSM6AAAAABGFWWDYWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TCMRQG43TG>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
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
-
Describe the bug
At certain point started receiving these under high load:
Reproduction steps
Had 10 quorum queues receiving about 70k messages per second (msg is about 64 bytes), quorum was set to 1
Expected behavior
Assume its raft log writer and there is a missing file. It shouldnt crash and should handle the error gracefully
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions