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

Improve CSE stats #13080

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Improve CSE stats #13080

merged 1 commit into from
Oct 24, 2024

Conversation

peter-toth
Copy link
Contributor

@peter-toth peter-toth commented Oct 23, 2024

Which issue does this PR close?

Part of #11194.

Rationale for this change

We don't need to store the exact number of sure and conditional evaluations in NodeStats during CSE.

What changes are included in this PR?

This PR adds a new NodeEvaluation enum to track evaluation.

Are these changes tested?

Yes, with existing UTs.

Are there any user-facing changes?

No.

@github-actions github-actions bot added the common Related to common crate label Oct 23, 2024
@peter-toth
Copy link
Contributor Author

@alamb, this is just a small improvement to CSE.

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @peter-toth -- I found the new formulation easier to reason about and understand

@alamb alamb merged commit de526a9 into apache:main Oct 24, 2024
25 checks passed
@peter-toth
Copy link
Contributor Author

Thank you @alamb for the review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
common Related to common crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants