You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by sz...@apache.org on 2023/02/20 19:59:43 UTC

[ozone] branch master updated (cafb372799 -> 330cec2797)

This is an automated email from the ASF dual-hosted git repository.

szetszwo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


    from cafb372799 HDDS-7064. S3 get-object response emits tracing spans outside ObjectEndpoint#get (#4288)
     add 330cec2797 HDDS-7971. Support SCM transfer Ratis leadership (#4276)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hdds/scm/client/ScmClient.java   |  8 ++++
 .../protocol/StorageContainerLocationProtocol.java |  8 ++++
 .../org/apache/hadoop/ozone/audit/SCMAction.java   |  3 +-
 ...inerLocationProtocolClientSideTranslatorPB.java | 11 +++++
 .../src/main/proto/ScmAdminProtocol.proto          |  3 ++
 .../hadoop/hdds/scm/ha/SCMRatisServerImpl.java     |  2 +-
 ...inerLocationProtocolServerSideTranslatorPB.java | 17 ++++++++
 .../hdds/scm/server/SCMClientProtocolServer.java   | 48 ++++++++++++++++++++++
 .../hdds/scm/cli/ContainerOperationClient.java     |  5 +++
 .../org/apache/hadoop/hdds/scm/cli/ScmOption.java  |  5 +++
 .../ozone/shell/TestTransferLeadershipShell.java   | 32 +++++++++++++++
 .../apache/hadoop/ozone/admin/scm/ScmAdmin.java    |  5 ++-
 .../TransferScmLeaderSubCommand.java}              | 35 ++++++++--------
 13 files changed, 160 insertions(+), 22 deletions(-)
 copy hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/admin/{om/TransferOmLeaderSubCommand.java => scm/TransferScmLeaderSubCommand.java} (69%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org