zhaostu4 commented on code in PR #2626:
URL: https://github.com/apache/celeborn/pull/2626#discussion_r1725405320
##########
client/src/main/java/org/apache/celeborn/client/read/CelebornInputStream.java:
##########
@@ -432,13 +437,7 @@ private PartitionReader createReader(
int fetchChunkRetryCnt,
int fetchChunkMaxRetry)
throws IOException, InterruptedException {
- if (!location.hasPeer()) {
- logger.debug("Partition {} has only one partition replica.", location);
- } else if (pbStreamHandler == null && attemptNumber % 2 == 1) {
- location = location.getPeer();
- logger.debug("Read peer {} for attempt {}.", location, attemptNumber);
- }
- logger.debug("Create reader for location {}", location);
+ logger.info("Create reader for location {}", location);
Review Comment:
adjusted
--
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]