-
Notifications
You must be signed in to change notification settings - Fork 1.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
[Feature] Support multi-table sink #5620
Conversation
...tor-fake-e2e/src/test/java/org/apache/seatunnel/e2e/connector/fake/FakeWithMultiTableTT.java
Show resolved
Hide resolved
7bd52e8
to
ad6e537
Compare
...or-v2-e2e/connector-cdc-mysql-e2e/src/test/resources/mysqlcdc_to_mysql_with_multi_table.conf
Outdated
Show resolved
Hide resolved
...e/seatunnel-e2e-common/src/test/java/org/apache/seatunnel/e2e/common/util/ContainerUtil.java
Outdated
Show resolved
Hide resolved
...erver/src/main/java/org/apache/seatunnel/engine/server/checkpoint/CheckpointCoordinator.java
Show resolved
Hide resolved
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, except two extra change in CheckpointCoordinator.
@@ -170,7 +170,7 @@ public CheckpointCoordinator( | |||
new ArrayDeque<>(coordinatorConfig.getStorage().getMaxRetainedCheckpoints() + 1); | |||
this.scheduler = | |||
Executors.newScheduledThreadPool( | |||
2, | |||
1, |
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.
Do we need to revert this?
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.
Oh I missed it. I think it should be 2
.
Purpose of this pull request
Does this PR introduce any user-facing change?
no
How was this patch tested?
add new test
Check list
New License Guide
release-note
.