jerqi commented on code in PR #452:
URL: https://github.com/apache/incubator-uniffle/pull/452#discussion_r1059266404
##########
storage/src/main/java/org/apache/uniffle/storage/handler/impl/HdfsClientReadHandler.java:
##########
@@ -143,7 +143,7 @@ protected void init(String fullShufflePath) {
LOG.warn("Can't create ShuffleReaderHandler for " + filePrefix, e);
}
}
-
readHandlers.sort(Comparator.comparing(HdfsShuffleReadHandler::getFilePrefix));
+ Collections.shuffle(readHandlers);
Review Comment:
Could we print the file names? It's important for us to know the order.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]