You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/26 15:11:04 UTC

[jira] [Commented] (FLINK-5810) Harden SlotManager

    [ https://issues.apache.org/jira/browse/FLINK-5810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15984966#comment-15984966 ] 

ASF GitHub Bot commented on FLINK-5810:
---------------------------------------

Github user tillrohrmann commented on a diff in the pull request:

    https://github.com/apache/flink/pull/3394#discussion_r113479420
  
    --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/clusterframework/types/TaskManagerSlot.java ---
    @@ -18,15 +18,17 @@
     
     package org.apache.flink.runtime.clusterframework.types;
     
    -import org.apache.flink.runtime.resourcemanager.registration.TaskExecutorRegistration;
    +import org.apache.flink.runtime.instance.InstanceID;
    +import org.apache.flink.runtime.resourcemanager.registration.TaskExecutorConnection;
    +import org.apache.flink.runtime.resourcemanager.slotmanager.PendingSlotRequest;
     
     import static org.apache.flink.util.Preconditions.checkNotNull;
     
     /**
      * A ResourceSlot represents a slot located in TaskManager from ResourceManager's view. It has a unique
    --- End diff --
    
    +1


> Harden SlotManager
> ------------------
>
>                 Key: FLINK-5810
>                 URL: https://issues.apache.org/jira/browse/FLINK-5810
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Distributed Coordination
>    Affects Versions: 1.3.0
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>
> Harden the {{SlotManager}} logic to better cope with lost messages.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)