Skip to content

Commit

Permalink
Update docs/modules/trino/pages/usage-guide/operations/pod-disruption…
Browse files Browse the repository at this point in the history
…s.adoc

Co-authored-by: Malte Sander <[email protected]>
  • Loading branch information
sbernauer and maltesander authored Oct 5, 2023
1 parent bf483ad commit 6d31346
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This results e.g. in the following numbers:

== Reduce rolling redeployment durations
The default PDBs we write out are pessimistic and will cause the rolling redeployment to take a considerable amount of time.
As an example, when you have 100 workers, we can only take 10 workers down at a time. Assuming a worker takes 5 minutes to properly restart, the whole re-deployment would take (100 nodes / 10 nodes simultaneous * 5 minutest = ) 50 minutes.
As an example, in a cluster with 100 workers, 10 workers are restarted at the same time. Assuming a worker takes 5 minutes to properly restart, the whole redeployment will take (100 nodes / 10 nodes simultaneous * 5 minutest = ) 50 minutes.

You can use the following measures to speed this up:

Expand Down

0 comments on commit 6d31346

Please sign in to comment.