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

grouping-by() problems #4644

Open
czanik opened this issue Sep 21, 2023 · 0 comments
Open

grouping-by() problems #4644

czanik opened this issue Sep 21, 2023 · 0 comments

Comments

@czanik
Copy link
Contributor

czanik commented Sep 21, 2023

Using the latest git snapshot from September 20., I ran into multiple problems using grouping-by(). For details check the related discussion at #4639

It seems to work mostly well with UDP or a single TCP connection, but even then:

  • some messages seem to be lost (43 instead of 45 found by grouping-by())
  • memory leak: some RAM is never freed, even long after timout() is over (went back from 35GB to 15GB after a while, but the rest was never freed (well, not within half an hour)
  • some logs are never written, when sending many unique logs with loggen

When sending logs on multiple connections, even at a low message rate:

  • some logs are saved multiple times, their number changes on each run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant