Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schemachanger: remove subzone fallbacks #135918

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

annrpom
Copy link
Contributor

@annrpom annrpom commented Nov 21, 2024

See individual commits for details.

Fixes: #130900

Release note: None

This comment was marked as outdated.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@annrpom annrpom force-pushed the remove-subzone-fallbacks branch 5 times, most recently from faa0d78 to 4d02e1d Compare November 26, 2024 17:21
This patch avoids using yaml syntax for zone configs
in some tests as it becomes deprecated in the DSC.

Epic: none
Release note: None
Epic: none
Release note: None
@annrpom annrpom requested review from kev-cao and removed request for kev-cao November 26, 2024 22:14
This logic is no longer needed.

Epic: none
Release note: None
Previously, we would hit a panic if we tried setting the zone config
on an index that had a temp index from a backfill. This panic was
caused from an incorrect assumption that there would only be 1
`IndexName` during the backfill.

This patch ensures that we filter out by the current status of
`PUBLIC` -- which should guarantee uniqueness.

Epic: none
Release note: None
@annrpom annrpom force-pushed the remove-subzone-fallbacks branch 3 times, most recently from 36f53a5 to f68b9bd Compare November 27, 2024 21:34
@annrpom
Copy link
Contributor Author

annrpom commented Nov 27, 2024

I'll add a test for the 4th commit, but opening for any comments. Re: what we discussed in our tech discussion: I realized we needed a RBR fallback in drop index before we can have that test go down the DSC path

#136320

@annrpom annrpom marked this pull request as ready for review November 27, 2024 21:43
@annrpom annrpom requested review from a team as code owners November 27, 2024 21:43
@annrpom annrpom requested review from mgartner and removed request for a team November 27, 2024 21:43
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.

schemachanger: remove subzone fallback cases in the DSC
2 participants