zhuzhurk commented on a change in pull request #12278:
URL: https://github.com/apache/flink/pull/12278#discussion_r440768678



##########
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:
       It might cause confusion so I think it would be better to not make it a 
`LinkedHashMap`.




----------------------------------------------------------------
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


Reply via email to