You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/01/30 13:37:00 UTC

[jira] [Updated] (FLINK-8527) Making stopping of Flip-6 components non-blocking

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

Chesnay Schepler updated FLINK-8527:
------------------------------------
    Description: We should make all component's stop operation non-blocking. This is especially important in the {{RpcEndpoint}} components. For example, the {{JobMaster}} blocks in its {{postStop}} method on the termination future of the {{SlotPool}}. This should not be necessary.  (was: We should make alle component's stop operation non-blocking. This is especially important in the {{RpcEndpoint}} components. For example, the {{JobMaster}} blocks in its {{postStop}} method on the termination future of the {{SlotPool}}. This should not be necessary.)

> Making stopping of Flip-6 components non-blocking
> -------------------------------------------------
>
>                 Key: FLINK-8527
>                 URL: https://issues.apache.org/jira/browse/FLINK-8527
>             Project: Flink
>          Issue Type: Improvement
>          Components: Distributed Coordination
>    Affects Versions: 1.5.0
>            Reporter: Till Rohrmann
>            Priority: Major
>              Labels: flip-6
>             Fix For: 1.5.0
>
>
> We should make all component's stop operation non-blocking. This is especially important in the {{RpcEndpoint}} components. For example, the {{JobMaster}} blocks in its {{postStop}} method on the termination future of the {{SlotPool}}. This should not be necessary.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)