Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-19021 Cleanups of the ResultPartition components
  3. FLINK-19087

ResultPartitionWriter should not expose subpartition but only subpartition-readers

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.12.0
    • Runtime / Network
    • None

    Description

      The ResultPartitionWiter currently gives arbitrary access to the sub-partitions.

      These subpartitions may not always exist directly, such as in a sort based shuffle.
      Necessary is only the access to a reader over a sub-partition's data (the ResultSubpartitionView).

      In the spirit of minimal scope of knowledge, the methods should be scoped to return readers, not the more general subpartitions.

      Attachments

        Activity

          People

            sewen Stephan Ewen
            sewen Stephan Ewen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: