This is an automated email from the ASF dual-hosted git repository.
zhouky pushed a change to branch branch-0.2
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
from 1b3fbae9 [CELEBORN-155] Wrong TimeUnit for registerShuffleRetryWait in
Shuffle… (#1099) (#1101)
new 30e9e9bf [CELEBORN-151][K8S] Celeborn should run as celeborn instead
of root in container (#895)
new 07248402 [CELEBORN-119] Add timeout for pushdata (#1097)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/celeborn/client/ShuffleClientImpl.java | 59 +++++++--------
.../apache/celeborn/client/write/PushState.java | 83 +++++++++++++++++-----
.../common/network/client/TransportClient.java | 2 +-
.../common/protocol/message/StatusCode.java | 6 +-
.../org/apache/celeborn/common/CelebornConf.scala | 15 +++-
docker/DEPLOY_ON_K8S.md | 59 ++++++++-------
docker/Dockerfile | 21 +++++-
docker/helm/templates/configmap.yaml | 6 +-
docker/helm/templates/master-statefulset.yaml | 2 +
docker/helm/templates/worker-statefulset.yaml | 2 +
docker/helm/values.yaml | 23 +++---
docs/configuration/client.md | 2 +-
docs/configuration/worker.md | 1 +
...ssHashSuite.scala => PushdataTimeoutTest.scala} | 10 ++-
.../service/deploy/worker/PushDataHandler.scala | 20 ++++++
15 files changed, 211 insertions(+), 100 deletions(-)
copy
tests/spark-it/src/test/scala/org/apache/celeborn/tests/spark/{RssHashSuite.scala
=> PushdataTimeoutTest.scala} (88%)