[
https://issues.apache.org/jira/browse/FLINK-2966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14989678#comment-14989678
]
ASF GitHub Bot commented on FLINK-2966:
---------------------------------------
GitHub user sachingoel0101 opened a pull request:
https://github.com/apache/flink/pull/1327
[FLINK-2966][web-dashboard] Improve the way job duration is reported.
Duration is now reported in the following manner:
< 1 s: as ms, *eg.* 359ms
[1 s, 1 m): as it is, *eg.* 20s
[1 m, 1 h): x m y s, *eg.* 5m 10s
[1 h, 1 d): x h y m, *eg.* 3h 9m [shows seconds too on hovering]
>=1 d: x d y h, *eg.* 5d 2h [shows minutes and seconds too on hovering]
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sachingoel0101/flink 2966_durations
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1327.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 #1327
----
commit 063c41eb1444a5e4ea62c44954e69743ca089d97
Author: Sachin Goel <[email protected]>
Date: 2015-11-04T15:04:48Z
[FLINK-2966][web-dashboard] Improve the way job duration is reported.
----
> Improve the way job duration is reported on web frontend.
> ---------------------------------------------------------
>
> Key: FLINK-2966
> URL: https://issues.apache.org/jira/browse/FLINK-2966
> Project: Flink
> Issue Type: Improvement
> Components: Webfrontend
> Reporter: Sachin Goel
> Assignee: Sachin Goel
> Priority: Minor
>
> Right now, job duration is always reported in milliseconds. For long running
> jobs, this is not the best way.
> We should incorporate some kind of granularity in this. I propose this:
> 0-60 s : as x ms
> 60-3600 s: as x min y s
> 3600-86400 s: as x h y min [report as x h y min z s on hover]
> > 86400 s: as x d y h [report as x d y h z min t s on hover]
> I will start working on this, and we can change the granularity if someone
> has a better idea.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)