echauchot opened a new pull request, #37: URL: https://github.com/apache/flink-connector-cassandra/pull/37
A bug in split calculation (ring fraction calculation) was uncovered by [this PR](https://github.com/apache/flink-connector-cassandra/pull/24). The existing split tests are run on an embedded Cassandra cluster with only one node. This leads to having ringFraction always equal to 1 (the single node hosts 100% of the data) during the tests. This masks the bug. Test splits on an embedded cluster of 2 nodes. Additional changes: - implement robust refresh size estimates for tests - fix timeouts configuration - upgrade to latest cassandra 4.x R: @Poorvankbhatia -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
