-
Notifications
You must be signed in to change notification settings - Fork 971
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
Reducing JDBC SchemaDiscovery error timeout #1899
Merged
VardhanThigle
merged 1 commit into
GoogleCloudPlatform:main
from
VardhanThigle:fetch-size
Oct 3, 2024
Merged
Reducing JDBC SchemaDiscovery error timeout #1899
VardhanThigle
merged 1 commit into
GoogleCloudPlatform:main
from
VardhanThigle:fetch-size
Oct 3, 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
VardhanThigle
force-pushed
the
fetch-size
branch
from
September 27, 2024 12:38
275e3cb
to
9678c19
Compare
VardhanThigle
force-pushed
the
fetch-size
branch
from
September 30, 2024 06:13
9678c19
to
64f3cb4
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1899 +/- ##
============================================
+ Coverage 44.60% 51.54% +6.93%
+ Complexity 3549 1278 -2271
============================================
Files 832 370 -462
Lines 49282 20155 -29127
Branches 5184 2043 -3141
============================================
- Hits 21983 10389 -11594
+ Misses 25654 9108 -16546
+ Partials 1645 658 -987
|
VardhanThigle
changed the title
Reducing MySQL SchemaDiscovery error timeout
[DRAFT] Reducing MySQL SchemaDiscovery error timeout
Sep 30, 2024
VardhanThigle
force-pushed
the
fetch-size
branch
from
September 30, 2024 07:09
64f3cb4
to
dcdc762
Compare
VardhanThigle
force-pushed
the
fetch-size
branch
from
September 30, 2024 09:33
dcdc762
to
dce7348
Compare
VardhanThigle
force-pushed
the
fetch-size
branch
3 times, most recently
from
September 30, 2024 11:19
e435328
to
7eea7ff
Compare
VardhanThigle
changed the title
[DRAFT] Reducing MySQL SchemaDiscovery error timeout
Reducing MySQL SchemaDiscovery error timeout
Sep 30, 2024
VardhanThigle
requested review from
thiagotnunes,
Deep1998 and
bharadwaj-aditya
September 30, 2024 11:33
VardhanThigle
changed the title
Reducing MySQL SchemaDiscovery error timeout
Reducing JDBC SchemaDiscovery error timeout
Sep 30, 2024
VardhanThigle
force-pushed
the
fetch-size
branch
2 times, most recently
from
October 1, 2024 04:05
866f0d9
to
887e8dc
Compare
...rc/main/java/com/google/cloud/teleport/v2/source/reader/io/jdbc/iowrapper/JdbcIoWrapper.java
Outdated
Show resolved
Hide resolved
bharadwaj-aditya
previously approved these changes
Oct 1, 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 Overall. Just a minor question.
thiagotnunes
suggested changes
Oct 1, 2024
...google/cloud/teleport/v2/source/reader/io/jdbc/dialectadapter/mysql/MysqlDialectAdapter.java
Show resolved
Hide resolved
...ud/teleport/v2/source/reader/io/jdbc/dialectadapter/postgresql/PostgreSQLDialectAdapter.java
Outdated
Show resolved
Hide resolved
...rc/main/java/com/google/cloud/teleport/v2/source/reader/io/jdbc/iowrapper/JdbcIoWrapper.java
Show resolved
Hide resolved
VardhanThigle
force-pushed
the
fetch-size
branch
from
October 1, 2024 09:32
887e8dc
to
e765fb5
Compare
VardhanThigle
force-pushed
the
fetch-size
branch
2 times, most recently
from
October 1, 2024 10:29
f3bcf04
to
f53e264
Compare
VardhanThigle
force-pushed
the
fetch-size
branch
from
October 3, 2024 04:07
f53e264
to
609d14a
Compare
Deep1998
approved these changes
Oct 3, 2024
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.
Reducing MySQL SchemaDiscovery error timeout #1899
Overview
sourcedb-to-spanner
for MySQL connections was quite large than Dataflow's pipeline launch failure.Fix
Sample Error logs
Log-1
Log-2
Note
Note that
Log-1
provides the host details as well as the exception, and is more relevant for debugging the connectivity issues thanLog-2
.