Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-1206

Add Ability to Specify Temporary Storage Area on File System Connector

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Minor Minor
    • 2.6.0.Beta1, 2.5.1.GA
    • 2.5.0.Final
    • Storage
    • None

      When writing file content, the file system connector always first writes the content to a temporary file. Currently, this file is always located in the temp directory as specified by the java.io.tmpdir system property. However, if the temp directory is not on the same file system as the target file, then the temporary file cannot be renamed to its final location - it must be copied to its final location and then deleted, doubling the disk I/O for the write.

      If we allowed administrators to specify the location of the temporary storage area, they could ensure that it is on the same filesystem as the workspaces used to store content. This would eliminate the double I/O and presumably address the second issue in the attached forum thread.

              bcarothers_jira Brian Carothers (Inactive)
              bcarothers_jira Brian Carothers (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: