-
Notifications
You must be signed in to change notification settings - Fork 18
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
Repeated errors with PartitionRange caused by query timeouts #304
Comments
Can you use the latest version (4.3.10) of CDM, we had recently addressed the issue related to count mismatch when a partition
|
HI @pravinbhat, I tried again with the latest version of CDM and used the I tried a lot of different variations with the Since it failed to process the partition, does that mean there is data missing in the migrated table? |
Hi @lemalucau-r7, You could try to find the details about large partitions using the DSBulk tool. |
After running with the latest version of CDM, it reported the error counts correctly which was useful. Yeah it's definitely having issues due to the partition sizes. Also, I did try vey small values Thanks for taking a look and for the link to the DSBulk tool, if I run into the issue again I'll definitely use it to find out more about the large partitions. |
After running a migration for a table from Cassandra 2.1 to 4, one or more partitions keep on returning an error during the validation stage because the query keeps timing out:
But I took a look at the final record count and there are no mismatches or missing records, so it looks like the validation/migration ran perfectly?
I've tried validating those particular partitions but I still get the same error. I tried processing smaller chunks of the partitions but I still get the same error.
How do you deal with this issue? Also how can I be sure that the final record count is accurate if there was is an error with one or more partitions?
Any help would be appreciated, thank you!
The text was updated successfully, but these errors were encountered: