Uploaded image for project: 'Flume (READ-ONLY)'
  1. Flume (READ-ONLY)
  2. FLUME-55

Bug in E2E translations with decorators.

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Critical
    • Resolution: Fixed
    • Affects Version/s: v0.9.0
    • Fix Version/s: v0.9.1
    • Component/s: Master
    • Labels:
      None

      Description

      There is a bug on translations with decorators.

      This:

      { delay(200) => autoE2EChain }

      Becomes:

      { ackedWriteAhead => { delay( 200 ) => { lazyOpen =>

      { stubbornAppend => rpcSink( "blitzwing", 35853 ) } } } }

      Should be :

      { delay( 200 ) => { ackedWriteAhead => { lazyOpen => { stubbornAppend => rpcSink( "blitzwing", 35853 ) }

      } } }

        Attachments

          Activity

            People

            • Assignee:
              jon Jonathan Hsieh
              Reporter:
              jon Jonathan Hsieh
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: