-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
fixes [21715] - fix ring range read for CassandraIO read() #21786
fixes [21715] - fix ring range read for CassandraIO read() #21786
Conversation
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
48b5298
to
1e7fc95
Compare
Run Java PostCommit |
fc53b8a
to
3e10063
Compare
3e10063
to
b8041fc
Compare
Run Java PostCommit |
Run Java PreCommit |
@brucearctor thanks, looks like the unrelated, flaky test now passed. What are the next steps to getting this merged? |
I haven't worked with this component [ cassandraIO ] -- so hoping either for more context, or for someone that's worked closer with it to step in. Is there an associated issue [jira/github] that this relates to/addresses. That would be a start to provide context on what this is/why - which is also useful more generally for anyone looking through the code/changes/history. Ex, from the PR template: |
@brucearctor thanks. I had "fixing" instead of "fixes" so I guess it didn't auto pick up the issue it addresses, but at the top you should see the issue it's for: #21715 |
@KriKroff you wrote --> https://github.com/KriKroff/beam-cassandraio-bug Can you take a look and verify this PR addresses this issue? In principle LGTM, but hoping for a set of eyes more familiar with the component/issue. |
Thanks for taking a look, really appreciate it @brucearctor |
so sorry. I can't look at this. |
r: @Abacn |
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control |
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. The added unit test passed, and verified it fails on current master with java.lang.AssertionError: counting/Flatten.PCollections.out: expected:<100> but was:<99>
, which means this change fixed the problem
@Abacn Thank you so much for the review! :) |
fixes #21715 (missing data in CassandraIO)
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username
).CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.