[
https://issues.apache.org/jira/browse/FLINK-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16003951#comment-16003951
]
zhihao chen commented on FLINK-6477:
------------------------------------
hi Chesnay Schepler:
yes, this problem only visible on the first access, and we could get the
metrics data from the TM at the first time,
but if we repeat the requests as the follow, the display is normal , not very
understand why.
{code}
.controller 'SingleTaskManagerController', ($scope, $stateParams,
SingleTaskManagerService, $interval, flinkConfig) ->
$scope.metrics = {}
SingleTaskManagerService.loadMetrics($stateParams.taskmanagerid).then (data)
->
$scope.metrics = data[0]
SingleTaskManagerService.loadMetrics($stateParams.taskmanagerid).then (data)
->
$scope.metrics = data[0]
{code}
> The first time to click Taskmanager cannot get the actual data
> --------------------------------------------------------------
>
> Key: FLINK-6477
> URL: https://issues.apache.org/jira/browse/FLINK-6477
> Project: Flink
> Issue Type: Bug
> Components: Webfrontend
> Affects Versions: 1.2.0
> Reporter: zhihao chen
> Assignee: zhihao chen
> Attachments: errDisplay.jpg
>
>
> Flink web page first click Taskmanager to get less than the actual data, when
> the parameter “jobmanager.web.refresh-interval” is set to a larger value, eg:
> 1800000, if you do not manually refresh the page you need to wait time after
> the timeout normal display
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)