Abacn commented on issue #26853: URL: https://github.com/apache/beam/issues/26853#issuecomment-1561752757
Part of the graph: <img width="288" alt="image" src="https://github.com/apache/beam/assets/8010435/da7881ab-251f-4f39-af26-77a091ea9670"> Both Convert and StorageApiWriteUnsharded have DLQ sending to flatternErrors Codepaths where Exceptions gets suppressed: - in Convert https://github.com/apache/beam/blob/83e2e6197372283dcfeec4b6cd398368ed6c9899/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/StorageApiConvertMessages.java#L146 - in Write Records handled by a failedRowsReceiver: https://github.com/apache/beam/blob/83e2e6197372283dcfeec4b6cd398368ed6c9899/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/StorageApiWriteUnshardedRecords.java#L491 Both send to a Flatten: https://github.com/apache/beam/blob/83e2e6197372283dcfeec4b6cd398368ed6c9899/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/StorageApiLoads.java#L148 -- 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]
