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

J2N.Threading.ThreadJob: Allow ThreadInterruptedException to propagate to the calling thread #15

Merged
merged 1 commit into from
Apr 19, 2021

Conversation

NightOwl888
Copy link
Owner

This supersedes #14, which accidentally targeted the wrong branch.

This is an issue for the ConcurrentMergeScheduler in Lucene.NET because it requires the background thread to signal the calling thread using this exception. This is confirmed to be a contributor to the TestThreadInterruptDeadlock() and TestTwoThreadsInterruptDeadlock() test failures.

@NightOwl888 NightOwl888 merged commit fb45e82 into release/v2.0 Apr 19, 2021
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.

1 participant