RexXiong commented on code in PR #2701:
URL: https://github.com/apache/celeborn/pull/2701#discussion_r1767914975


##########
client/src/main/scala/org/apache/celeborn/client/LifecycleManager.scala:
##########
@@ -103,6 +103,8 @@ class LifecycleManager(val appUniqueId: String, val conf: 
CelebornConf) extends
   private val rpcCacheExpireTime = conf.clientRpcCacheExpireTime
   private val rpcMaxRetires = conf.clientRpcMaxRetries
 
+  private val batchRemoveExpiredShuffles = 
conf.batchHandleRemoveExpiredShufflesEnabled

Review Comment:
   batchRemoveExpiredShuffles -> batchRemoveExpiredShufflesEnabled



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