You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "fa zheng (Jira)" <ji...@apache.org> on 2019/12/12 02:56:00 UTC

[jira] [Updated] (FLINK-15211) Web UI request url for watermark is too long in large parallelism

     [ https://issues.apache.org/jira/browse/FLINK-15211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

fa zheng updated FLINK-15211:
-----------------------------
    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 need to paginate request and merge the result.

  was:
In large parallelism. 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 need to paginate request and merge the result.


> Web UI request url for watermark is too long in large parallelism
> -----------------------------------------------------------------
>
>                 Key: FLINK-15211
>                 URL: https://issues.apache.org/jira/browse/FLINK-15211
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Web Frontend
>    Affects Versions: 1.9.0, 1.9.1
>            Reporter: fa zheng
>            Priority: Major
>             Fix For: 1.10.0
>
>
> 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 need to paginate request and merge the result.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)