[ 
https://issues.apache.org/jira/browse/SOLR-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13425593#comment-13425593
 ] 

Faizan Aziz commented on SOLR-1822:
-----------------------------------

I am getting the same error for solr 3.5.0. On close analysis of 
SnapPuller.java I notice that the fix mentioned in the attachment is not done
                
> SEVERE: Unable to move index file from: tempfile to: indexfile
> --------------------------------------------------------------
>
>                 Key: SOLR-1822
>                 URL: https://issues.apache.org/jira/browse/SOLR-1822
>             Project: Solr
>          Issue Type: Bug
>          Components: replication (java)
>    Affects Versions: 1.4
>         Environment: Linux, JDK6,SOLR 1.4
>            Reporter: wyhw whon
>            Assignee: Mark Miller
>            Priority: Critical
>             Fix For: 3.1, 4.0-ALPHA
>
>         Attachments: SnapPuller.patch
>
>
> SOLR index directory remvoed,but do not know what the reasons for this.
> I add some codes on SnapPuller.java 577 line can reslove this bug.
> line 576                           
> File indexFileInIndex = new File(indexDir, fname);
> +
> if (!indexDir.exists()) indexDir.mkdir();
> boolean success = indexFileInTmpDir.renameTo(indexFileInIndex);

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to