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

Teach upgrade checker to use aws-secrets-reader #29792

Merged

Conversation

jubrad
Copy link
Contributor

@jubrad jubrad commented Sep 30, 2024

Motivation

Tips for reviewer

Checklist

  • This PR has adequate test coverage / QA involvement has been duly considered. (trigger-ci for additional test/nightly runs)
  • This PR has an associated up-to-date design doc, is a design doc (template), or is sufficiently small to not require a design.
  • If this PR evolves an existing $T ⇔ Proto$T mapping (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).
  • If this PR includes major user-facing behavior changes, I have pinged the relevant PM to schedule a changelog post.

@jubrad jubrad force-pushed the upgrade-checker-aws-secrets-reader branch 3 times, most recently from 804aaa9 to 1541762 Compare September 30, 2024 20:59
Copy link
Member

@benesch benesch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it winds up being possible to pass in the deploy generation on the cloud side, can you also revert #29765 in this PR?

@jubrad jubrad force-pushed the upgrade-checker-aws-secrets-reader branch from 1541762 to 3f78fbf Compare October 1, 2024 02:58
@jubrad jubrad marked this pull request as ready for review October 1, 2024 03:11
@jubrad jubrad requested a review from a team as a code owner October 1, 2024 03:11
@jubrad jubrad requested a review from ParkMyCar October 1, 2024 03:11
@jubrad jubrad force-pushed the upgrade-checker-aws-secrets-reader branch from 3f78fbf to 912ad78 Compare October 1, 2024 03:59
Copy link
Member

@benesch benesch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good modulo build failures. Thanks again for handling all this!

Copy link
Member

@ParkMyCar ParkMyCar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Can you make sure to address my one comment though before merging?

@@ -1088,7 +1088,7 @@ impl UnopenedPersistCatalogState {
.into());
}
(
Mode::Writable,
Mode::Writable | Mode::Savepoint,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was it necessary to reintroduce this? Maybe this got pulled in as part of a rebase? Joe removed it very recently 76bdf33

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah this was intentional—see #29792 (review)!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAICT, 76bdf33 was a hack to work around passing in the correct deploy generation, as we're setting up to do with this PR.

Copy link
Contributor Author

@jubrad jubrad Oct 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I believe joe introduced this because it broke the upgrade checker... I fixed the upgrade checker :)

#29792 (review)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah ha! Makes sense :)

@jubrad jubrad changed the title WIP Teach upgrade checker to use aws-secrets-reader Teach upgrade checker to use aws-secrets-reader Oct 1, 2024
@jubrad jubrad merged commit f39e7fa into MaterializeInc:main Oct 1, 2024
79 checks passed
rjobanp pushed a commit that referenced this pull request Oct 1, 2024
Teach upgrade checker to use aws-secrets-reader
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.

3 participants