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

[feature][dingo-executor] Add back up update resolve lock safe point #1315

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

githubgxll
Copy link
Contributor

[feature][dingo-executor] Add back up update resolve lock safe point
mysql> admin back_up_time_point '2024-12-23 11:56:00';
+--------+-------------------+
| STATUS | SAFE_POINT |
+--------+-------------------+
| FINISH | 41187582935040001 |
+--------+-------------------+
1 row in set (0.52 sec)

mysql>
mysql> admin back_up_tso_point 41186223159246861;
+--------+-------------------+
| STATUS | SAFE_POINT |
+--------+-------------------+
| FINISH | 41186223159246861 |
+--------+-------------------+
1 row in set (0.47 sec)

mysql>
mysql> admin start_gc;
+--------+-------------------+
| STATUS | SAFE_POINT |
+--------+-------------------+
| FINISH | 41189769534767104 |
+--------+-------------------+
1 row in set (0.41 sec)

@guojn1 guojn1 merged commit 8b5e9e2 into dingodb:develop Dec 23, 2024
1 check passed
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.

2 participants