[
https://issues.apache.org/jira/browse/FLINK-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14058598#comment-14058598
]
Jonathan Hasenburg commented on FLINK-1011:
-------------------------------------------
You can find those lines of code in the jobmanagerFrontend.js
// add to history
setTimeout(function() {
var jobjson = {};
jobjson.jobid = json.jobid;
jobjson.jobname = jobname;
jobjson.time = event.timestamp;
jobjson.status = event.newstate;
_fillTableArchive("#jobsArchive", jobjson,
true);
}, 8000);
I don't know why 8000 was choosed, but I was told it has a reason (internal
clean up in the jobmanager)... .
He is the one who implemented this: https://github.com/qmlmoon
> Sometimes Flow/Stack Layout is not presented in Dashboard's history
> -------------------------------------------------------------------
>
> Key: FLINK-1011
> URL: https://issues.apache.org/jira/browse/FLINK-1011
> Project: Flink
> Issue Type: Bug
> Components: Webfrontend
> Affects Versions: pre-apache-0.5
> Environment: Mac OS X and Ubuntu linux. OpenJDK 1.7.
> Reporter: Asterios Katsifodimos
> Priority: Minor
>
> The flow/stack layout in the history of completed jobs does not show up
> (Stratosphere Dashboard). This does not happen always. Sometimes you may get
> it to work.
> I just reproduced this one with the WordCount java example from 0.5.1
> version. The job runs successfully.
--
This message was sent by Atlassian JIRA
(v6.2#6252)