Uploaded image for project: 'Apache S4'
  1. Apache S4
  2. S4-104

Current Stream pass the same event object to different targetPEs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.5.0, 0.6
    • 0.7
    • None

    Description

      In Stream class:
      for (ProcessingElement pe : pes) {
      pe.handleInputEvent(event);
      }

      It seems will cause problem if different PE share a same event object. Sometimes we only need change a attribute of the event and then sent it again. But in current version, if one PE changed the attribute of event, it will have impact on other PEs.

      Attachments

        Activity

          People

            Unassigned Unassigned
            sjcheng Aimee Cheng
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: