You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2021/02/18 09:14:50 UTC

[flink] 02/12: [hotfix][coordination] Remove leftover comment

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 88414e82ae7bf48bc171bf5f4a1734443a260c37
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon Feb 8 20:23:14 2021 +0100

    [hotfix][coordination] Remove leftover comment
---
 .../org/apache/flink/runtime/jobmaster/slotpool/SingleLogicalSlot.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/SingleLogicalSlot.java b/flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/SingleLogicalSlot.java
index 6c2c5dc..798b50d 100644
--- a/flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/SingleLogicalSlot.java
+++ b/flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/SingleLogicalSlot.java
@@ -48,8 +48,6 @@ public class SingleLogicalSlot implements LogicalSlot, PhysicalSlot.Payload {
 
     private final SlotContext slotContext;
 
-    // null if the logical slot does not belong to a slot sharing group, otherwise non-null
-
     // locality of this slot wrt the requested preferred locations
     private final Locality locality;