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

cnauroth pushed a change to branch HADOOP-19343
in repository https://gitbox.apache.org/repos/asf/hadoop.git


    omit 8778b4151d8 HADOOP-19343. Add core-site.xml for testing
    omit 7aaf9211765 HADOOP-19343. Add additional authentication support
    omit 720e37317f9 HADOOP-19343. Add support for append(), compose(), concat()
    omit ac927949aab HADOOP-19343. Add support for hflush()
    omit d18bc95f042 HADOOP-19343: Add support for open() and rename()
    omit 012e75825f2 HADOOP-19343: Add instruction for running tests
    omit a7b73fbde19 HADOOP-19343: Add support for mkdir() and getFileStatus()
    omit b79cf93fca0 HADOOP-19343: GCS / Add implementation for create() API
     add b023f256279 HADOOP-19606. Delete the UID in the dev container that is 
the same as the host user
     add 6b75775c17d HDFS-17804. [JDK17] Recover test for 
hadoop-hdfs-native-client (#7782) Contributed by Cheng Pan.
     add 11cbda4f55d HADOOP-19595. ABFS: AbfsConfiguration should store account 
type information (HNS or FNS) (#7765)
     add 729f19f2339 HADOOP-19603. Fix TestFsShellList.testList on Windows 
(#7771)
     add b68dc8a83b0 HDFS-12431. [JDK17] Upgrade JUnit from 4 to 5 in 
hadoop-hdfs Part7. (#7794)
     add 5c92d60cccf HADOOP-19329. Remove direct usage of sun.misc.Signal 
(#7759) Contributed by Cheng Pan.
     add b1c3d4d374e HADOOP-19602. Upgrade libopenssl to 3.1.4 for rsync on 
Windows (#7770)
     add 61096793f63 HADOOP-19607. Remove workaround for protoc on M1 mac and 
unused property build.platform (#7783)
     add d3690f07377 HADOOP-19615. Upgrade os-maven-plugin to 1.7.1 to support 
riscv64 (#7796). Contributed by Lei Wen.
     add 69d4c648120 HADOOP-19626. S3A: Updates AAL version to 1.2.1 (#7807)
     add ed05d79b8e0 HDFS-12431. [JDK17] Upgrade JUnit from 4 to 5 in 
hadoop-hdfs Part8. (#7805)
     add ca25b1b654a HADOOP-19535: S3A: Support 
WebIdentityTokenFileCredentialsProvider
     new 280a2317dd6 HADOOP-19343: GCS / Add implementation for create() API
     new fb3bbc5de01 HADOOP-19343: Add support for mkdir() and getFileStatus()
     new 6203f505a48 HADOOP-19343: Add instruction for running tests
     new 3604e2ca943 HADOOP-19343: Add support for open() and rename()
     new 72255fb9a18 HADOOP-19343. Add support for hflush()
     new 9e9c5e8c5a6 HADOOP-19343. Add support for append(), compose(), concat()
     new 765f25b9762 HADOOP-19343. Add additional authentication support
     new efc01d24612 HADOOP-19343. Add core-site.xml for testing

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8778b4151d8)
            \
             N -- N -- N   refs/heads/HADOOP-19343 (efc01d24612)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 8 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:
 dev-support/docker/Dockerfile_windows_10           |   8 +-
 .../apache/hadoop/service/launcher/IrqHandler.java |  16 +-
 .../java/org/apache/hadoop/util/SignalLogger.java  |  15 +-
 .../java/org/apache/hadoop/util/SignalUtil.java    | 168 ++++++++++++++++++++
 .../java/org/apache/hadoop/fs/TestFsShellList.java |   7 +-
 .../hadoop-hdfs-native-client/pom.xml              |  25 +++
 .../src/main/native/libhdfs/exception.c            |   4 +-
 .../apache/hadoop/hdfs/AdminStatesBaseTest.java    |  34 ++---
 .../java/org/apache/hadoop/hdfs/DFSTestUtil.java   |  91 ++++++-----
 ...rizedTestDFSStripedOutputStreamWithFailure.java |  27 ++--
 ...dOutputStreamWithFailureWithRandomECPolicy.java |   4 +-
 .../TestDFSStripedOutputStreamWithFailure.java     |  23 +--
 .../TestDFSStripedOutputStreamWithFailureBase.java |  19 +--
 .../org/apache/hadoop/hdfs/TestDatanodeConfig.java |   2 +-
 .../hadoop/hdfs/TestDatanodeRegistration.java      |  33 ++--
 .../org/apache/hadoop/hdfs/TestDecommission.java   | 170 ++++++++++-----------
 .../hdfs/TestDecommissionWithBackoffMonitor.java   |   4 +-
 .../org/apache/hadoop/hdfs/TestFSOutputSummer.java |  12 +-
 .../org/apache/hadoop/hdfs/TestFileCreation.java   |   8 +-
 .../apache/hadoop/hdfs/TestFsShellPermission.java  |   4 +-
 .../java/org/apache/hadoop/hdfs/TestGetBlocks.java |  26 ++--
 .../apache/hadoop/hdfs/TestGetFileChecksum.java    |  20 +--
 .../apache/hadoop/hdfs/TestHAAuxiliaryPort.java    |   7 +-
 .../apache/hadoop/hdfs/TestHDFSPolicyProvider.java |  49 +++---
 .../apache/hadoop/hdfs/TestHDFSServerPorts.java    |  98 ++++++------
 .../java/org/apache/hadoop/hdfs/TestHDFSTrash.java |  32 ++--
 .../java/org/apache/hadoop/hdfs/TestHFlush.java    |  30 ++--
 .../java/org/apache/hadoop/hdfs/TestHdfsAdmin.java |  54 ++++---
 .../org/apache/hadoop/hdfs/TestHttpPolicy.java     |  15 +-
 .../hdfs/TestInjectionForSimulatedStorage.java     |   5 +-
 .../apache/hadoop/hdfs/TestIsMethodSupported.java  |  14 +-
 .../apache/hadoop/hdfs/TestKeyProviderCache.java   |  23 +--
 .../org/apache/hadoop/hdfs/TestLargeBlock.java     |  24 +--
 .../java/org/apache/hadoop/hdfs/TestLease.java     | 121 ++++++++-------
 .../org/apache/hadoop/hdfs/TestLeaseRecovery.java  |  23 +--
 .../org/apache/hadoop/hdfs/TestLeaseRecovery2.java |  59 +++----
 .../hadoop/hdfs/TestLeaseRecoveryStriped.java      |  22 +--
 .../hadoop/hdfs/TestListFilesInFileContext.java    |  20 +--
 .../java/org/apache/hadoop/hdfs/TestLocalDFS.java  |  13 +-
 .../hadoop/hdfs/TestLocatedBlocksRefresher.java    |  29 ++--
 .../apache/hadoop/hdfs/TestMaintenanceState.java   |  82 +++++-----
 .../hadoop/hdfs/TestMaintenanceWithStriped.java    |  25 +--
 .../org/apache/hadoop/hdfs/TestMiniDFSCluster.java |  56 ++++---
 .../apache/hadoop/hdfs/TestMissingBlocksAlert.java |  17 +--
 .../java/org/apache/hadoop/hdfs/TestModTime.java   |   8 +-
 .../hadoop/hdfs/TestMultiThreadedHflush.java       |   2 +-
 .../org/apache/hadoop/hdfs/TestParallelRead.java   |   8 +-
 .../apache/hadoop/hdfs/TestParallelReadUtil.java   |  20 +--
 .../hdfs/TestParallelShortCircuitLegacyRead.java   |   8 +-
 .../hadoop/hdfs/TestParallelShortCircuitRead.java  |  18 +--
 .../TestParallelShortCircuitReadNoChecksum.java    |  18 +--
 .../hdfs/TestParallelShortCircuitReadUnCached.java |  18 +--
 .../hadoop/hdfs/TestParallelUnixDomainRead.java    |  18 +--
 .../org/apache/hadoop/hdfs/TestPersistBlocks.java  |  15 +-
 .../java/org/apache/hadoop/hdfs/TestPipelines.java |  21 ++-
 .../java/org/apache/hadoop/hdfs/TestPread.java     |  69 +++++----
 .../java/org/apache/hadoop/hdfs/TestQuota.java     | 159 ++++++++++---------
 .../apache/hadoop/hdfs/TestQuotaAllowOwner.java    |  48 +++---
 .../test/java/org/apache/hadoop/hdfs/TestRead.java |  42 ++---
 .../hdfs/TestReadStripedFileWithDNFailure.java     |  30 ++--
 .../hdfs/TestReadStripedFileWithDecoding.java      |  43 +++---
 ...TestReadStripedFileWithDecodingCorruptData.java |  42 +++--
 ...TestReadStripedFileWithDecodingDeletedData.java |  39 +++--
 .../hdfs/TestReadStripedFileWithMissingBlocks.java |  19 +--
 .../apache/hadoop/hdfs/TestReadWhileWriting.java   |  10 +-
 .../hadoop/hdfs/TestReconstructStripedFile.java    | 131 +++++++++-------
 .../TestReconstructStripedFileWithValidator.java   |  12 +-
 .../apache/hadoop/hdfs/TestRenameWhileOpen.java    |   4 +-
 .../TestReplaceDatanodeFailureReplication.java     |  10 +-
 .../hadoop/hdfs/TestReplaceDatanodeOnFailure.java  |  26 ++--
 .../org/apache/hadoop/hdfs/TestReplication.java    |  27 ++--
 .../org/apache/hadoop/hdfs/TestRestartDFS.java     |  14 +-
 .../org/apache/hadoop/hdfs/TestRollingUpgrade.java | 157 ++++++++++---------
 .../hadoop/hdfs/TestRollingUpgradeDowngrade.java   | 123 ++++++++-------
 .../hadoop/hdfs/TestRollingUpgradeRollback.java    |  41 +++--
 .../java/org/apache/hadoop/hdfs/TestSafeMode.java  | 100 ++++++------
 .../hadoop/hdfs/TestSafeModeWithStripedFile.java   |  23 ++-
 .../hdfs/TestSecureEncryptionZoneWithKMS.java      |  31 ++--
 .../java/org/apache/hadoop/hdfs/TestSeekBug.java   | 152 +++++++++---------
 .../java/org/apache/hadoop/hdfs/TestSetTimes.java  |  26 ++--
 .../apache/hadoop/hdfs/TestSetrepDecreasing.java   |   6 +-
 .../apache/hadoop/hdfs/TestSetrepIncreasing.java   |  18 ++-
 .../apache/hadoop/hdfs/TestSlowDatanodeReport.java |  42 ++---
 .../org/apache/hadoop/hdfs/TestSmallBlock.java     |  13 +-
 .../apache/hadoop/hdfs/TestSnapshotCommands.java   |  25 +--
 .../hdfs/TestStateAlignmentContextWithHA.java      |  26 ++--
 .../hdfs/TestStoragePolicyPermissionSettings.java  |  14 +-
 .../apache/hadoop/hdfs/TestStripedFileAppend.java  |  21 ++-
 .../hadoop/hdfs/TestTrashWithEncryptionZones.java  |  18 +--
 .../hdfs/TestTrashWithSecureEncryptionZones.java   |  71 ++++-----
 .../hdfs/TestUnsetAndChangeDirectoryEcPolicy.java  |  99 ++++++------
 .../hadoop/hdfs/TestViewDistributedFileSystem.java |  29 ++--
 .../hdfs/TestWriteBlockGetsBlockLengthHint.java    |   9 +-
 .../hadoop/hdfs/TestWriteConfigurationToDFS.java   |   6 +-
 .../java/org/apache/hadoop/hdfs/TestWriteRead.java |  18 +--
 .../hadoop/hdfs/TestWriteReadStripedFile.java      |  24 ++-
 .../hdfs/TestWriteStripedFileWithFailure.java      |  18 ++-
 hadoop-project/pom.xml                             |  28 +---
 .../hadoop/fs/s3a/AWSCredentialProviderList.java   |  10 ++
 .../markdown/tools/hadoop-aws/authentication.md    |   1 +
 .../ITestS3AAnalyticsAcceleratorStreamReading.java |   2 +-
 .../fs/s3a/TestS3AAWSCredentialsProvider.java      |  17 +++
 .../hadoop/fs/azurebfs/AbfsConfiguration.java      |  27 +++-
 .../hadoop/fs/azurebfs/AzureBlobFileSystem.java    |   3 +-
 .../fs/azurebfs/AzureBlobFileSystemStore.java      |  48 +++---
 .../hadoop/fs/azurebfs/services/AbfsClient.java    |  32 ++--
 .../hadoop/fs/azurebfs/services/AbfsDfsClient.java |   4 +-
 .../ITestAzureBlobFileSystemCheckAccess.java       |   4 +-
 .../ITestAzureBlobFileSystemInitAndCreate.java     |   7 +-
 .../fs/azurebfs/ITestGetNameSpaceEnabled.java      | 147 +++++++++++++++++-
 .../hadoop/fs/azurebfs/TestTracingContext.java     |   4 +-
 .../fs/azurebfs/services/AbfsClientTestUtil.java   |   3 +-
 .../services/TestAbfsRenameRetryRecovery.java      |   8 +-
 start-build-env.sh                                 |   1 +
 114 files changed, 2127 insertions(+), 1746 deletions(-)
 create mode 100644 
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/SignalUtil.java


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to