Skip to content
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

(stream) Possible memory leak with new queue system #78

Open
tanguyvda opened this issue Oct 7, 2021 · 0 comments
Open

(stream) Possible memory leak with new queue system #78

tanguyvda opened this issue Oct 7, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@tanguyvda
Copy link
Contributor

When is not sent, the queue is not flushed. Next event is then put in the queue, and we still can't send the event because it fails. This goes on and on. THe queue table being bigger and bigger it leads to a memory leak.

two solutions

  • completely drop the event (no broker retention, nothing in the queue)
  • remove the event from the queue but keep it in broker retention meaning that we endlessly loop over it until the issue is fixed. (thus creating broker retention while we are looping on this event)
@Sims24 Sims24 added the bug Something isn't working label Nov 16, 2021
@Sims24 Sims24 changed the title Possible memory leak with new queue system (stream/bug) Possible memory leak with new queue system Nov 16, 2021
@Sims24 Sims24 changed the title (stream/bug) Possible memory leak with new queue system (stream) Possible memory leak with new queue system Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants