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 bd29da836 [CELEBORN-1490][CIP-6] Introduce tier consumer for hybrid 
shuffle
     add 568e335ad [CELEBORN-1630] Support to apply ratis peer operation with 
RESTful api

No new revisions were added by this update.

Summary of changes:
 .../org/apache/celeborn/common/CelebornConf.scala  |  10 +
 .../deploy/master/clustermeta/ha/HARaftServer.java |   4 +
 .../deploy/master/http/api/v1/RatisResource.scala  | 157 ++++++++++++++-
 .../apache/celeborn/rest/v1/master/RatisApi.java   | 210 +++++++++++++++++++++
 .../v1/model/{MasterLeader.java => RatisPeer.java} |  26 +--
 ...PeersResponse.java => RatisPeerAddRequest.java} |  34 ++--
 ...rsResponse.java => RatisPeerRemoveRequest.java} |  34 ++--
 ...ponse.java => RatisPeerSetPriorityRequest.java} |  56 +++---
 .../src/main/openapi3/master_rest_v1.yaml          | 101 ++++++++++
 9 files changed, 546 insertions(+), 86 deletions(-)
 copy 
openapi/openapi-client/src/main/java/org/apache/celeborn/rest/v1/model/{MasterLeader.java
 => RatisPeer.java} (86%)
 copy 
openapi/openapi-client/src/main/java/org/apache/celeborn/rest/v1/model/{UnAvailablePeersResponse.java
 => RatisPeerAddRequest.java} (74%)
 copy 
openapi/openapi-client/src/main/java/org/apache/celeborn/rest/v1/model/{UnAvailablePeersResponse.java
 => RatisPeerRemoveRequest.java} (74%)
 copy 
openapi/openapi-client/src/main/java/org/apache/celeborn/rest/v1/model/{AppDiskUsagesResponse.java
 => RatisPeerSetPriorityRequest.java} (59%)

Reply via email to