Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-14908

Huge status produced when setting empty input source in Filter Stream Converter application

    XMLWordPrintable

Details

    • Unit
    • Unknown
    • N/A
    • N/A

    Description

      It produce a 450M files and need more than 1G of temporary RAM to do it.

      The issue come from the server input stream which is put in the job request and which is serialized.

      Ideas:

      • customize the serialization of any InputStream/OutputStream at XStream level (and probably not serialize anything, or just a toString())
      • customize the serialization of any InputSource/OutputSource at XStream level (and probably not serialize anything, or just a toString())
      • customize the serialization of FilterStreamConverterJobRequest at Serialize level

      Attachments

        Activity

          People

            tmortagne Thomas Mortagne
            tmortagne Thomas Mortagne
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: