VardhanThigle opened a new issue, #34160: URL: https://github.com/apache/beam/issues/34160
### What happened? Run CassandraIO to read all rows on a fairly large Cassandra Cluster (~50 Nodes, > 10 TB) If there are any timeout exceptions a set of rows is never read, CassandraIO only logs the error and proceeds. JDBCIO throws exception which gets retried by dataflow runner on other nodes. In the most ideal case there should be a way to plug in an exception handler to handle such corner cases in production. [Ref in Code](https://github.com/apache/beam/blob/468aa4e49ebca1ddceb4ef4a7fc9c087aeb00b4b/sdks/java/io/cassandra/src/main/java/org/apache/beam/sdk/io/cassandra/ReadFn.java#L91) ### Issue Priority Priority: 2 (default / most bugs should be filed as P2) ### Issue Components - [ ] Component: Python SDK - [x] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [ ] Component: IO connector - [ ] Component: Beam YAML - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Infrastructure - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- 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]
