-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Added MetadataSpannerConfig class for generating SpannerConfig for ac… #25193
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
Conversation
|
Assigning reviewers. If you would like to opt out of this review, comment R: @lukecwik for label java. Available commands:
The PR bot will only process comments in the main thread (not review comments). |
|
created #25383 for tracking. this PR would close it. |
Abacn
left a comment
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.
Sorry for the delay. Had some comments below.
...rm/src/main/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/MetadataSpannerConfig.java
Outdated
Show resolved
Hide resolved
...rm/src/main/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/MetadataSpannerConfig.java
Outdated
Show resolved
Hide resolved
...rm/src/main/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/MetadataSpannerConfig.java
Outdated
Show resolved
Hide resolved
Abacn
left a comment
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.
Thanks, LGTM
…cessing change stream metadata database
|
please avoid rebase unless merge conflict. this mixes review history. tests already run on feature branch merged onto master |
|
retest this please |
|
looks like jenkins not triggering. will try again |
|
test failure Java_Examples_Dataflow_Java17 unrelated. merging for now. Thanks! |
…cessing change stream metadata database (apache#25193)
This is a follow-up change to the quick fix that was implemented in #25108. It is a more robust solution that makes the code less brittle so that a similar config issue doesn't crop up again in the future. For details of the problem and why this solution is necessary, see #25108 (comment).