You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by tillrohrmann <gi...@git.apache.org> on 2017/04/26 15:10:35 UTC

[GitHub] flink pull request #3394: [FLINK-5810] [flip6] Introduce a hardened slot man...

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---