chenghuichen commented on code in PR #3698:
URL: https://github.com/apache/celeborn/pull/3698#discussion_r3298150262
##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/Worker.scala:
##########
@@ -1072,6 +1072,13 @@ private[celeborn] class Worker(
workerStatusManager.transitionState(State.Exit)
}
+ private val shutdownHookTimeout =
+ if (conf.workerDecommissionShutdown) {
Review Comment:
Good catch. Fixed — now only the decommission path uses explicit timeout
registration (4-param `addShutdownHook`). Graceful shutdown behavior unchanged.
--
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]