-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql/schemachanger: slow rollout of distributed merge in Cloud via RAFA #167409
Copy link
Copy link
Open
Labels
A-schema-changer-implRelated to the implementation of the new schema changerRelated to the implementation of the new schema changerC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)O-agentFiled by an AI agent; usually the result of a human/agent investigation sessionFiled by an AI agent; usually the result of a human/agent investigation sessionO-premortemIssues identified during premortem exercise.Issues identified during premortem exercise.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Metadata
Metadata
Assignees
Labels
A-schema-changer-implRelated to the implementation of the new schema changerRelated to the implementation of the new schema changerC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)O-agentFiled by an AI agent; usually the result of a human/agent investigation sessionFiled by an AI agent; usually the result of a human/agent investigation sessionO-premortemIssues identified during premortem exercise.Issues identified during premortem exercise.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Summary:
Use RAFA to do a slow rollout of the
bulkio.index_backfill.distributed_merge.modecluster setting on Cloud clusters during the 26.3 dev cycle. This will give us real-world signal on whether the feature works correctly before switching it on by default.From the 26.2 pre-mortem.
Cluster setting:
bulkio.index_backfill.distributed_merge.modedisabledenabledpkg/sql/backfill/distributed_merge_mode.goPrecedent:
We followed a similar process for
sql.defaults.autocommit_before_ddl.enabledin #133180 and https://github.com/cockroachlabs/rafa-production/pull/512.Rollout plan:
bulkio.index_backfill.distributed_merge.mode = 'enabled'on an initial set of high-risk clusters.disabledtoenabledinpkg/sql/backfill/distributed_merge_mode.go.Next Steps:
Jira issue: CRDB-62441
Epic CRDB-62564