-
Notifications
You must be signed in to change notification settings - Fork 988
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
Some data is getting missed while using CassandraIO Read #375
Comments
@nagamanikanta-sml Here is what i found: Bug was introduced here apache/beam@e12fc33, when a tokenRange is wrapping (minValue > maxValue), it used to create 2 requests like I plan to fill a bug and a test case today, and a fix next week. Here are 2 possible workarounds:
You can improve this workaround by copying Hope it will help you. Edit: |
I think the issue got fixed. |
Thanks @vermas2012. This bug appear to be fixed in Beam 2.41.0. -- This issue has been stale for some time now. Please reopen it if there is a follow up or related questions. |
Related Template(s)
CassandraToBigtable.java
What happened?
We are doing a dataflow batch job to read data from a cassandra database and write it to bigtable.
We are using the CassandraToBigtable.java template and found that some the data is missing while reading from the Cassandra database.
Pipeline p = Pipeline.create(options);
After the above step we tried to print the data that is being read and found that some rows are missing, to be precise 15 rows ( first 5 and last 10) are missing out of 512 rows.
Beam Version
Newer than 2.35.0
Relevant log output
No response
The text was updated successfully, but these errors were encountered: