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

Remove 'RETURNING' functionality from MultiInserter #7740

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

aarongable
Copy link
Contributor

@aarongable aarongable commented Oct 2, 2024

Deprecate the "InsertAuthzsIndividually" feature flag, which has been set to true in both Staging and Production. Delete the code guarded behind that flag being false, namely the ability of the MultiInserter to return the newly-created IDs from all of the rows it has inserted. This behavior is being removed because it is not supported in MySQL / Vitess.

DO NOT MERGE until IN-10737 is complete

Fixes #7718

Base automatically changed from authz-multi-flag to main October 4, 2024 21:56
@aarongable aarongable marked this pull request as ready for review October 7, 2024 17:02
@aarongable aarongable requested a review from a team as a code owner October 7, 2024 17:02
@aarongable aarongable requested a review from jprenken October 7, 2024 17:02
jprenken
jprenken previously approved these changes Oct 7, 2024
@aarongable aarongable requested review from a team and beautifulentropy and removed request for a team October 7, 2024 20:40
@aarongable
Copy link
Contributor Author

Just noting that this feature flag has still not been enabled in prod, and won't be until the new year.

@aarongable aarongable dismissed stale reviews from beautifulentropy and jprenken via 921e799 January 18, 2025 01:16
@aarongable
Copy link
Contributor Author

aarongable commented Jan 18, 2025

I've resolved merge conflicts and this is now ready for re-review and merge but the feature flag change in prod still blocks this.

@jsha
Copy link
Contributor

jsha commented Jan 18, 2025

sa/sa.go:23:2: "github.com/letsencrypt/boulder/features" imported and not used

@aarongable
Copy link
Contributor Author

The best kind of merge conflict: no conflict at all, but still a compile error :D

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.

Remove use of MultiInserter's "RETURNING" functionality
4 participants