Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8336588

Ensure Transform downstream receives upstream start items only after downstream started

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • 24
    • core-libs
    • None

      Seems that Transform resolution currently runs
      upstream start -> downstream start -> ... -> upstream end -> downstream end.

      However, if upstream sends stuff to builder in start, then downstream receives items before it starts. We need downstream start -> upstream start -> ... instead.

      We should fix this behavior and add tests to ensure the correct ordering.

            liach Chen Liang
            liach Chen Liang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: