This is an automated email from the ASF dual-hosted git repository.
zhouky pushed a change to branch testmain
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
discard 94e3337f5 batch revive
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/testmain (28a99ded8)
\
O -- O -- O (94e3337f5)
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../flink/readclient/FlinkShuffleClientImpl.java | 8 +-
.../org/apache/celeborn/client/ReviveManager.java | 125 --------
.../apache/celeborn/client/ShuffleClientImpl.java | 352 +++++++--------------
.../celeborn/client/ChangePartitionManager.scala | 13 +-
.../apache/celeborn/client/LifecycleManager.scala | 108 +++----
.../client/RequestLocationCallContext.scala | 44 +--
.../celeborn/client/ShuffleClientHelper.scala | 7 +-
.../celeborn/common/protocol/ReviveRequest.java | 46 ---
.../common/protocol/message/StatusCode.java | 3 +-
common/src/main/proto/TransportMessages.proto | 25 +-
.../common/protocol/message/ControlMessages.scala | 56 +---
.../celeborn/tests/spark/RetryReviveTest.scala | 3 +-
12 files changed, 198 insertions(+), 592 deletions(-)
delete mode 100644
client/src/main/java/org/apache/celeborn/client/ReviveManager.java
delete mode 100644
common/src/main/java/org/apache/celeborn/common/protocol/ReviveRequest.java