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

Bug/tcp flow panics #13

Merged
merged 3 commits into from
Mar 16, 2020
Merged

Bug/tcp flow panics #13

merged 3 commits into from
Mar 16, 2020

Conversation

abgordon
Copy link
Collaborator

@abgordon abgordon commented Mar 3, 2020

At a certain traffic packet threshold (500-750 PPS) the hyperloglog library caused a panic due to a concurrent map write error.

Attempts to add a mutex to it caused all flow stats to lock at the same threshold.

Since this stat is considered low-value, we are dropping it while searching for another solution - cardinality of TCP flows is a nice-to-have but was never used in a meaningful way by SRE teams

@abgordon abgordon merged commit b8f2d60 into master Mar 16, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants