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

stevel pushed a change to branch branch-3.3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


    from 329fd7a60d1 HADOOP-18198. Preparing for 3.3.3 release
     new 37a2bd88769 Make upstream aware of 3.3.2 release
     new 6534f0d4fde HDFS-16437 ReverseXML processor doesn't accept XML files 
without the … (#3926)
     new 089a754fec6 Fix thread safety of EC decoding during concurrent preads 
(#3881)
     new 2be5a902dcf HADOOP-18109. Ensure that default permissions of 
directories under internal ViewFS directories are the same as directories on 
target filesystems. Contributed by Chentao Yu. (3953)
     new 53ea32dd076 HADOOP-18125. Utility to identify git commit / Jira 
fixVersion discrepancies for RC preparation (#3991)
     new a7fd8a62ff5 HDFS-11041. Unable to unregister FsDatasetState MBean if 
DataNode is shutdown twice. Contributed by Wei-Chiu Chuang.
     new 8399b25ff8c YARN-11075. Explicitly declare serialVersionUID in 
LogMutation class. Contributed by Benjamin Teke
     new 728b49b9f38 YARN-11014. YARN incorrectly validates maximum capacity 
resources on the validation API. Contributed by Benjamin Teke
     new f7f630b7132 HDFS-16428. Source path with storagePolicy cause wrong 
typeConsumed while rename (#3898). Contributed by lei w.
     new 5e2c30091a5 HADOOP-18155. Refactor tests in TestFileUtil (#4063)
     new 6606da9500b HDFS-16501. Print the exception when reporting a bad block 
(#4062)
     new ecc1019b38f YARN-10720. YARN WebAppProxyServlet should support 
connection timeout to prevent proxy server from hanging. Contributed by Qi Zhu.
     new 25ad7aacdea HDFS-16355. Improve the description of 
dfs.block.scanner.volume.bytes.per.second (#3724)
     new 581ca342e51 MAPREDUCE-7373. Building MapReduce NativeTask fails on 
Fedora 34+ (#4120)
     new b43333f7070 HDFS-16507. [SBN read] Avoid purging edit log which is in 
progress (#4082)
     new d709000fb2b HADOOP-18088. Replace log4j 1.x with reload4j. (#4052)

The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE-binary                                     |   9 +-
 dev-support/git-jira-validation/README.md          | 134 +++++++
 .../git_jira_fix_version_check.py                  | 118 ++++++
 .../git-jira-validation/requirements.txt           |   3 +-
 .../resources/assemblies/hadoop-dynamometer.xml    |   2 +-
 .../resources/assemblies/hadoop-hdfs-nfs-dist.xml  |   2 +-
 .../resources/assemblies/hadoop-httpfs-dist.xml    |   2 +-
 .../main/resources/assemblies/hadoop-kms-dist.xml  |   2 +-
 .../resources/assemblies/hadoop-mapreduce-dist.xml |   2 +-
 .../main/resources/assemblies/hadoop-nfs-dist.xml  |   2 +-
 .../src/main/resources/assemblies/hadoop-tools.xml |   2 +-
 .../main/resources/assemblies/hadoop-yarn-dist.xml |   2 +-
 .../hadoop-client-check-invariants/pom.xml         |   4 +-
 .../hadoop-client-check-test-invariants/pom.xml    |   4 +-
 .../hadoop-client-integration-tests/pom.xml        |   9 +-
 .../hadoop-client-minicluster/pom.xml              |  10 +-
 .../hadoop-client-runtime/pom.xml                  |   8 +-
 hadoop-client-modules/hadoop-client/pom.xml        |  14 +-
 hadoop-common-project/hadoop-auth-examples/pom.xml |   6 +-
 hadoop-common-project/hadoop-auth/pom.xml          |  12 +-
 hadoop-common-project/hadoop-common/pom.xml        |   6 +-
 .../main/java/org/apache/hadoop/fs/FileUtil.java   |  36 +-
 .../apache/hadoop/fs/viewfs/ViewFileSystem.java    |   5 -
 .../io/erasurecode/rawcoder/RawErasureDecoder.java |   6 +-
 .../java/org/apache/hadoop/util/GenericsUtil.java  |   2 +-
 .../site/markdown/release/3.3.2/CHANGELOG.3.3.2.md | 350 ++++++++++++++++++
 .../markdown/release/3.3.2/RELEASENOTES.3.3.2.md   |  93 +++++
 .../java/org/apache/hadoop/fs/TestFileUtil.java    | 394 +++++++++++++--------
 .../java/org/apache/hadoop/util/TestClassUtil.java |   2 +-
 hadoop-common-project/hadoop-kms/pom.xml           |   6 +-
 hadoop-common-project/hadoop-minikdc/pom.xml       |   2 +-
 hadoop-common-project/hadoop-nfs/pom.xml           |   6 +-
 hadoop-hdfs-project/hadoop-hdfs-client/pom.xml     |   4 +-
 hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml     |   6 +-
 hadoop-hdfs-project/hadoop-hdfs-nfs/pom.xml        |   6 +-
 hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml        |   6 +-
 ...HDFS_3.3.1.xml => Apache_Hadoop_HDFS_3.3.2.xml} |   6 +-
 hadoop-hdfs-project/hadoop-hdfs/pom.xml            |   6 +-
 .../hadoop/hdfs/server/datanode/VolumeScanner.java |   2 +-
 .../datanode/fsdataset/impl/FsDatasetImpl.java     |   1 +
 .../hadoop/hdfs/server/namenode/FSDirRenameOp.java |   6 +-
 .../hadoop/hdfs/server/namenode/FSDirectory.java   |   6 +-
 .../hadoop/hdfs/server/namenode/FSEditLog.java     |  11 +-
 .../apache/hadoop/hdfs/server/namenode/INode.java  |  10 +
 .../OfflineImageReconstructor.java                 |   4 +
 .../src/main/resources/hdfs-default.xml            |   2 +-
 .../hadoop/fs/viewfs/TestViewFileSystemHdfs.java   |  19 +
 .../java/org/apache/hadoop/hdfs/TestQuota.java     |  39 ++
 .../hdfs/server/datanode/SimulatedFSDataset.java   |   5 +-
 .../hdfs/server/datanode/TestBlockScanner.java     |  16 +-
 .../offlineImageViewer/TestOfflineImageViewer.java |  42 ++-
 .../src/CMakeLists.txt                             |   1 +
 .../hadoop-mapreduce-client/pom.xml                |   2 +-
 hadoop-mapreduce-project/pom.xml                   |   2 +-
 hadoop-project-dist/pom.xml                        |   2 +-
 hadoop-project/pom.xml                             | 117 +++++-
 hadoop-tools/hadoop-azure/pom.xml                  |   4 +-
 .../apache/hadoop/yarn/conf/YarnConfiguration.java |  14 +
 .../pom.xml                                        |   4 +-
 .../hadoop-yarn-services-core/pom.xml              |   4 +-
 .../hadoop-yarn/hadoop-yarn-client/pom.xml         |   4 +-
 .../hadoop-yarn/hadoop-yarn-common/pom.xml         |   4 +-
 .../src/main/resources/yarn-default.xml            |  12 +
 .../hadoop-yarn-server-resourcemanager/pom.xml     |   4 +-
 .../scheduler/capacity/CapacityScheduler.java      |  16 +
 .../capacity/CapacitySchedulerConfigValidator.java |   2 +
 .../capacity/conf/YarnConfigurationStore.java      |   1 +
 .../TestCapacitySchedulerConfigValidator.java      | 270 +++++++++++++-
 .../yarn/server/webproxy/WebAppProxyServlet.java   |  28 +-
 .../server/webproxy/TestWebAppProxyServlet.java    |  79 ++++-
 70 files changed, 1725 insertions(+), 297 deletions(-)
 create mode 100644 dev-support/git-jira-validation/README.md
 create mode 100644 
dev-support/git-jira-validation/git_jira_fix_version_check.py
 copy 
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/bindings/CMakeLists.txt
 => dev-support/git-jira-validation/requirements.txt (97%)
 create mode 100644 
hadoop-common-project/hadoop-common/src/site/markdown/release/3.3.2/CHANGELOG.3.3.2.md
 create mode 100644 
hadoop-common-project/hadoop-common/src/site/markdown/release/3.3.2/RELEASENOTES.3.3.2.md
 copy 
hadoop-hdfs-project/hadoop-hdfs/dev-support/jdiff/{Apache_Hadoop_HDFS_3.3.1.xml 
=> Apache_Hadoop_HDFS_3.3.2.xml} (88%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to