zhuzhurk commented on a change in pull request #13071: URL: https://github.com/apache/flink/pull/13071#discussion_r466509250
########## File path: flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/slotpool/DualKeyLinkedMapTest.java ########## @@ -19,6 +19,7 @@ package org.apache.flink.runtime.jobmaster.slotpool; Review comment: I think this UT should be moved as well if we would move `DualKeyLinkedMap`. ########## File path: flink-runtime/src/main/java/org/apache/flink/util/DualKeyLinkedMap.java ########## @@ -16,7 +16,7 @@ * limitations under the License. */ -package org.apache.flink.runtime.jobmaster.slotpool; +package org.apache.flink.util; Review comment: Not pretty sure why we move it to flink-core? ---------------------------------------------------------------- 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