[
https://issues.apache.org/jira/browse/FLINK-9467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16501644#comment-16501644
]
ASF GitHub Bot commented on FLINK-9467:
---------------------------------------
GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/6122
[FLINK-9467][metrics] Fix queried watermark metrics name
## What is the purpose of the change
This PR fixes the watermark display in the WebUI. An outdated watermark
metric name was used which has been corrected.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 9467
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6122.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 #6122
----
commit 4ee78b079ffa5cbf4e5a8c22585ee1180ef1383b
Author: zentol <chesnay@...>
Date: 2018-06-05T11:51:08Z
[FLINK-9467][metrics] Fix queried watermark metrics name
commit f524ca7a23546fd5cccf135b86e75a4bd7f107eb
Author: zentol <chesnay@...>
Date: 2018-06-05T11:51:29Z
[FLINK-9467][metrics] Rebuild UI
----
> No Watermark display on Web UI
> ------------------------------
>
> Key: FLINK-9467
> URL: https://issues.apache.org/jira/browse/FLINK-9467
> Project: Flink
> Issue Type: Bug
> Components: Metrics, Webfrontend
> Affects Versions: 1.5.0
> Reporter: Truong Duc Kien
> Assignee: Chesnay Schepler
> Priority: Blocker
> Fix For: 1.6.0, 1.5.1
>
>
> Watermark is currently not shown on the web interface, because it still
> queries for watermark using the old metric name `currentLowWatermark` instead
> of the new ones `currentInputWatermark` and `currentOutputWatermark`
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)