Lizzfox opened a new issue, #26011:
URL: https://github.com/apache/beam/issues/26011

   ### What happened?
   
   #### Steps to reproduce
   Run pipeline using SparkReceiverIO on Dataflow Runner V2. 
   #### Actual result
   The pipeline gets stuck processing the [0,0] restriction. 
   #### Reason
   The initial restriction is set to [0, +infinity). SparkReceiverIO tries to 
split restrictions before processing data to [0,0] and [0, +infinity). That 
leads to already processed [0,0] being empty and the pipeline hung there.
   
   ### Issue Priority
   
   Priority: 3 (minor)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] 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]

Reply via email to