Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-8284

MultiCast in Parallel Processing Mode with StreamCache leads to wrong results

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.14.1
    • 2.15.0
    • camel-core
    • None
    • Patch Available
    • Unknown

    Description

      If the multi-cast processor gets as an input a stream cache in the parallel processing mode, then the stream is read by different threads concurrently. This leads to wrong results.

      The attached patch solves this issue. The idea of the patch is to provide a copy of the stream cache to each thread. The copy will use the same cache of the original stream cache, only the stream which accesses the cached data will be a separate instance. For this, we introduced the new method

      copy()

      in the StreamCache class.

      See also discussion in http://camel.465427.n5.nabble.com/Data-Corruption-in-SFTP-in-Parallel-Multicast-branches-td5761673.html#a5761781

      Franz Forsthofer
      SAP SE
      e-mail: franz.forsthofer[at]sap.com

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            forsthofer Franz Forsthofer
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: