Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update the Blue/Green docs to mention it's possible for the tra…
…nsaction to fail (#24200) This PR updates the Blue/Green docs to mention if the objects you're swapping are concurrently modified while a transaction is open, then the transaction may fail. It also updates the docs a bit to improve the formatting ### Motivation Related to https://github.com/MaterializeInc/materialize/issues/24196 ### Checklist - [ ] This PR has adequate test coverage / QA involvement has been duly considered. - [ ] This PR has an associated up-to-date [design doc](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/design/README.md), is a design doc ([template](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/design/00000000_template.md)), or is sufficiently small to not require a design. <!-- Reference the design in the description. --> - [ ] If this PR evolves [an existing `$T ⇔ Proto$T` mapping](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/command-and-response-binary-encoding.md) (possibly in a backwards-incompatible way), then it is tagged with a `T-proto` label. - [ ] If this PR will require changes to cloud orchestration or tests, there is a companion cloud PR to account for those changes that is tagged with the release-blocker label ([example](MaterializeInc/cloud#5021)). <!-- Ask in #team-cloud on Slack if you need help preparing the cloud PR. --> - [x] This PR includes the following [user-facing behavior changes](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/guide-changes.md#what-changes-require-a-release-note): - Updates user facing docs for Blue/Green deployments to mention failure cases
- Loading branch information