cuibo01 commented on PR #5889: URL: https://github.com/apache/hudi/pull/5889#issuecomment-1157555906
The parallelism of rowDataToHoodieRecord(Map) and bootstrap may be different. Therefore, rowDataToHoodieRecord sends data to bootstrap by rebalance. Rebalance may send the same key to different parallelism of bootstrap . As a result, data with the same key is out of order. -- 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]
