Skip to content

docs: add a cluster lifecycle guide - #38873

Open
maheshwarip wants to merge 1 commit into
mainfrom
claude/awesome-mccarthy-fcbdbv
Open

maheshwarip wants to merge 1 commit into
mainfrom
claude/awesome-mccarthy-fcbdbv

Conversation

@maheshwarip

@maheshwarip maheshwarip commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Moves the lifecycle section off the clusters concepts page into its own guide, and expands it with the catalog signals for each stage: provisioning, hydrating, catching up, steady state, plus the zero-replica and offline-replica states that interrupt them.

Closes EDU-89

Verification

Every query and output was run against the v26.41.0 emulator. That surfaced several corrections to the queries the concepts page shipped: they need an o.id LIKE 'u%' filter (otherwise ~33 built-in introspection indexes drown the result), mz_hydration_statuses retains stale rows for retired replicas so the mz_cluster_replicas join is load-bearing, mz_materialization_lag is input-relative and reads 00:00:00 through a full-cluster stall, and status history must resolve names through mz_cluster_replica_history rather than mz_cluster_replicas.

🤖 Generated with Claude Code

https://claude.ai/code/session_01195Potdh32pgmmSvPJAPfP

Move the lifecycle section off the clusters concepts page into its own
guide under /clusters/, and expand it to cover what each stage looks like
in the catalog: provisioning, hydrating, catching up, and steady state,
plus the zero-replica and offline-replica states that interrupt them.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01195Potdh32pgmmSvPJAPfP
@maheshwarip
maheshwarip requested a review from a team as a code owner September 15, 2026 18:12
@linear-code

linear-code Bot commented Sep 15, 2026

Copy link
Copy Markdown

EDU-89

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.

2 participants