You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2013/01/08 03:10:12 UTC

[jira] [Resolved] (SOLR-4170) SOLR-4170: The 'backup' ReplicationHandler command can sometimes use a stale index directory rather than the current one.

     [ https://issues.apache.org/jira/browse/SOLR-4170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Miller resolved SOLR-4170.
-------------------------------

    Resolution: Fixed

Thanks for the report Marcin!
                
> SOLR-4170: The 'backup' ReplicationHandler command can sometimes use a stale index directory rather than the current one.
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-4170
>                 URL: https://issues.apache.org/jira/browse/SOLR-4170
>             Project: Solr
>          Issue Type: Bug
>          Components: SolrCloud
>    Affects Versions: 4.0
>            Reporter: Marcin Rzewucki
>            Assignee: Mark Miller
>             Fix For: 4.1, 5.0
>
>
> I'm using SolrCloud. When I'm trying to create index snapshot - exception occurs:
> INFO: [test] webapp=/solr path=/replication params={command=backup&numberToKeep=1} status=0 QTime=1
> Dec 07, 2012 6:00:02 PM org.apache.solr.handler.SnapShooter createSnapshot
> SEVERE: Exception while creating snapshot
> java.io.FileNotFoundException: File /solr/cores/test/data/index/segments_g does not exist
>         at org.apache.solr.handler.SnapShooter$FileCopier.copyFile(SnapShooter.java:194)
>         at org.apache.solr.handler.SnapShooter$FileCopier.copyFiles(SnapShooter.java:185)
>         at org.apache.solr.handler.SnapShooter.createSnapshot(SnapShooter.java:105)
>         at org.apache.solr.handler.SnapShooter$1.run(SnapShooter.java:78)
> Issue occurs randomly. Reloading core usually helps, but sometimes core has to be reloaded couple of times to make snapshot possible.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org