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 5dea9f13d [CELEBORN-1593][FOLLOWUP] Support master
--show-manual-excluded-workers command to show manual excluded workers
add ab12b34a1 [CELEBORN-1629] Support to apply ratis election operation
with RESTful api
No new revisions were added by this update.
Summary of changes:
docs/celeborn_ratis_shell.md | 2 +
.../deploy/master/clustermeta/ha/HARaftServer.java | 24 ++--
.../master/http/api/MasterHttpResourceUtils.scala | 7 +
.../master/http/api/v1/ApiV1MasterResource.scala | 3 +
.../deploy/master/http/api/v1/RatisResource.scala | 139 ++++++++++++++++++++
.../master/{ApplicationApi.java => RatisApi.java} | 142 +++++++++++++++------
...onse.java => RatisElectionTransferRequest.java} | 53 +++-----
.../src/main/openapi3/master_rest_v1.yaml | 70 ++++++++++
8 files changed, 362 insertions(+), 78 deletions(-)
create mode 100644
master/src/main/scala/org/apache/celeborn/service/deploy/master/http/api/v1/RatisResource.scala
copy
openapi/openapi-client/src/main/java/org/apache/celeborn/rest/v1/master/{ApplicationApi.java
=> RatisApi.java} (63%)
copy
openapi/openapi-client/src/main/java/org/apache/celeborn/rest/v1/model/{HostnamesResponse.java
=> RatisElectionTransferRequest.java} (64%)