This is an automated email from the ASF dual-hosted git repository. inigoiri pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
from a2d72411905e HDFS-17404. Add NN Socket Address to log when processing command from active NN (#6598) add 5584efd8d418 HDFS-17396. BootstrapStandby should download rollback image during RollingUpgrade (#6583) No new revisions were added by this update. Summary of changes: .../federation/router/RouterNamenodeProtocol.java | 12 ++++++++++ .../server/federation/router/RouterRpcServer.java | 7 ++++++ .../NamenodeProtocolServerSideTranslatorPB.java | 17 ++++++++++++++ .../protocolPB/NamenodeProtocolTranslatorPB.java | 10 ++++++++ .../hadoop/hdfs/server/namenode/FSImage.java | 27 ++++++++++++++++++++++ .../hdfs/server/namenode/NameNodeRpcServer.java | 8 +++++++ .../hdfs/server/namenode/ha/BootstrapStandby.java | 24 +++++++++++++++++-- .../hdfs/server/protocol/NamenodeProtocol.java | 7 ++++++ .../src/main/proto/NamenodeProtocol.proto | 14 +++++++++++ .../hdfs/server/namenode/FSImageTestUtil.java | 17 ++++++++++++++ .../server/namenode/ha/TestBootstrapStandby.java | 25 ++++++++++++++++++-- 11 files changed, 164 insertions(+), 4 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org