azagrebin opened a new pull request #8680: [FLINK-12706] Introduce ShuffleService interface and its configuration URL: https://github.com/apache/flink/pull/8680 ## What is the purpose of the change Introduce `ShuffleService` interface with two factory methods for `ShuffleMaster` and `ShuffleEnvironment` and its configuration. Implement and configure by default `NettyShuffleService`. ## Brief change log - Introduce `ShuffleService` interface with two factory methods for `ShuffleMaster` and `ShuffleEnvironment` - Introduce configuration core option with the full name of the implementation class and a `ShuffleServiceLoader` utility class to load the configured `ShuffleService` implementation from the class path - Implement and configure by default `NettyShuffleService`. ## Verifying this change Refactoring, existing unit tests ## 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): (np) - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (no) - The S3 file system connector: (no) ## Documentation - Does this pull request introduce a new feature? (no) - If yes, how is the feature documented? (docs / JavaDocs)
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
