Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. If not configured as default, the shuffle service must be implemented as Flink plugin and which can be loaded by Flink PluginManager. 

2. If a custom shuffle service plugin already creates the NetworkBufferPool (not a public interface) instance itself, it must switch to use the shared NetworkBufferPool.

...