You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2010/03/24 12:46:27 UTC

[jira] Created: (JCR-2582) spi2dav: temp files are not clean up after batch submit

spi2dav: temp files are not clean up after batch submit
-------------------------------------------------------

                 Key: JCR-2582
                 URL: https://issues.apache.org/jira/browse/JCR-2582
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-spi2dav
    Affects Versions: 2.0.0
            Reporter: Tobias Bocanegra
            Assignee: Tobias Bocanegra
            Priority: Minor
             Fix For: 2.1.0


when a batch includes larger binary properties, it's backing temp files are not clean up after submit.
suggest to dispose those in anycase.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-2582) spi2dav: temp files are not clean up after batch submit

Posted by "Tobias Bocanegra (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Bocanegra resolved JCR-2582.
-----------------------------------

    Resolution: Fixed

fixed again in r927406.

introduced ValueLoader.Target.reset() to clear the tmp data

> spi2dav: temp files are not clean up after batch submit
> -------------------------------------------------------
>
>                 Key: JCR-2582
>                 URL: https://issues.apache.org/jira/browse/JCR-2582
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-spi2dav
>    Affects Versions: 2.0.0
>            Reporter: Tobias Bocanegra
>            Assignee: Tobias Bocanegra
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> when a batch includes larger binary properties, their backing temp files are not clean up after submit.
> suggest to dispose those in any case.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JCR-2582) spi2dav: temp files are not clean up after batch submit

Posted by "Tobias Bocanegra (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Bocanegra updated JCR-2582:
----------------------------------

    Description: 
when a batch includes larger binary properties, their backing temp files are not clean up after submit.
suggest to dispose those in any case.

  was:
when a batch includes larger binary properties, it's backing temp files are not clean up after submit.
suggest to dispose those in anycase.


> spi2dav: temp files are not clean up after batch submit
> -------------------------------------------------------
>
>                 Key: JCR-2582
>                 URL: https://issues.apache.org/jira/browse/JCR-2582
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-spi2dav
>    Affects Versions: 2.0.0
>            Reporter: Tobias Bocanegra
>            Assignee: Tobias Bocanegra
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> when a batch includes larger binary properties, their backing temp files are not clean up after submit.
> suggest to dispose those in any case.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (JCR-2582) spi2dav: temp files are not clean up after batch submit

Posted by "Michael Dürig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig reopened JCR-2582:
--------------------------------


This changes causes several tests to fail:

Failed tests: 
  testBinaryLength(org.apache.jackrabbit.test.api.query.qom.LengthTest)
  testBinarySession(org.apache.jackrabbit.test.api.SetValueBinaryTest)
  testBinarySessionJcr2(org.apache.jackrabbit.test.api.SetValueBinaryTest)
  testBinaryParent(org.apache.jackrabbit.test.api.SetValueBinaryTest)
  testBinaryParentJcr2(org.apache.jackrabbit.test.api.SetValueBinaryTest)
  testNewInputStreamPropertySession(org.apache.jackrabbit.test.api.SetPropertyInputStreamTest)
  testModifyInputStreamPropertySession(org.apache.jackrabbit.test.api.SetPropertyInputStreamTest)
  testNewInputStreamPropertyParent(org.apache.jackrabbit.test.api.SetPropertyInputStreamTest)
  testModifyInputStreamPropertyParent(org.apache.jackrabbit.test.api.SetPropertyInputStreamTest)


> spi2dav: temp files are not clean up after batch submit
> -------------------------------------------------------
>
>                 Key: JCR-2582
>                 URL: https://issues.apache.org/jira/browse/JCR-2582
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-spi2dav
>    Affects Versions: 2.0.0
>            Reporter: Tobias Bocanegra
>            Assignee: Tobias Bocanegra
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> when a batch includes larger binary properties, their backing temp files are not clean up after submit.
> suggest to dispose those in any case.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-2582) spi2dav: temp files are not clean up after batch submit

Posted by "Tobias Bocanegra (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Bocanegra resolved JCR-2582.
-----------------------------------

    Resolution: Fixed

fixed in r927036

> spi2dav: temp files are not clean up after batch submit
> -------------------------------------------------------
>
>                 Key: JCR-2582
>                 URL: https://issues.apache.org/jira/browse/JCR-2582
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-spi2dav
>    Affects Versions: 2.0.0
>            Reporter: Tobias Bocanegra
>            Assignee: Tobias Bocanegra
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> when a batch includes larger binary properties, their backing temp files are not clean up after submit.
> suggest to dispose those in any case.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.