This is an automated email from the ASF dual-hosted git repository.
zhouky pushed a change to branch branch-0.3
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
from 12998dd4a [CELEBORN-902][HELM][CAPACITY][CAPACITY] Associate
Celeborn.storage.dir with volumes in Helm values.yml
new 8cb0f87c8 [CELEBORN-883][WORKER] Optimized configuration checks during
MemoryManager initialization
new c88c03430 [CELEBORN-888][WORKER] Tweak the logic and add unit tests
for the MemoryManager#currentServingState method
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:
.../org/apache/celeborn/common/CelebornConf.scala | 3 +-
docs/configuration/worker.md | 2 +-
worker/pom.xml | 7 ++
.../deploy/worker/memory/MemoryManager.java | 44 +++++++-----
.../service/deploy/memory/MemoryManagerSuite.scala | 82 ++++++++++++++++++++++
5 files changed, 117 insertions(+), 21 deletions(-)
create mode 100644
worker/src/test/scala/org/apache/celeborn/service/deploy/memory/MemoryManagerSuite.scala