waitinfuture commented on code in PR #2070:
URL:
https://github.com/apache/incubator-celeborn/pull/2070#discussion_r1384402016
##########
client/src/main/scala/org/apache/celeborn/client/LifecycleManager.scala:
##########
@@ -364,8 +396,15 @@ class LifecycleManager(val appUniqueId: String, val conf:
CelebornConf) extends
}
// Reply to all RegisterShuffle request for current shuffle id.
- def reply(response: PbRegisterShuffleResponse): Unit = {
+ def replyRegisterShuffle(response: PbRegisterShuffleResponse): Unit = {
registeringShuffleRequest.synchronized {
+ val serializedMsg: Option[ByteBuffer] = partitionType match {
+ case PartitionType.MAP =>
Review Comment:
REDUCE
--
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]