zhuzhurk commented on a change in pull request #12278: URL: https://github.com/apache/flink/pull/12278#discussion_r441351136
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/DualKeyLinkedMap.java ########## @@ -37,13 +41,13 @@ private final LinkedHashMap<A, Tuple2<B, V>> aMap; - private final LinkedHashMap<B, A> bMap; + private final HashMap<B, A> bMap; Review comment: I means confusion to developers. A `LinkedHashMap` for bMap indicates it makes some differences than `Map` but actually not. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org