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

Don't use thread interrupts to cancel executions #1574

Merged
merged 3 commits into from
Mar 16, 2021
Merged

Conversation

kustosz
Copy link
Contributor

@kustosz kustosz commented Mar 12, 2021

Pull Request Description

Thread interrupts currently break the polyglot classloader: oracle/graal#3273
This means we have to stop using them for now, to fix #1560.
Also a small fix for the table library.

Closes #1560

Important Notes

This all means we won't be able to cancel out of polyglot java executions. We should bring back the interrupts as soon as the Graal issue is fixed.

Checklist

Please include the following checklist in your PR:

  • The documentation has been updated if necessary.
  • All code conforms to the Scala, Java, and Rust style guides.
  • All documentation and configuration conforms to the markdown and YAML style guides.
  • All code has been tested where possible.

@kustosz kustosz added Type: Bug p-highest Should be completed ASAP labels Mar 12, 2021
@kustosz kustosz merged commit ca90d98 into main Mar 16, 2021
@kustosz kustosz deleted the wip/mk/interrupt-bug branch March 16, 2021 09:43
radeusgd added a commit that referenced this pull request Mar 24, 2021
radeusgd added a commit that referenced this pull request Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-highest Should be completed ASAP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ICU-related Errors For Operations On Text
2 participants