twalthr opened a new pull request #16578:
URL: https://github.com/apache/flink/pull/16578


   ## What is the purpose of the change
   
   This introduces the config option `execution.shuffle-mode` which is an enum 
of values `ALL_EXCHANGES_BLOCKING`, `ALL_EXCHANGES_PIPELINED`, and `AUTOMATIC`.
   
   It replaces `table.exec.shuffle-mode` and allows to influence the 
`GlobalStreamExchangeMode` for both DataStream API and Table API consistently.
   
   ## Brief change log
   
   - Use `GlobalStreamExchangeMode.ALL_EDGES_BLOCKING` as new default for batch 
mode
   - Add `ShuffleMode` option
   - Refactor `StreamGraphGenerator` to pick up this option
   - Adjust table planner to pick up this option and deprecate 
`table.exec.shuffle-mode`.
   
   ## Verifying this change
   
   This change added tests and can be verified as follows: various tests added
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: yes
     - The serializers: no
     - The runtime per-record code paths (performance sensitive): yes
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
     - The S3 file system connector: no
   
   ## Documentation
   
     - Does this pull request introduce a new feature? yes
     - If yes, how is the feature documented? docs
   


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