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

    https://github.com/apache/flink/pull/640#discussion_r31130488
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/ResultPartitionManager.java
 ---
    @@ -40,9 +44,18 @@
     
        private static final Logger LOG = 
LoggerFactory.getLogger(ResultPartitionManager.class);
     
    +   /**
    +    * Table of running/finished ResultPartitions with corresponding IDs
    +    */
        public final Table<ExecutionAttemptID, IntermediateResultPartitionID, 
ResultPartition>
                        registeredPartitions = HashBasedTable.create();
     
    +   /**
    +    * Cached ResultPartitions which are used to resume/recover from
    --- End diff --
    
    There are two unused classes LRUCache and LRUCacheMap, which can be 
removed. I think this solution is fine. :)


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to