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

feat(remote_command): allow empty writes to be queried/enabled/disabled by remote command #2153

Merged

Conversation

empiredan
Copy link
Contributor

@empiredan empiredan commented Nov 27, 2024

Support querying/enabling/disabling empty writes on one, multiple or all replica servers
by just one remote command conveniently.

For example, after a table is migrated from a cluster A to another cluster B by duplication,
we want to check whether that migration has been finished by decree. However, since
empty writes would increase the decree, it is necessary to use only one command to
disable empty writes on all replica servers of cluster A without need to restart all of them.

@github-actions github-actions bot added the cpp label Nov 27, 2024
@empiredan empiredan marked this pull request as ready for review November 27, 2024 08:37
@empiredan empiredan merged commit 6ece2f3 into apache:master Nov 28, 2024
89 of 90 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants