[
https://issues.apache.org/jira/browse/FLINK-9841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16542931#comment-16542931
]
ASF GitHub Bot commented on FLINK-9841:
---------------------------------------
Github user yanghua commented on the issue:
https://github.com/apache/flink/pull/6329
@zentol yes, you are right, sorry about my expression. here we should not
use try-with-resource, because the listener will close the file. And it seems
try-with-resource close operation more faster than the complete listener.
> Web UI only show partial taskmanager log
> -----------------------------------------
>
> Key: FLINK-9841
> URL: https://issues.apache.org/jira/browse/FLINK-9841
> Project: Flink
> Issue Type: Bug
> Affects Versions: 1.5.0
> Environment: env : Flink on YARN
> version : 1.5.0
> Reporter: vinoyang
> Assignee: vinoyang
> Priority: Major
> Labels: pull-request-available
>
>
> In the web UI, we select a task manager and click the "log" tab, but the UI
> only show the partial log (first part), can never update even if we click the
> "refresh" button.
> However, the job manager is always OK.
> The reason is the resource be closed twice.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)