On 8/6/07, Mike Klaas <[EMAIL PROTECTED]> wrote:
> >     <writeLockTimeout>1000</writeLockTimeout>
>
> Have you tried upping this?  The problem might be that you are
> commiting every 1.0s, and a single commit eventually might take
> longer than this (and you're only waiting 1.0s to acquire the write
> lock).

With all the locking done in Solr, I thought it shouldn't be possible
to get a write lock timeout except on startup.  Perhaps it's related
to this:
https://issues.apache.org/jira/browse/SOLR-240

Erik - you could perhaps try SingleInstanceLockFactory or native FS
locks in the trunk version and see if that fixes the issue.

-Yonik

Reply via email to