This is an automated email from the ASF dual-hosted git repository.
rexxiong pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git
from 6f7647e4b [CELEBORN-1847][CIP-8] Introduce local and DFS tier writer
add 9f8a89e61 [CELEBORN-1841] Support custom implementation of
EventExecutorChooser to avoid deadlock when calling await in EventLoop thread
No new revisions were added by this update.
Summary of changes:
.../network/client/TransportClientFactory.java | 6 ++-
.../ConflictAvoidEventExecutorChooserFactory.java | 53 ++++++++++++++++++++++
.../celeborn/common/network/util/NettyUtils.java | 19 +++++++-
.../common/network/util/TransportConf.java | 5 ++
.../org/apache/celeborn/common/CelebornConf.scala | 20 ++++++++
docs/configuration/network.md | 1 +
6 files changed, 101 insertions(+), 3 deletions(-)
create mode 100644
common/src/main/java/org/apache/celeborn/common/network/util/ConflictAvoidEventExecutorChooserFactory.java