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

Fix the bug that TopN processing item leak #552

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Fix the bug that TopN processing item leak #552

merged 1 commit into from
Oct 22, 2024

Conversation

hanahmily
Copy link
Contributor

Fix the bug that TopN processing item leak

OAP measures will be updated in the same time bucket. The TopN processing failed to update the identical item but added it as a new item, which caused the aggregation queue leak.

  • Add a unit test to verify that the fix works.
  • Explain briefly why the bug exists and how to fix it.
  • Update the CHANGES log.

@hanahmily hanahmily added the bug Something isn't working label Oct 22, 2024
@hanahmily hanahmily added this to the 0.8.0 milestone Oct 22, 2024
@hanahmily hanahmily merged commit 4cd3c09 into main Oct 22, 2024
14 checks passed
@hanahmily hanahmily deleted the topn branch October 22, 2024 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants