-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Logger: redispubsub - redis answers are not read. #410
Comments
BTW |
Thanks to catch that. it's can be also related to #353 ? |
Thanks. |
500MB after a day. I am unsure whether there is really an issue. I rewrote this part to remove allocations from the flush loop. This should already be better. |
Oversight from me: redis returns an integer when one
PUBLISH
data on a pubsub channel (https://redis.io/commands/publish/).So
go-dnscollector
process'sRecv-Q
grows until its limits, then redis process'sSend-Q
grows to its limit and thengo-dnscollector
hangs.PR incoming.
The text was updated successfully, but these errors were encountered: