Repository: flink
Updated Branches:
  refs/heads/master a6905df09 -> 257a5a541


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

This closes #4547.


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

Branch: refs/heads/master
Commit: 257a5a541fbadb7baaf8be7a45e7187f7cb2fee3
Parents: a6905df
Author: Bowen Li <bowenl...@gmail.com>
Authored: Wed Aug 16 00:35:32 2017 -0700
Committer: zentol <ches...@apache.org>
Committed: Tue Aug 29 12:09:30 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/257a5a54/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".

Reply via email to