docs: add a cluster lifecycle guide - #38873
Open
maheshwarip wants to merge 1 commit into
Open
maheshwarip wants to merge 1 commit into
maheshwarip wants to merge 1 commit into
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.0emulator. That surfaced several corrections to the queries the concepts page shipped: they need ano.id LIKE 'u%'filter (otherwise ~33 built-in introspection indexes drown the result),mz_hydration_statusesretains stale rows for retired replicas so themz_cluster_replicasjoin is load-bearing,mz_materialization_lagis input-relative and reads00:00:00through a full-cluster stall, and status history must resolve names throughmz_cluster_replica_historyrather thanmz_cluster_replicas.🤖 Generated with Claude Code
https://claude.ai/code/session_01195Potdh32pgmmSvPJAPfP