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

   This came out while creating KafkaIOIT ingesting data generated using 
SyntheticUnboundedSource. Hashcode of data created by
   ```
   
   .apply("Calculate hashcode", Combine.globally(new 
HashingFn()).withoutDefaults())
   ```
   
   was different for 1000 records every time. When a number of splits was set 
to 1 the problem disappeared (sourceOptions.forceNumInitialBundles). 
   
     
   
   Imported from Jira 
[BEAM-7658](https://issues.apache.org/jira/browse/BEAM-7658). Original Jira may 
contain additional context.
   Reported by: ŁukaszG.


-- 
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