Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-6739

Reduce memory pressure in org.apache.cxf.attachment.AttachmentDeserializer

    Details

    • Type: Improvement
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 3.0.0-milestone1
    • Fix Version/s: 3.1.5, 3.2.0
    • Component/s: Core
    • Labels:
      None
    • Estimated Complexity:
      Unknown

      Description

      Back in 2013, the api (now core) went through a major refactoring to remove direct dependency to javax.mail: https://github.com/apache/cxf/commit/6ae8f4afe219581938c0020612212faa3e770064 Custom code for attachment deserialization was added, but unfortunately that seems to be writing a lot of char[] to the memory, because of a lot of String instances being created for parsing the attachment inputstream into the headers TreeMap. The process could be optimized to avoid useless string / char[] copies. It also seems that the special handling of lines starting with spaces there is over complicated and covering a condition that can never be true.

        Attachments

          Activity

            People

            • Assignee:
              asoldano Alessio Soldano
              Reporter:
              asoldano Alessio Soldano
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: