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

Backport "Avoid import suggestion thread hang if -Ximport-suggestion-timeout <= 1" to LTS #22112

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

WojciechMazur
Copy link
Contributor

Backports #21434 to the 3.3.5.

PR submitted by the release tooling.
[skip ci]

@WojciechMazur WojciechMazur force-pushed the backport-lts-3.3-20144 branch from a89e7d4 to b51eceb Compare December 3, 2024 20:44
Without this change, if -Ximport-suggestion-timeout is set to 0 or 1, we
would create a Timer thread and never cancel it, making the whole
execution thread hang.

[Cherry-picked 345bfc6]
@WojciechMazur WojciechMazur force-pushed the backport-lts-3.3-21434 branch from e382789 to ef91aa7 Compare December 3, 2024 20:46
Base automatically changed from backport-lts-3.3-20144 to lts-3.3 December 4, 2024 17:19
@WojciechMazur
Copy link
Contributor Author

No regressions detected in the community build up to backport-lts-3.3-21857.

Reference

@WojciechMazur WojciechMazur merged commit 52a6878 into lts-3.3 Dec 4, 2024
19 checks passed
@WojciechMazur WojciechMazur deleted the backport-lts-3.3-21434 branch December 4, 2024 17:19
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