[
https://issues.apache.org/jira/browse/FLINK-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14119885#comment-14119885
]
Robert Metzger commented on FLINK-1083:
---------------------------------------
Hi guys,
I noticed that the history detail view is quite slow for getting the task
details.
I've run a WordCount with a DOP of 400 and the system needs 27 seconds to
retrieve the JSON data.
It spends 86 ms until the server starts sending, the transmission takes 27
seconds. I think the bandwith is not a problem here because its only 500kb and
all systems have a good network connection. I suspect that the JSON strings are
generated very inefficiently.
Can you take a look into this?
> WebInterface improvements
> -------------------------
>
> Key: FLINK-1083
> URL: https://issues.apache.org/jira/browse/FLINK-1083
> Project: Flink
> Issue Type: Improvement
> Components: JobManager
> Reporter: Jonathan Hasenburg
> Assignee: Timo Walther
>
> New Issue to summarize all things that should be done regarding the
> webinterface.
> * rework dashboard in a way that more than one job can be shown ... . If a
> job is clicked you get to the details.
> * DONE: add history to dashboard
> * Running jobs should get a view like jobs in the history.
> * DONE: rework the menu and try to add some links to the dashboard (like the
> taskmanager section)
> * improve the way the jsons are send to the webinterface
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)