lostluck opened a new issue, #24504: URL: https://github.com/apache/beam/issues/24504
### What happened? In the event the SDK can't complete a split request, it should return an empty split response. Errors on splitting should be reserved for corrupted or mutated restrictions, where there may be a chance of dataloss, which can generally only happen for SDF / Restriction splits. Discovered as a Dataflow change made error handling stricter on FnAPI InstructionResponses, while it previously tollerated errors on splits going forward. Dataflow will continue to tollerate the errors for older SDK versions, but will require the new behavior going forward, necessitating this change. ### Issue Priority Priority: 1 ### Issue Component Component: sdk-go -- 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]
