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(edge): delete group stats when a group is deleted #2189

Merged
merged 1 commit into from
Apr 9, 2019

Conversation

nathanielc
Copy link
Contributor

The delete messages were not honored in the Stats edge implementation. As such high cardinality tasks would collect stats on groups indefinitely.

With this change the stats edge checks for delete messages and deletes its stats for the deleted group.

@nathanielc nathanielc changed the title fix(edge): delete group stats whena group is deleted fix(edge): delete group stats when a group is deleted Apr 9, 2019
@nathanielc nathanielc force-pushed the fix/delete-group-stats branch from fdfb43b to 7723b21 Compare April 9, 2019 20:36
@nathanielc nathanielc requested a review from jpacik April 9, 2019 20:37
@nathanielc nathanielc merged commit 919c3f3 into master Apr 9, 2019
@nathanielc nathanielc deleted the fix/delete-group-stats branch April 9, 2019 21:07
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.

2 participants