You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2016/06/09 20:33:21 UTC

[jira] [Resolved] (OAK-4416) Move temp files to target directory

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

Michael Dürig resolved OAK-4416.
--------------------------------
    Resolution: Fixed

I fixed this by changing {{new TemporaryFolder()}} to {{new TemporaryFolder(new File("target"))}} across the board. 

http://svn.apache.org/viewvc?rev=1747597&view=rev

> Move temp files to target directory
> -----------------------------------
>
>                 Key: OAK-4416
>                 URL: https://issues.apache.org/jira/browse/OAK-4416
>             Project: Jackrabbit Oak
>          Issue Type: Technical task
>            Reporter: Michael Dürig
>            Assignee: Francesco Mari
>            Priority: Minor
>              Labels: test
>             Fix For: 1.6
>
>
> (Some of?) the changes done in the other subtasks cause the temporary files to be created in the systems temporary folder instead of the target folder as before. This causes issues on system where the temporary folder resides on a small partition. 
> See my [comment |https://issues.apache.org/jira/browse/OAK-4208?focusedCommentId=15296019&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15296019] on OAK-4208 where we have been seeing this on the Apache Jenkins instance. See also  INFRA-11837.



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