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 9620415ae [CELEBORN-1659] Fix sbt make-distribution for cli
add a94147cd9 [CELEBORN-1655] Fix read buffer dispatcher thread terminate
unexpectedly
No new revisions were added by this update.
Summary of changes:
.../apache/celeborn/client/write/DataPusher.java | 75 ++++++-----
.../network/ssl/ReloadingX509TrustManager.java | 5 +-
.../celeborn/common/util/ShutdownHookManager.java | 40 +++---
.../org/apache/celeborn/common/CelebornConf.scala | 10 ++
.../apache/celeborn/common/util/ThreadUtils.scala | 12 ++
.../org/apache/celeborn/common/util/Utils.scala | 15 ++-
.../network/TransportClientFactorySuiteJ.java | 6 +-
.../apache/celeborn/common/rpc/RpcEnvSuite.scala | 14 +-
.../celeborn/common/rpc/netty/InboxSuite.scala | 19 +--
.../ApiMasterResourceAuthenticationSuite.scala | 14 +-
.../service/deploy/master/MasterSuite.scala | 26 ++--
.../master/http/api/ApiMasterResourceSuite.scala | 14 +-
.../http/api/v1/ApiV1MasterResourceSuite.scala | 14 +-
.../deploy/worker/memory/ReadBufferDispatcher.java | 150 +++++++++++++--------
.../celeborn/service/deploy/worker/Worker.scala | 36 ++---
.../deploy/worker/WorkerStatusManager.scala | 15 ++-
.../deploy/memory/ReadBufferDispactherSuite.scala | 15 ++-
17 files changed, 286 insertions(+), 194 deletions(-)