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 c1fb94d6e [CELEBORN-1910] Remove redundant synchronized of
isTerminated in ThreadUtils#sameThreadExecutorService
add b5fab4260 [CELEBORN-1822] Respond to RegisterShuffle with max epoch
PartitionLocation to avoid revive
No new revisions were added by this update.
Summary of changes:
.../apache/celeborn/client/LifecycleManager.scala | 25 ++-
.../common/meta/ShufflePartitionLocationInfo.scala | 12 +-
.../meta/ShufflePartitionLocationInfoSuite.scala | 6 +-
.../client/LifecycleManagerReserveSlotsSuite.scala | 174 +++++++++++++++++++++
4 files changed, 203 insertions(+), 14 deletions(-)
create mode 100644
tests/spark-it/src/test/scala/org/apache/celeborn/tests/client/LifecycleManagerReserveSlotsSuite.scala