Ngone51 commented on a change in pull request #33034:
URL: https://github.com/apache/spark/pull/33034#discussion_r677166066
##########
File path:
common/network-shuffle/src/main/java/org/apache/spark/network/shuffle/RemoteBlockPushResolver.java
##########
@@ -668,9 +839,9 @@ public void onData(String streamId, ByteBuffer buf) throws
IOException {
return;
}
abortIfNecessary();
- logger.trace("{} shuffleId {} reduceId {} onData writable",
- partitionInfo.appId, partitionInfo.shuffleId,
- partitionInfo.reduceId);
+ logger.trace("{} shuffleId {} shuffleMergeId {} reduceId {} onData
writable",
+ partitionInfo.appId, partitionInfo.shuffleId,
partitionInfo.shuffleMergeId,
+ partitionInfo.reduceId);
Review comment:
Extract this common pattern into the `toString` method of
`AppShufflePartitionInfo`?
--
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]