[
https://issues.apache.org/jira/browse/SOLR-5040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13708451#comment-13708451
]
Mark Miller commented on SOLR-5040:
-----------------------------------
bq. There should be a way to poll and get the status of an ongoing snapshoot
I think that's a fine feature, but less useful than offering the option to have
the call wait to return until it's done.
> 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
> Assignee: Noble Paul
> 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]