You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ docker compose -f docker-compose-3pd-3store-3server.yml down -v
88
88
2.**Store nodes** start after all PD nodes are healthy
89
89
3.**Server nodes** start after all Store nodes are healthy
90
90
91
-
This ensures Raft leader election and partition assignment complete before dependent services attempt connections.
91
+
This ensures PD and Store are healthy before the server starts. The server entrypoint still performs a best-effort partition wait after launch, so partition assignment may take a little longer.
0 commit comments