Re: How to use setWriteLockTimeout(long) when write.lock already exists

2011-12-14 Thread Michael Wechner
Am 13.12.11 19:36, schrieb Michael Wechner: Hi According to http://www.gossamer-threads.com/lists/lucene/java-dev/37421 one cannot overwrite the default write lock timeout of 1000ms once a write.lock already exists (for example inside a multi-threaded web-application), because in order to us

How to use setWriteLockTimeout(long) when write.lock already exists

2011-12-13 Thread Michael Wechner
Hi According to http://www.gossamer-threads.com/lists/lucene/java-dev/37421 one cannot overwrite the default write lock timeout of 1000ms once a write.lock already exists (for example inside a multi-threaded web-application), because in order to use the method setWriteLockTimeout(long) one