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 potential exponential behavior in obligation tracking in Must Cal… #6567

Merged
merged 3 commits into from May 4, 2024

Conversation

iamsanjaymalakar
Copy link
Member

…l Inference; fixes #6566

@iamsanjaymalakar iamsanjaymalakar self-assigned this May 1, 2024
msridhar
msridhar previously approved these changes May 1, 2024
Copy link
Contributor

@msridhar msridhar left a comment

Choose a reason for hiding this comment

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

Looks great, thanks for the fix!

import java.util.ArrayList;
import java.util.List;

public class FuzzyEngine {
Copy link
Contributor

Choose a reason for hiding this comment

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

Just checking, did you confirm that without your fix, you see the exponential behavior on this input when running the inference regression tests?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, and without the fix I was encountering OOM in my machine.

image

@msridhar msridhar enabled auto-merge (squash) May 1, 2024 21:24
@msridhar
Copy link
Contributor

msridhar commented May 2, 2024

@mernst does the CI failure on this PR look like flakiness to you?

@msridhar msridhar disabled auto-merge May 2, 2024 19:10
@mernst
Copy link
Member

mernst commented May 2, 2024

@mernst does the CI failure on this PR look like flakiness to you?

Yes. Errors in "junit_jdk11" and "junit_jdk17" without an error in "junit_jdk21" are almost always CI flakiness. Suzanne and I have not yet figured it out, but I can click the "rerun" button. (For now, there are two minor typos to fix.)

@iamsanjaymalakar iamsanjaymalakar dismissed stale reviews from mernst and msridhar via e3b857c May 3, 2024 18:10
@msridhar msridhar enabled auto-merge (squash) May 4, 2024 17:46
@msridhar msridhar merged commit b4b7912 into master May 4, 2024
28 checks passed
@msridhar msridhar deleted the 6566-dev branch May 4, 2024 23:57
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.

Potential Exponential Behavior in Obligation Tracking in Must Call Inference
3 participants