SteNicholas commented on code in PR #2655:
URL: https://github.com/apache/celeborn/pull/2655#discussion_r1699524886
##########
client/src/main/java/org/apache/celeborn/client/read/CelebornInputStream.java:
##########
@@ -665,6 +665,13 @@ private boolean fillBuffer() throws IOException {
return hasData;
} catch (IOException e) {
+ logger.error(
+ "Failed to read data from chunk. AppShuffleId {}, shuffleId {},
partitionId {}, location {}",
Review Comment:
```suggestion
"Failed to fill buffer from chunk. AppShuffleId {}, shuffleId
{}, partitionId {}, location {}",
```
--
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]