-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
txn: disable amend by default on master #21829
Conversation
Maybe we should also change the way to solve the schema change issue for async commit. Async commit depends on "amend" to deal with schema issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Any new ideas by now? |
Use MDL-like reference counting (which we will probably implement) to control async commit too. |
LGTM |
/merge |
/run-all-tests |
What problem does this PR solve?
Problem Summary:
Transaction amend is not a released feature on the master branch, disable it by default. And there is still more new compatibility issues to solve like #21470.
What is changed and how it works?
What's Changed:
How it Works:
Related changes
Check List
Side effects
Release note
No release note