Re: ReaderManager, more drama with things not being closed before closing the Directory

2016-10-20 Thread Michael McCandless
Maybe you can contribute the code you have for managing multiple indices and we can iterate/debug from there? Somehow we need to expose this failure in a standalone test case so we can isolate it. Mike McCandless http://blog.mikemccandless.com On Thu, Oct 20, 2016 at 1:57 AM, Trejkaz wrote: >

ReaderManager, more drama with things not being closed before closing the Directory

2016-10-19 Thread Trejkaz
Hi all. I seem to have a situation where ReaderManager is reducing a refCount to 0 before it actually releases all its references. It's difficult because it's all mixed up in our framework for multiple ReaderManagers, which I'm still not convinced works because the concurrency is impossible to fi