GitHub user luojiangyu opened a pull request:
https://github.com/apache/flink/pull/6400
[FLINK-9931][ui] watermark display bug.
If the parallelism of the operator is bigger, the request url of watermark
may access the limit of the length of http url, it results in watermark display
bug.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/luojiangyu/flink master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6400.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6400
----
commit 2db2afe4b31ca74345735876694590033cfea3b3
Author: luojiangyu <luojiangyu@...>
Date: 2018-07-24T03:56:51Z
[FLINK-9931][ui] watermark display bug.
----
---