You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2017/08/29 10:16:21 UTC

flink git commit: [FLINK-7454] [docs] Update 'Monitoring Current Event Time' section

Repository: flink
Updated Branches:
  refs/heads/release-1.3 6876abd37 -> 51253c7f0


[FLINK-7454] [docs] Update 'Monitoring Current Event Time' section


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/51253c7f
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/51253c7f
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/51253c7f

Branch: refs/heads/release-1.3
Commit: 51253c7f0395645e8ddc70d7ab6970d32a6c5b4f
Parents: 6876abd
Author: Bowen Li <bo...@gmail.com>
Authored: Wed Aug 16 00:35:32 2017 -0700
Committer: zentol <ch...@apache.org>
Committed: Tue Aug 29 12:16:02 2017 +0200

----------------------------------------------------------------------
 docs/monitoring/debugging_event_time.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/51253c7f/docs/monitoring/debugging_event_time.md
----------------------------------------------------------------------
diff --git a/docs/monitoring/debugging_event_time.md b/docs/monitoring/debugging_event_time.md
index edc7dd0..8355b62 100644
--- a/docs/monitoring/debugging_event_time.md
+++ b/docs/monitoring/debugging_event_time.md
@@ -31,11 +31,7 @@ Flink's [event time]({{ site.baseurl }}/dev/event_time.html) and watermark suppo
 out-of-order events. However, it's harder to understand what exactly is going on because the progress of time
 is tracked within the system.
 
-There are plans (see [FLINK-3427](https://issues.apache.org/jira/browse/FLINK-3427)) to show the current low watermark
-for each operator in the Flink web interface.
-
-Until this feature is implemented the current low watermark for each task can be accessed through the 
-[metrics system]({{ site.baseurl }}/monitoring/metrics.html).
+Low watermarks of each task can be accessed through Flink web interface or [metrics system]({{ site.baseurl }}/monitoring/metrics.html).
 
 Each Task in Flink exposes a metric called `currentLowWatermark` that represents the lowest watermark received
 by this task. This long value represents the "current event time".