showuon commented on code in PR #20706:
URL: https://github.com/apache/kafka/pull/20706#discussion_r2434380849


##########
core/src/main/scala/kafka/server/ReplicaManager.scala:
##########
@@ -1636,7 +1636,7 @@ class ReplicaManager(val config: KafkaConfig,
   /**
    * Process all remote fetches by creating async read tasks and handling them 
in DelayedRemoteFetch collectively.
    */
-  private def processRemoteFetches(remoteFetchInfos: 
util.HashMap[TopicIdPartition, RemoteStorageFetchInfo],
+  private def processRemoteFetches(remoteFetchInfos: 
util.LinkedHashMap[TopicIdPartition, RemoteStorageFetchInfo],

Review Comment:
   I don't have preference on this though, just curious that is the order 
important? 



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to