I was going to say... that exception should never happen since solr
controls and synchronizes adds/deletes at a higher layer (with only
one solr instance accessing an index, we don't really need lucene
level locking at all).
One major cause of this is a crash/restart of the JVM leaving a stale
lo
It looks like somehow the write.lock got hung. I manually removed the
lock, and now things are good.
Very strange.
++
| Matthew Runo
| Zappos Development
| [EMAIL PROTECTED]
| 702-943-7833
+
Hello!
I'm trying to remove a whole brand from our search index, but at the
same time we're also running an import for others. This means the
index is extreamly active at this time.
I am getting a lock timeout error, but not sure what to do about
it... should I just keep trying till it ca