-
Notifications
You must be signed in to change notification settings - Fork 30
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
8347039: ThreadPerTaskExecutor terminates if cancelled tasks still running #19
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back fmeum! A progress list of the required criteria for merging this PR into |
@fmeum This change is no longer ready for integration - check the PR body for details. |
This backport pull request has now been updated with issue from the original commit. |
|
/approval request Executors.newVirtualThreadPerTaskExecutor() is used frequently and prone to data races without this fix despite correct try-with-resources usage. |
/integrate |
@AlanBateman Would you be available to sponsor this change? Should I also sent a backport request to 21? |
It would be better to have the change bake in main line before thinking about back ports. So I think a bit premature to have a PR. |
Understood (sorry, I barely have any experience with backporting)! What would be a reasonable period after which we should revisit this? |
@fmeum This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
Hi all,
This pull request contains a backport of commit af3f5d85 from the openjdk/jdk repository.
The commit being backported was authored by Alan Bateman on 15 Jan 2025 and was reviewed by Viktor Klang.
Thanks!
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk24u.git pull/19/head:pull/19
$ git checkout pull/19
Update a local copy of the PR:
$ git checkout pull/19
$ git pull https://git.openjdk.org/jdk24u.git pull/19/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 19
View PR using the GUI difftool:
$ git pr show -t 19
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk24u/pull/19.diff
Using Webrev
Link to Webrev Comment