GitHub user Chand2048 opened a pull request:
https://github.com/apache/lucenenet/pull/104
Use the C# ThreadInterruptedException so the catches will properly contr...
...ol the flow during interruption.
This fixes the two unit tests
Lucene.Next.Index.TestIndexWriter.TestThreadInterruptDeadlock and
Lucene.Next.Index.TestIndexWriter.TestTwoThreadsInterruptDeadlock
Lucene uses the ThreadInterruptedException for code flow control so it is
important to use the C# ThreadInterruptedException to avoid duplicating the
catch everywhere and preserve the flow.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/guidotag/lucenenet TestThreadInterruptDeadlock
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucenenet/pull/104.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #104
----
commit 480d81716567b8588a65c815b938bc76d8971d4f
Author: Chand2048 <[email protected]>
Date: 2015-02-18T22:07:54Z
Use the C# ThreadInterruptedException so the catches will properly control
the flow during interruption.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---