Lock Obtain timed out:lock@ solution (Lucene)

Source: Internet
Author: User

Java.io.IOException:Lock Obtain timed Out:lock@f:/tomcat 5.0/temp/ Lucene-424c6f3ac55284d5cd628ea4fb464f10-write.lock
At Org.apache.lucene.store.Lock.obtain (lock.java:56)
At Org.apache.lucene.index.indexwriter.<init> (indexwriter.java:254)
At Org.apache.lucene.index.indexwriter.<init> (indexwriter.java:204)

There are two main reasons for these anomalies:
1. The application shuts down until the system is writing an index that is not completed
Workaround: Restart the app after deleting the prompt lock file (preferably captured in the app, automatically deleted)
2. There are multiple threads or programs in the system in the grab index
Workaround: Add or improve the wait queue mechanism, or unlock it when this error occurs

Indexreader.unlock (Directory dir); 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.