Mark Triggs created SOLR-5040:
---------------------------------
Summary: SnapShooter doesn't create a lock as it runs
Key: SOLR-5040
URL: https://issues.apache.org/jira/browse/SOLR-5040
Project: Solr
Issue Type: Bug
Components: replication (java)
Reporter: Mark Triggs
Priority: Trivial
Attachments: snapshooter-locking.diff
Hi there,
While messing around with the replication handler recently, I noticed that the
snapshooter didn't seem to be writing a lock file. I had a look at the
SnapShooter.java code, and to my untrained eye it seemed like it was creating a
Lock object but never actually taking a lock.
I modified my local installation to use lock.obtain() instead of
lock.isLocked() and verified that I'm now seeing lock files. I've attached a
very small patch just in case this is a genuine bug.
Cheers,
Mark
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]