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

Weak ref queue processed 10000 entries, consider increasing max batch size via -Dchronicle.queue.release.weakRef.maxBatch #623

Closed
NavidMitchell opened this issue Oct 10, 2019 · 1 comment
Labels

Comments

@NavidMitchell
Copy link

After upgrading from 4.16.1 to 5.17.24 we started receiving this warning message in the log. Can someone tell me if this is something I need to handle?

Thank you,
Navid Mitchell

@dpisklov
Copy link
Contributor

Likely your code creates way too many tailers/appenders (while appenders are thread-local, if you have too many threads and call acquireAppender from many threads you'll end up with many appenders).
We lazily release resources, and this warning means that at once we had over 10000 references to either appenders or tailers to release.

PS please ask questions on Stack overflow, github is for actual issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants