Github user StephanEwen commented on a diff in the pull request:
https://github.com/apache/flink/pull/3394#discussion_r106458045
--- 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 --
`ResourceSlot` -->`TaskManagerSlot`
---
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 [email protected] or file a JIRA ticket
with INFRA.
---