azagrebin commented on a change in pull request #12278:
URL: https://github.com/apache/flink/pull/12278#discussion_r438835441
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/DualKeyLinkedMap.java
##########
@@ -37,20 +44,20 @@
private final LinkedHashMap<A, Tuple2<B, V>> aMap;
- private final LinkedHashMap<B, A> bMap;
+ private final HashMap<B, A> bMap;
private transient Collection<V> values;
public DualKeyLinkedMap(int initialCapacity) {
Review comment:
Makes sense to me
----------------------------------------------------------------
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:
[email protected]