> I didn't follow this closely, but are you saying that
> LuceneIndexAccessor then replaces IOError caused by locking with
> blocking calls?  It sounds like the client of LuceneIndexAccessor still
> needs to keep track of open IndexReaders, IndexWriters, etc., or else
> one can end up with a hard-to-track blocked call somewhere in the code,
> no?  It would be nice to see how this works via a unit test.

Please see http://issues.apache.org/bugzilla/show_bug.cgi?id=34995#c3

The client just does getWriter(), getReader() or whatever it wishes, then
uses release() to give the instances back. The index accessor is responsible
for synchronizing access such that no two writers can be open at the same
time etc.

-- 
Maik Schreiber   *   http://www.blizzy.de

GPG public key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1F11D713
Key fingerprint: CF19 AFCE 6E3D 5443 9599 18B5 5640 1F11 D713

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to