-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Connection churn and disk usage of Raft WAL segments #6447
Comments
It is likely that is patch is all that is needed:
|
michaelklishin
added a commit
that referenced
this issue
Nov 24, 2022
Resolves a pathological case where consumers are added but never explicitly cancelled, and no messages are consumed for prolonged periods of time. Closes #6447. Authored-by: Karl Nilsson <[email protected]> Committed-by: Michael Klishin <[email protected]>
mergify bot
pushed a commit
that referenced
this issue
Nov 24, 2022
Resolves a pathological case where consumers are added but never explicitly cancelled, and no messages are consumed for prolonged periods of time. Closes #6447. Authored-by: Karl Nilsson <[email protected]> Committed-by: Michael Klishin <[email protected]> (cherry picked from commit bcea35d)
mergify bot
pushed a commit
that referenced
this issue
Nov 24, 2022
Resolves a pathological case where consumers are added but never explicitly cancelled, and no messages are consumed for prolonged periods of time. Closes #6447. Authored-by: Karl Nilsson <[email protected]> Committed-by: Michael Klishin <[email protected]> (cherry picked from commit bcea35d) (cherry picked from commit 3901c6a)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #5258
Originally posted by dhxgit July 18, 2022
Hi,
I have found a reproduce-able issue with up to and including version 3.10.6 of rabbitmq.
What happens:
Reproduction Setup: ( see https://github.com/dhxgit/rmq-storage-issue )
Result:
( The segments files will be cleaned up if any message flow through the queue, but if that does not happen the storage grows until completely full )
Even though this is a somewhat unusual case (un-used queues that are checked by consumers that constantly restart consuming), I believe that it should not fill up the storage with segments files which just seem to contain the consumer-tags.
The text was updated successfully, but these errors were encountered: