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

    https://github.com/apache/flink/pull/6132#discussion_r198490029
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/clusterframework/types/TaskManagerSlot.java
 ---
    @@ -45,6 +46,9 @@
        /** Allocation id for which this slot has been allocated. */
        private AllocationID allocationId;
     
    +   /** Allocation id for which this slot has been allocated. */
    +   private JobID jobId;
    --- End diff --
    
    Should be annotated with `@Nullable`


---

Reply via email to