Skip to content

Commit b80cea6

Browse files
Update docs/modules/trino/pages/operations/graceful-shutdown.adoc
Co-authored-by: Malte Sander <[email protected]>
1 parent a06174d commit b80cea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/trino/pages/operations/graceful-shutdown.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Once a worker Pod is asked to terminate, the `PreStop` hook is executed and the
1111

1212
1. The worker goes into `SHUTTING_DOWN` state.
1313
2. The worker sleeps for 60 seconds to ensure that the coordinator has noticed the shutdown and stops scheduling new tasks on the worker.
14-
3. The worker now waits till all task running on it complete. This can take possible as long as the longest running query takes.
14+
3. The worker now waits till all tasks running on it complete. This will take as long as the longest running query takes.
1515
4. The worker sleeps for 60 seconds to ensure that the coordinator has
1616
noticed that all tasks are complete
1717
5. The `PreStop` hook will never return, but the JVM will be shut down by the graceful shutdown mechanism.

0 commit comments

Comments
 (0)