wangshengjie123 commented on code in PR #2373:
URL: 
https://github.com/apache/incubator-celeborn/pull/2373#discussion_r1536774558


##########
client/src/main/scala/org/apache/celeborn/client/LifecycleManager.scala:
##########
@@ -56,11 +56,14 @@ import org.apache.celeborn.common.util.{JavaUtils, 
PbSerDeUtils, ThreadUtils, Ut
 import org.apache.celeborn.common.util.FunctionConverter._
 import org.apache.celeborn.common.util.ThreadUtils.awaitResult
 import org.apache.celeborn.common.util.Utils.UNKNOWN_APP_SHUFFLE_ID
+import org.apache.celeborn.common.write.PushFailedBatch
 
 object LifecycleManager {
   // shuffle id -> partition id -> partition locations
   type ShuffleFileGroups =
     ConcurrentHashMap[Int, ConcurrentHashMap[Integer, 
util.Set[PartitionLocation]]]
+  type ShufflePushFailedBatches =
+    ConcurrentHashMap[Int, ConcurrentHashMap[Integer, 
util.Set[PushFailedBatch]]]

Review Comment:
   Update shuffleId to UniqueId,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