Skip to content

Commit

Permalink
improvement(cluster): setup nodes in parallel
Browse files Browse the repository at this point in the history
Before this change we were running 'node_setup' methods serially.
In majority of cases the time gap is not critical.
But there are cases such as setting up hybrid disks on GCE
where setup of disks on a single DB node takes more than 20 minutes.
And we have setups with 6 nodes.

So, mitigate this waste of time and money by parallelizing the
setup of DB nodes and do serially only startup where we have
limitation for bootstrap stage.
  • Loading branch information
vponomaryov authored and fruch committed Apr 9, 2024
1 parent 913afc2 commit 2ad18dd
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 127 deletions.

0 comments on commit 2ad18dd

Please sign in to comment.