This is an automated email from the ASF dual-hosted git repository.
mridulm80 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git
from 834fab2cb [MINOR] Fix config doc about DB description
add f20e9fa64 [CELEBORN-2130] Add support for redirection application
registration to the leader
No new revisions were added by this update.
Summary of changes:
.../common/client/MasterNotLeaderException.java | 9 ++-
.../common/network/sasl/SecretRegistry.java | 5 ++
.../registration/RegistrationClientBootstrap.java | 40 ++++++++++-
.../sasl/registration/RegistrationRpcHandler.java | 6 ++
.../celeborn/common/network/sasl/SaslTestBase.java | 2 +-
.../RegistrationClientBootstrapSuiteJ.java | 61 +++++++++++++++++
.../deploy/master/MasterSecretRegistryImpl.java | 27 ++++++++
.../deploy/master/clustermeta/ha/HAHelper.java | 31 +++++++--
.../celeborn/service/deploy/master/Master.scala | 22 ++++++-
.../ha/RatisMasterStatusSystemSuiteJ.java | 77 +++++++++++++++++++++-
10 files changed, 263 insertions(+), 17 deletions(-)
create mode 100644
common/src/test/java/org/apache/celeborn/common/network/sasl/registration/RegistrationClientBootstrapSuiteJ.java