AngersZhuuuu commented on code in PR #990:
URL: 
https://github.com/apache/incubator-celeborn/pull/990#discussion_r1029034233


##########
client/src/main/scala/org/apache/celeborn/client/LifecycleManager.scala:
##########
@@ -124,6 +124,29 @@ class LifecycleManager(appId: String, val conf: 
CelebornConf) extends RpcEndpoin
   // shuffleId -> set of partition id
   private val inBatchPartitions = new ConcurrentHashMap[Int, 
util.Set[Integer]]()
 
+  case class CommitPartitionRequest(
+      applicationId: String,
+      shuffleId: Int,
+      oldPartition: PartitionLocation)
+
+  case class ShuffleCommittedInfo(

Review Comment:
   Store all related info off one shuffle map



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