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 ab12b34a1 [CELEBORN-1629] Support to apply ratis election operation
with RESTful api
add 111781f8f [CELEBORN-1633] Return more raft group information
No new revisions were added by this update.
Summary of changes:
.../deploy/master/http/api/v1/MasterResource.scala | 21 ++-
.../celeborn/rest/v1/model/MasterCommitData.java | 37 +++-
.../celeborn/rest/v1/model/MasterInfoResponse.java | 38 +++-
.../celeborn/rest/v1/model/RatisLogInfo.java | 202 +++++++++++++++++++++
.../{ConfigData.java => RatisLogTermIndex.java} | 72 ++++----
.../src/main/openapi3/master_rest_v1.yaml | 33 ++++
6 files changed, 360 insertions(+), 43 deletions(-)
create mode 100644
openapi/openapi-client/src/main/java/org/apache/celeborn/rest/v1/model/RatisLogInfo.java
copy
openapi/openapi-client/src/main/java/org/apache/celeborn/rest/v1/model/{ConfigData.java
=> RatisLogTermIndex.java} (65%)