lamber-ken commented on issue #6625: [hotfix][docs] Fix some error about the example of stateful source function in state documentatition URL: https://github.com/apache/flink/pull/6625#issuecomment-417594741 @fhueske,hi, I think it's wrong. because state redistribution happens when the parallelism of the operator is changed. Conceptually, the state in the checkpoint is the concatenated list of all lists returned by the parallel transformation function instances. When restoring from a checkpoint, the list is divided into sub-lists that are assigned to each parallel function instance.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
