s0nskar commented on code in PR #3726: URL: https://github.com/apache/celeborn/pull/3726#discussion_r3482052112
########## client/src/main/scala/org/apache/celeborn/client/LifecycleManager.scala: ########## @@ -86,6 +86,8 @@ class LifecycleManager(val appUniqueId: String, val conf: CelebornConf) extends private val pushRackAwareEnabled = conf.clientReserveSlotsRackAwareEnabled private val partitionSplitThreshold = conf.shufflePartitionSplitThreshold private val partitionSplitMode = conf.shufflePartitionSplitMode + private val shuffleDataLostOnUnknownWorkerEnabled = Review Comment: Fixed -- 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]
