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

JSON execution plan not helpful to debug plans with KeySelectors

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.2, 1.1.0
    • 1.0.3, 1.1.0
    • API / DataSet
    • None

    Description

      The JSON execution plans are not helpful when debugging plans that include join operators with key selectors. For joins with hash join strategy, the driver strategy shows: "Hybrid Hash (build: Key Extractor)" where (build: Key Extractor) shall help to identify the build side of the join. However, if both inputs use KeySelectors, the build side cannot be identified.

      I propose to add the operator id to the build side information. The same issue applied for cross driver strategies.

      Attachments

        Activity

          People

            fhueske Fabian Hueske
            fhueske Fabian Hueske
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: