-
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
[Improve][CDC] Close idle subtasks gorup(reader/writer) in increment phase #6526
Merged
EricJoy2048
merged 9 commits into
apache:dev
from
hailin0:dev-stop_snapshot_readers_in_increment_phase
May 15, 2024
Merged
[Improve][CDC] Close idle subtasks gorup(reader/writer) in increment phase #6526
EricJoy2048
merged 9 commits into
apache:dev
from
hailin0:dev-stop_snapshot_readers_in_increment_phase
May 15, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hailin0
force-pushed
the
dev-stop_snapshot_readers_in_increment_phase
branch
5 times, most recently
from
April 23, 2024 03:25
3135bf0
to
c429a66
Compare
hailin0
force-pushed
the
dev-stop_snapshot_readers_in_increment_phase
branch
from
April 23, 2024 14:41
c429a66
to
a809b25
Compare
hailin0
changed the title
[Improve][CDC] Stop snapshot readers in increment phase
[Improve][CDC] Close idle subtasks gorup(reader/writer) in increment phase
Apr 24, 2024
hailin0
commented
Apr 24, 2024
...org/apache/seatunnel/connectors/seatunnel/cdc/mysql/source/MysqlPooledDataSourceFactory.java
Show resolved
Hide resolved
hailin0
commented
Apr 25, 2024
...unnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/task/SeaTunnelTask.java
Show resolved
Hide resolved
hailin0
commented
Apr 25, 2024
...-mysql-e2e/src/test/java/org/apache/seatunnel/connectors/seatunnel/cdc/mysql/MysqlCDCIT.java
Show resolved
Hide resolved
hailin0
commented
Apr 25, 2024
...ctor-cdc-mysql-e2e/src/test/resources/mysqlcdc_to_mysql_with_multi_table_mode_one_table.conf
Show resolved
Hide resolved
...ctor-cdc-mysql-e2e/src/test/resources/mysqlcdc_to_mysql_with_multi_table_mode_one_table.conf
Show resolved
Hide resolved
3 tasks
3 tasks
dailai
reviewed
Apr 29, 2024
...ain/java/org/apache/seatunnel/connectors/cdc/base/source/enumerator/HybridSplitAssigner.java
Show resolved
Hide resolved
dailai
reviewed
Apr 29, 2024
...ava/org/apache/seatunnel/connectors/cdc/base/source/enumerator/IncrementalSplitAssigner.java
Show resolved
Hide resolved
dailai
reviewed
Apr 29, 2024
...eatunnel/connectors/seatunnel/cdc/mysql/source/reader/fetch/binlog/MySqlBinlogFetchTask.java
Show resolved
Hide resolved
dailai
reviewed
Apr 29, 2024
...eatunnel/connectors/seatunnel/cdc/postgres/source/reader/PostgresSourceFetchTaskContext.java
Outdated
Show resolved
Hide resolved
dailai
reviewed
May 7, 2024
seatunnel-e2e/seatunnel-e2e-common/src/test/resources/log4j2.properties
Outdated
Show resolved
Hide resolved
dailai
reviewed
May 7, 2024
...l-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/resources/log4j2.properties
Outdated
Show resolved
Hide resolved
dailai
approved these changes
May 7, 2024
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
Good job. |
hailin0
commented
May 12, 2024
...-v2-e2e/connector-http-e2e/src/test/java/org/apache/seatunnel/e2e/connector/http/HttpIT.java
Show resolved
Hide resolved
...se/src/main/java/org/apache/seatunnel/connectors/seatunnel/http/source/HttpSourceReader.java
Show resolved
Hide resolved
Carl-Zhou-CN
approved these changes
May 13, 2024
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.
+1
...in/java/org/apache/seatunnel/connectors/seatunnel/common/source/reader/SourceReaderBase.java
Show resolved
Hide resolved
This was referenced May 13, 2024
EricJoy2048
approved these changes
May 15, 2024
3 tasks
4 tasks
3 tasks
3 tasks
3 tasks
4 tasks
liunaijie
pushed a commit
to liunaijie/seatunnel
that referenced
this pull request
Aug 1, 2024
chaorongzhi
pushed a commit
to chaorongzhi/seatunnel
that referenced
this pull request
Aug 21, 2024
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
[CDC] Close idle subtasks gorup(reader/writer) in increment phase
Does this PR introduce any user-facing change?
No
How was this patch tested?
added
https://github.com/apache/seatunnel/pull/6526/files#diff-198d9ea0204d7713e1623ecd32a24c516808b469f8f792211e3f71b0a101b385R421
https://github.com/apache/seatunnel/pull/6526/files#diff-5f0bf5f7076dac7f98979b1221bd1be4e3c24926beb6322d987a06a9a8b6b2e3R229
Check list
New License Guide
release-note
.