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

Potential issue with put_unique #319

Open
Neverlord opened this issue Mar 19, 2023 · 1 comment
Open

Potential issue with put_unique #319

Neverlord opened this issue Mar 19, 2023 · 1 comment

Comments

@Neverlord
Copy link
Member

Reported in the testing group: it seems like there's a potential performance issue with put_unique. Many writes from Zeek lead to an increasing memory usage over time until the system keels over.

@Neverlord
Copy link
Member Author

To clarify, the actual report was about memory bloat. So far, I couldn't reproduce the bloat itself. What I did find is that Broker seems to do fine for throughput, but latency is quite high. This makes roundtrips for put_unique quite slow and Broker can only do ~4-5k put_unique per second with one writer/clone. Adding more writers/clones slows down further. I didn't try "interleaving" writes, though. The setup in the testing groups seems to be calling put_unique non-stop (without waiting for results first). That could explain the bloat if the system simply does more writes than Broker can handle.

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