SteNicholas commented on code in PR #3698:
URL: https://github.com/apache/celeborn/pull/3698#discussion_r3298072428


##########
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 workerDecommissionShutdown: Boolean = 
get(WORKER_DECOMMISSION_SHUTDOWN_ENABLED)
+  def workerGracefulShutdown: Boolean =

Review Comment:
   ```suggestion
     def workerGracefulShutdownEnabled: Boolean =
   ```



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