This is an automated email from the ASF dual-hosted git repository. sodonnell pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
from 734f7abfb8b HADOOP-18646. Upgrade Netty to 4.1.89.Final to fix CVE-2022-41881 (#5435) add ca6f5afb6da HDFS-16942. Send error to datanode if FBR is rejected due to bad lease (#5460) No new revisions were added by this update. Summary of changes: hadoop-client-modules/hadoop-client-api/pom.xml | 6 ++ .../hdfs/server/datanode/BPServiceActor.java | 4 ++ .../hdfs/server/namenode/NameNodeRpcServer.java | 3 + .../InvalidBlockReportLeaseException.java} | 15 +++-- .../hadoop/hdfs/server/protocol}/package-info.java | 7 ++- .../blockmanagement/TestBlockReportLease.java | 69 ++++++++++++++++++++++ .../hdfs/server/datanode/TestBPOfferService.java | 7 ++- 7 files changed, 99 insertions(+), 12 deletions(-) copy hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/{blockmanagement/OutOfLegacyGenerationStampsException.java => protocol/InvalidBlockReportLeaseException.java} (66%) copy {hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/metrics => hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/protocol}/package-info.java (89%) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org