You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Thomas Mueller (JIRA)" <ji...@apache.org> on 2010/10/13 09:46:33 UTC

[jira] Created: (JCR-2781) FileDataStore performance improvements

FileDataStore performance improvements
--------------------------------------

                 Key: JCR-2781
                 URL: https://issues.apache.org/jira/browse/JCR-2781
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: jackrabbit-core
            Reporter: Thomas Mueller
            Assignee: Thomas Mueller
            Priority: Minor


As seen in JCR-2695, the FileDataStore is slow on some file system. 

Some file operations such as File.exists() or File.isDirectory() can be replaced with try / catch, or by inspecting the return value of a previous method (File.renameTo).

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


[jira] Updated: (JCR-2781) FileDataStore performance improvements

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

Thomas Mueller updated JCR-2781:
--------------------------------

    Fix Version/s: 2.2.0

> FileDataStore performance improvements
> --------------------------------------
>
>                 Key: JCR-2781
>                 URL: https://issues.apache.org/jira/browse/JCR-2781
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> As seen in JCR-2695, the FileDataStore is slow on some file system. 
> Some file operations such as File.exists() or File.isDirectory() can be replaced with try / catch, or by inspecting the return value of a previous method (File.renameTo).

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


[jira] Resolved: (JCR-2781) FileDataStore performance improvements

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

Thomas Mueller resolved JCR-2781.
---------------------------------

    Resolution: Fixed

Fixed in revision #1022094 - I currently don't see any other obvious way to improve performance

> FileDataStore performance improvements
> --------------------------------------
>
>                 Key: JCR-2781
>                 URL: https://issues.apache.org/jira/browse/JCR-2781
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>            Priority: Minor
>
> As seen in JCR-2695, the FileDataStore is slow on some file system. 
> Some file operations such as File.exists() or File.isDirectory() can be replaced with try / catch, or by inspecting the return value of a previous method (File.renameTo).

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


[jira] Commented: (JCR-2781) FileDataStore performance improvements

Posted by "Claus Köll (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-2781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929550#action_12929550 ] 

Claus Köll commented on JCR-2781:
---------------------------------

Hi Thomas it is no fix version labeld ..

greets

> FileDataStore performance improvements
> --------------------------------------
>
>                 Key: JCR-2781
>                 URL: https://issues.apache.org/jira/browse/JCR-2781
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>            Priority: Minor
>
> As seen in JCR-2695, the FileDataStore is slow on some file system. 
> Some file operations such as File.exists() or File.isDirectory() can be replaced with try / catch, or by inspecting the return value of a previous method (File.renameTo).

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