Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-2319

Collect size limitation due to akka.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Later
    • 0.10.0
    • None
    • Runtime / Coordination
    • None
    • Important

    Description

      Each TaksManager keeps the results of a local task in a set of Accumulators. Upon termination of the task, the Accumulators are sent back to the JobManager, who merges them, before sending them back to the Client.

      To exchange the Accumulators and their content, akka is used. This limits the size of the output of a task to no more than akka.framesize bytes. In other case, akka would drop the message.

      This ticket is to propose the removal of this limitation so that results can be of arbitrary size.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kkl0u Kostas Kloudas
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: