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

Importing large binary values requires excessive memory

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Critical
    • 3.0.0.Beta2
    • 3.0.0.Alpha1
    • JCR
    • None

    Description

      The JcrContentHandler is not treating binary values as streams, but is instead materializing the binary values as strings before creating the Binary value object. If the binary content is large, then this will use excessive memory. The content handler should instead stream the binary content directly into the ValueFactory.createBinary(InputStream) method.

      Attachments

        Activity

          People

            hchiorean Horia Chiorean (Inactive)
            rhauch Randall Hauch (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: