Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: No Longer Reproducible
-
Affects Version/s: 5.2.3
-
Fix Version/s: --Sprint 12/11, 6.1.0 CE RC1
-
Component/s: Frameworks > Search
-
Labels:None
-
Environment:Ubuntu 8.04, tomcat 6, LR 5.2.3
-
Branch Version/s:5.2.x
-
Similar Issues:
Description
ERROR [IndexWriterFactory:210] Unable to create a new writer
org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: PhantomReadLock[write.lock/LUCENE_0]
In the table there is a registry wich name_ column is "write.lock", but I don't know why.
I delete the registry write.lock and reindex, reindex again but keep a record write.lock.
Thanks.

you can set lockType=simple and unlockOnStartup=true;
also you can try to delete all index data before you reindex;