Skip to content

Parallelize MySQL server startup across nodes#146

Open
szachovy wants to merge 1 commit into
masterfrom
fix/44-parallelize-mysql-startup
Open

Parallelize MySQL server startup across nodes#146
szachovy wants to merge 1 commit into
masterfrom
fix/44-parallelize-mysql-startup

Conversation

@szachovy

@szachovy szachovy commented Apr 8, 2026

Copy link
Copy Markdown
Owner

Use ThreadPoolExecutor to start all 3 MySQL nodes concurrently. Reduces MySQL startup from ~5 min to ~2 min.

Closes #44

Use ThreadPoolExecutor to start all 3 MySQL nodes concurrently.
Pre-compute shared cert chain. Failure on any node propagates via
future.result(). Reduces MySQL startup from ~5 min to ~2 min.

Closes #44

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DS-1: Parallelize MySQL server startup across nodes

1 participant