SteNicholas commented on code in PR #3698:
URL: https://github.com/apache/celeborn/pull/3698#discussion_r3298089980
##########
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:
Which timeout value should be used? This changes the behavior of graceful
shutdown, which causes that the graceful shutdown timeout does not work.
--
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]