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

ASF subversion and git services commented on LUCENE-7345:
---------------------------------------------------------

Commit f19db7e6f58c3469b859c3f0d405033d888384f8 in lucene-solr's branch 
refs/heads/branch_5x from [~rcmuir]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=f19db7e ]

LUCENE-7345: fix test bug so jenkins isn't on fire anymore


> Make RAMDir write-once for files
> --------------------------------
>
>                 Key: LUCENE-7345
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7345
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>         Attachments: LUCENE-7345.patch, LUCENE-7345.patch
>
>
> See http://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3349
> The bug here is that we do this crazy copyFrom of all the index files without 
> fsyncing it. So MockDirectoryWrapper treats it as corrupted.
> But while investigating I noticed that RAMdir is incredibly lenient, will 
> happily truncate existing files and so on. I think we should fix that here 
> too.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to