[GitHub] lucenenet pull request: Fix The process cannot access the file '....

2015-05-02 Thread synhershko
Github user synhershko commented on the pull request: https://github.com/apache/lucenenet/pull/135#issuecomment-98381886 Awesome work, thanks. Pushing this now and let's see if TC confirms. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] lucenenet pull request: Fix The process cannot access the file '....

2015-05-01 Thread laimis
GitHub user laimis opened a pull request: https://github.com/apache/lucenenet/pull/135 Fix The process cannot access the file '...' because it is being used by another process. issues A good number of tests fail with the error message stating that certain file cannot be accessed.

[GitHub] lucenenet pull request: Fix The process cannot access the file '....

2015-05-01 Thread laimis
Github user laimis commented on the pull request: https://github.com/apache/lucenenet/pull/135#issuecomment-98270060 The same problem might exist in MMapDirectory and NIOFSDirectory but I haven't been able to verify them yet. Figured to push this out first, get confirmation on TC in

[GitHub] lucenenet pull request: Fix The process cannot access the file '....

2015-05-01 Thread laimis
Github user laimis commented on the pull request: https://github.com/apache/lucenenet/pull/135#issuecomment-98277853 Ran tests for MMapDirectory / NIOFSDirectory and looks like those open with sharemode set to read / write / delete. Adjusted the code in Lucene.Net to match the same