-
Notifications
You must be signed in to change notification settings - Fork 142
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
Do not trap on pruning non-existing aggregations or zero weighted events #2479
Conversation
This PR fixes a bug introduced in #2449, which subsequently led to a rollback in proposal 130068. This refactors the code to accommodate violated expectations and proceed without trapping. Zero weighted event are now correctly ignored by the pruning logic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rubber stamp, LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, with minor suggestions. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of comments, but it looks good to me!
This PR fixes a bug introduced in #2449, which subsequently led to a rollback in proposal 130068.
This refactors the code to accommodate violated expectations and proceed without trapping.
Zero weighted event are now correctly ignored by the pruning logic.