Default to "native" Lucene LockFactory instead of simple
--------------------------------------------------------
Key: HSEARCH-1022
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-1022
Project: Hibernate Search
Issue Type: Improvement
Components: directory provider
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Fix For: 4.1
It seems Lucene's code is defaulting to org.apache.lucene.store.NativeFSLock and no
longer to org.apache.lucene.store.SimpleFSLockFactory, which is still being forced by our
own code.
This is also troublesome for developers, as the SimpleFSLockFactory might often leave
annoying stale locks behind on JVM termination.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira