You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ufuk Celebi (JIRA)" <ji...@apache.org> on 2015/12/18 12:14:46 UTC

[jira] [Updated] (FLINK-3182) TaskManagersHandler can block web frontend

     [ https://issues.apache.org/jira/browse/FLINK-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ufuk Celebi updated FLINK-3182:
-------------------------------
    Priority: Minor  (was: Major)

> TaskManagersHandler can block web frontend
> ------------------------------------------
>
>                 Key: FLINK-3182
>                 URL: https://issues.apache.org/jira/browse/FLINK-3182
>             Project: Flink
>          Issue Type: Bug
>          Components: Webfrontend
>    Affects Versions: 0.10.1
>            Reporter: Ufuk Celebi
>            Priority: Minor
>
> In {{TaskManagersHandler}}:
> {code}
> Future<Object> future = jobManager.ask(
>     new JobManagerMessages.RequestTaskManagerInstance(instanceID),
>     timeout);
> TaskManagerInstance instance = (TaskManagerInstance) Await.result(
>     future,
>     timeout);
> {code}
> The default timeout is 10 seconds. Depending on the number of event loop threads and requests this can block the web server.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)