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

[Improve][Sort] MySQL connector supports snapshots and restores the metric state #6318

Closed
2 tasks done
gong opened this issue Oct 28, 2022 · 0 comments · Fixed by #6319
Closed
2 tasks done

[Improve][Sort] MySQL connector supports snapshots and restores the metric state #6318

gong opened this issue Oct 28, 2022 · 0 comments · Fixed by #6319

Comments

@gong
Copy link
Contributor

gong commented Oct 28, 2022

Description

Mysql connector support metric state snapshot and restore.

Mysql connector use the SourceFunction and the new Source to read data.
We can use CheckpointedFunction to support metric state snapshot and restore when we use SourceFunction.
But We can't use CheckpointedFunction when use the new Source. So we address this problem by adding a MysqlMetricSplit to support metric state snapshot and restore.

InLong Component

InLong Sort

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@gong gong changed the title [Improve][Sort] Mysql connector support metric snapshot and restore [Improve][Sort] Mysql connector support metric state snapshot and restore Oct 28, 2022
@dockerzhang dockerzhang added this to the 1.4.0 milestone Oct 28, 2022
@healchow healchow changed the title [Improve][Sort] Mysql connector support metric state snapshot and restore [Improve][Sort] MySQL connector supports snapshots and restores the metric state Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants