kerwin-zk commented on code in PR #2070:
URL: 
https://github.com/apache/incubator-celeborn/pull/2070#discussion_r1384528532


##########
client/src/main/scala/org/apache/celeborn/client/LifecycleManager.scala:
##########
@@ -386,7 +432,14 @@ class LifecycleManager(val appUniqueId: String, val conf: 
CelebornConf) extends
                   // otherwise will lost original exception message
                   context.reply(response)
                 }
-              case PartitionType.REDUCE => context.reply(response)
+              case PartitionType.REDUCE =>
+                if (context.context.isInstanceOf[LocalNettyRpcCallContext]) {
+                  context.reply(response)
+                } else {
+                  registerShuffleResponseRpcCache.put(shuffleId, 
serializedMsg.get)

Review Comment:
   @waitinfuture done



-- 
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]

Reply via email to