chenghuichen commented on code in PR #3698: URL: https://github.com/apache/celeborn/pull/3698#discussion_r3310630714
########## common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala: ########## @@ -1357,7 +1357,9 @@ class CelebornConf(loadDefaults: Boolean) extends Cloneable with Logging with Se // ////////////////////////////////////////////////////// // Graceful Shutdown & Recover // // ////////////////////////////////////////////////////// - def workerGracefulShutdown: Boolean = get(WORKER_GRACEFUL_SHUTDOWN_ENABLED) + def workerDecommissionShutdownEnabled: Boolean = get(WORKER_DECOMMISSION_SHUTDOWN_ENABLED) Review Comment: This is an internal accessor, not a public API. The user-facing config key `celeborn.worker.gracefulShutdown.enabled` remains unchanged — users are not affected by the method rename. -- 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]
