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

Web UI request url for watermark is too long in large parallelism

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 1.9.0, 1.9.1
    • None
    • Runtime / Web Frontend
    • None

    Description

      In large parallelism scenario, the request url to get watermark metric seems to too long  to get response.  The request url  is:

      http://0.0.0.0:8081/jobs/:jobid/vertices/:vertexid/metrics?get=0.currentInputWatermark,......,1199.currentInputWatermark

      The reason is :

      org.apache.flink.shaded.netty4.io.netty.handler.codec.TooLongFrameException: An HTTP line is larger than 4096 bytes.

       

      It needs to paginate requests and merge the results.

      Attachments

        Activity

          People

            Unassigned Unassigned
            faaronzheng fa zheng
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: