Skip to content

HADOOP-19912. Upgrade to Jetty 12.0 - #8653

Draft
pjfanning wants to merge 12 commits into
apache:trunkfrom
pjfanning:jetty12
Draft

HADOOP-19912. Upgrade to Jetty 12.0#8653
pjfanning wants to merge 12 commits into
apache:trunkfrom
pjfanning:jetty12

Conversation

@pjfanning

Copy link
Copy Markdown
Member

Description of PR

Contains content generated by Claude and Xiaomi Mimo.

Also updates to Jersey 3 and switches from Javax to Jakarta as these changes are needed for the Jetty 12 migration.

Still some build issues with the 'invariant' checks at the end of the maven build and if anyone has some pointers that would be great.

How was this patch tested?

CI Build

For code changes:

  • Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')?
  • Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation?
  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?
  • If applicable, have you updated the LICENSE, LICENSE-binary, NOTICE-binary files?

AI Tooling

If an AI tool was used:

@pan3793

pan3793 commented Aug 3, 2026

Copy link
Copy Markdown
Member

This is kind of a breaking change, but it's a thing we must do eventually.

One major concern: how can we ensure that we migrate everything from Java EE to Jakarta EE in bulk?

@pjfanning

pjfanning commented Aug 3, 2026

Copy link
Copy Markdown
Member Author

@pan3793 this is targeted at 3.6.0. I have no intention of seeing this backported to 3.5.

This PR includes migration of the most important javax to jakarta changes. Latest versions of Jetty and Jersey require Jakarta dependencies as opposed to Javax.

It's not really feasible to split these into separate upgrades.

The only change in here in here that would possibly be split out is dealing with the abandonment of org.eclipse.jetty:jetty-util-ajax. Some Hadoop tests use it for JSON parsing and writing and this PR uses Jackson instead.

setStatusWithReason removed in jetty

AllowedResourceAliasChecker

pom fixes

Update LICENSE-binary

fixes

more fixes

remove jetty logging

servlet 6 compile
rework HadoopJsonUtils

HadoopJsonUtils.toStrin
setBaseResource

setBaseResourceAsString

websocket code issues

more websocket compile issues

Update ContainerShellWebSocket.java

more websocket fixes

Update pom.xml

Update ContainerShellWebSocket.java

Update ContainerShellWebSocket.java

Update NotificationTestCase.java

build issues

Update pom.xml

Update SLSWebApp.java

pom exclusions

more
@pan3793

pan3793 commented Aug 3, 2026

Copy link
Copy Markdown
Member

this is targeted at 3.6.0. I have no intention of seeing this backported to 3.5.

@pjfanning I also suppose so.

It's not really feasible to split these into separate upgrades.

I actually mean the opposite thing - as you know, Java/Jakarta EE is composed of a lot of components, we should upgrade them all (use Spring as an example, Spring Framework 6.0 migrated to Jakarta EE 9 entirely), or none, otherwise, it might put downstream projects that pull Hadoop as a dependency in an awkward situation

@pjfanning

Copy link
Copy Markdown
Member Author

This Pr is large already but there is no reason not to upgrade to Jakarta for other libs separately.
Javax and Jakarta libs can usually be used at the same time because they have different package names but the aim should be to move to Jakarta wherever feasible.

@pan3793

pan3793 commented Aug 3, 2026

Copy link
Copy Markdown
Member

Could we use LLM to search the codebase and list all components that might need to be migrated?

As you know, we went through a painful Jersey 1.x => 2.x upgrade process, and even now, we're still receiving some issues caused by the Jersey upgrade. This means that the current branch-3.5 is unstable (branch-3.5 has only released one version, 3.5.0), and we're still far from 3.6.0. Merging this change now might not be a good time (meaning the 3.5 backport could have a lot of conflicts).

This change will be a breaking change for all downstream projects of Hadoop (perhaps Spark is an exception because it uses the Hadoop Shaded Client). We may need to initiate a cross-project discussion on the mailing list and try to reach a consensus before moving forward.

@pjfanning

pjfanning commented Aug 3, 2026

Copy link
Copy Markdown
Member Author

Jersey 9.4 is abandoned with open CVEs. But discussing this with downstream projects makes sense.

@pjfanning
pjfanning marked this pull request as draft August 3, 2026 21:45
@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 19m 36s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 13s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets was not available.
+0 🆗 xmllint 0m 1s xmllint was not available.
+0 🆗 shelldocs 0m 1s Shelldocs was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 228 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 1m 37s Maven dependency ordering for branch
+1 💚 mvninstall 53m 8s trunk passed
+1 💚 compile 17m 46s trunk passed with JDK Ubuntu-21.0.11+10-1-24.04.2-Ubuntu
+1 💚 compile 18m 13s trunk passed with JDK Ubuntu-17.0.19+10-1-24.04.2-Ubuntu
+1 💚 checkstyle 6m 41s trunk passed
+1 💚 mvnsite 21m 54s trunk passed
+1 💚 javadoc 9m 55s trunk passed with JDK Ubuntu-21.0.11+10-1-24.04.2-Ubuntu
+1 💚 javadoc 9m 48s trunk passed with JDK Ubuntu-17.0.19+10-1-24.04.2-Ubuntu
+0 🆗 spotbugs 0m 21s branch/hadoop-project no spotbugs output file (spotbugsXml.xml)
-1 ❌ spotbugs 43m 58s /branch-spotbugs-root-warnings.html root in trunk has 93 extant spotbugs warnings.
+0 🆗 spotbugs 0m 28s branch/hadoop-client-modules/hadoop-client-api no spotbugs output file (spotbugsXml.xml)
+0 🆗 spotbugs 0m 27s branch/hadoop-client-modules/hadoop-client-check-invariants no spotbugs output file (spotbugsXml.xml)
+0 🆗 spotbugs 0m 27s branch/hadoop-client-modules/hadoop-client-check-test-invariants no spotbugs output file (spotbugsXml.xml)
+0 🆗 spotbugs 0m 34s branch/hadoop-client-modules/hadoop-client-minicluster no spotbugs output file (spotbugsXml.xml)
+0 🆗 spotbugs 0m 28s branch/hadoop-client-modules/hadoop-client-runtime no spotbugs output file (spotbugsXml.xml)
-1 ❌ spotbugs 0m 43s /branch-spotbugs-hadoop-tools_hadoop-resourceestimator-warnings.html hadoop-tools/hadoop-resourceestimator in trunk has 12 extant spotbugs warnings.
-1 ❌ spotbugs 1m 57s /branch-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager in trunk has 1 extant spotbugs warnings.
+1 💚 shadedclient 35m 3s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 1m 28s Maven dependency ordering for patch
-1 ❌ mvninstall 0m 22s /patch-mvninstall-hadoop-client-modules_hadoop-client-check-invariants.txt hadoop-client-check-invariants in the patch failed.
-1 ❌ mvninstall 0m 19s /patch-mvninstall-hadoop-client-modules_hadoop-client-check-test-invariants.txt hadoop-client-check-test-invariants in the patch failed.
-1 ❌ mvninstall 48m 26s /patch-mvninstall-root.txt root in the patch failed.
-1 ❌ compile 19m 18s /patch-compile-root-jdkUbuntu-21.0.11+10-1-24.04.2-Ubuntu.txt root in the patch failed with JDK Ubuntu-21.0.11+10-1-24.04.2-Ubuntu.
-1 ❌ javac 19m 18s /patch-compile-root-jdkUbuntu-21.0.11+10-1-24.04.2-Ubuntu.txt root in the patch failed with JDK Ubuntu-21.0.11+10-1-24.04.2-Ubuntu.
-1 ❌ compile 19m 37s /patch-compile-root-jdkUbuntu-17.0.19+10-1-24.04.2-Ubuntu.txt root in the patch failed with JDK Ubuntu-17.0.19+10-1-24.04.2-Ubuntu.
-1 ❌ javac 19m 37s /patch-compile-root-jdkUbuntu-17.0.19+10-1-24.04.2-Ubuntu.txt root in the patch failed with JDK Ubuntu-17.0.19+10-1-24.04.2-Ubuntu.
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 2 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-0 ⚠️ checkstyle 6m 18s /results-checkstyle-root.txt root: The patch generated 6 new + 3757 unchanged - 2 fixed = 3763 total (was 3759)
-1 ❌ mvnsite 8m 3s /patch-mvnsite-root.txt root in the patch failed.
+1 💚 shellcheck 0m 0s No new issues.
-1 ❌ javadoc 10m 25s /patch-javadoc-root-jdkUbuntu-21.0.11+10-1-24.04.2-Ubuntu.txt root in the patch failed with JDK Ubuntu-21.0.11+10-1-24.04.2-Ubuntu.
-1 ❌ javadoc 9m 25s /patch-javadoc-root-jdkUbuntu-17.0.19+10-1-24.04.2-Ubuntu.txt root in the patch failed with JDK Ubuntu-17.0.19+10-1-24.04.2-Ubuntu.
+0 🆗 spotbugs 0m 21s hadoop-project has no data from spotbugs
+0 🆗 spotbugs 0m 25s hadoop-client-modules/hadoop-client-api has no data from spotbugs
+0 🆗 spotbugs 0m 25s hadoop-client-modules/hadoop-client-runtime has no data from spotbugs
+0 🆗 spotbugs 0m 25s hadoop-client-modules/hadoop-client-minicluster has no data from spotbugs
+0 🆗 spotbugs 0m 25s hadoop-client-modules/hadoop-client-check-invariants has no data from spotbugs
-1 ❌ spotbugs 0m 24s /patch-spotbugs-hadoop-client-modules_hadoop-client-check-test-invariants.txt hadoop-client-check-test-invariants in the patch failed.
-1 ❌ spotbugs 40m 7s /patch-spotbugs-root.txt root in the patch failed.
-1 ❌ shadedclient 34m 21s patch has errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 174m 43s /patch-unit-root.txt root in the patch failed.
+1 💚 asflicense 1m 44s The patch does not generate ASF License warnings.
779m 16s
Reason Tests
Failed junit tests hadoop.example.ITUseMiniCluster
hadoop.security.authentication.client.TestPseudoAuthenticator
hadoop.crypto.key.kms.server.TestKMSWithZK
hadoop.crypto.key.kms.server.TestKMS
hadoop.ipc.TestDecayRpcScheduler
hadoop.http.TestHttpServer
hadoop.hdfs.server.namenode.ha.TestStandbyCheckpoints
hadoop.fs.TestUnbuffer
hadoop.hdfs.TestExternalBlockReader
hadoop.hdfs.server.namenode.TestSecureNameNode
hadoop.hdfs.server.namenode.TestRefreshNamenodeReplicationConfig
hadoop.hdfs.server.namenode.TestSecondaryNameNodeUpgrade
hadoop.hdfs.server.namenode.TestFSImageWithSnapshotParallelAndCompress
hadoop.hdfs.server.namenode.TestAuditLogs
hadoop.hdfs.server.namenode.metrics.TestNameNodeMetrics
hadoop.hdfs.TestExtendedAcls
hadoop.hdfs.tools.offlineEditsViewer.TestOfflineEditsViewer
hadoop.hdfs.server.namenode.TestAclConfigFlag
hadoop.hdfs.server.blockmanagement.TestBlockTokenWithDFSStriped
hadoop.hdfs.server.namenode.snapshot.TestDisallowModifyROSnapshot
hadoop.hdfs.server.namenode.TestEditLogJournalFailures
hadoop.hdfs.server.namenode.TestFSDirectory
hadoop.hdfs.server.datanode.TestDataNodeUUID
hadoop.hdfs.server.namenode.TestHostsFiles
hadoop.fs.TestEnhancedByteBufferAccess
hadoop.fs.contract.hdfs.TestHDFSContractMkdir
hadoop.security.TestRefreshUserMappings
hadoop.hdfs.server.namenode.snapshot.TestOrderedSnapshotDeletionGc
hadoop.hdfs.server.datanode.TestDataNodeECN
hadoop.hdfs.server.namenode.ha.TestHarFileSystemWithHA
hadoop.fs.contract.hdfs.TestHDFSContractSetTimes
hadoop.hdfs.TestParallelShortCircuitLegacyRead
hadoop.fs.contract.hdfs.TestHDFSContractAppend
hadoop.hdfs.TestErasureCodingAddConfig
hadoop.hdfs.TestBalancerBandwidth
hadoop.hdfs.server.namenode.TestHAWithInProgressTail
hadoop.hdfs.server.namenode.snapshot.TestUpdatePipelineWithSnapshots
hadoop.security.TestPermission
hadoop.TestGenericRefresh
hadoop.hdfs.server.namenode.metrics.TestNNMetricFilesInGetListingOps
hadoop.hdfs.server.namenode.TestReencryption
hadoop.hdfs.TestParallelShortCircuitReadUnCached
hadoop.hdfs.server.datanode.TestDnRespectsBlockReportSplitThreshold
hadoop.hdfs.server.namenode.ha.TestNNHealthCheck
hadoop.hdfs.server.namenode.TestNameNodeMetricsLogger
hadoop.hdfs.TestErasureCodingExerciseAPIs
hadoop.hdfs.server.namenode.TestSecondaryWebUi
hadoop.hdfs.server.balancer.TestBalancerWithMultipleNameNodes
hadoop.hdfs.server.namenode.TestValidateConfigurationSettings
hadoop.hdfs.security.TestDelegationToken
hadoop.hdfs.server.namenode.TestQuotaWithStripedBlocksWithRandomECPolicy
hadoop.hdfs.server.namenode.TestBackupNode
hadoop.hdfs.server.blockmanagement.TestBlockPlacementPolicyDebugLoggingBuilder
hadoop.hdfs.server.namenode.TestNameNodeMetadataConsistency
hadoop.hdfs.server.datanode.TestDataNodeErasureCodingMetrics
hadoop.hdfs.TestIsMethodSupported
hadoop.hdfs.web.TestWebHdfsUrl
hadoop.hdfs.server.namenode.TestAddStripedBlockInFBR
hadoop.hdfs.TestSafeMode
hadoop.hdfs.TestFSInputChecker
hadoop.hdfs.server.namenode.TestNameNodeStatusMXBean
hadoop.hdfs.TestDFSStripedOutputStreamWithFailure
hadoop.hdfs.TestDFSShellTouch
hadoop.fs.viewfs.TestViewFsDefaultValue
hadoop.hdfs.server.namenode.TestNestedEncryptionZones
hadoop.hdfs.server.namenode.TestQuotaWithStripedBlocks
hadoop.hdfs.server.namenode.TestCheckpoint
hadoop.hdfs.TestReplaceDatanodeOnFailure
hadoop.hdfs.TestDataStream
hadoop.hdfs.tools.TestDebugAdmin
hadoop.hdfs.server.namenode.TestLargeDirectoryDelete
hadoop.hdfs.server.namenode.TestCacheDirectives
hadoop.hdfs.TestHDFSServerPorts
hadoop.fs.contract.hdfs.TestHDFSContractBulkDelete
hadoop.hdfs.server.datanode.TestReadOnlySharedStorage
hadoop.hdfs.server.namenode.TestParallelImageWrite
hadoop.hdfs.protocol.datatransfer.sasl.TestSaslDataTransferExpiredBlockToken
hadoop.hdfs.web.TestHttpsFileSystem
hadoop.hdfs.TestFsShellPermission
hadoop.hdfs.server.namenode.TestAuthorizationHeaderPropagation
hadoop.hdfs.server.namenode.TestFileContextXAttr
hadoop.hdfs.TestReplaceDatanodeFailureReplication
hadoop.fs.viewfs.TestViewFileSystemOverloadSchemeHdfsFileSystemContract
hadoop.hdfs.web.TestWebHDFSAcl
hadoop.hdfs.TestReconstructStripedFile
hadoop.hdfs.TestSafeModeWithStripedFileWithRandomECPolicy
hadoop.hdfs.web.TestWebHdfsFileSystemContract
hadoop.hdfs.TestHAAuxiliaryPort
hadoop.hdfs.server.namenode.snapshot.TestFSImageWithOrderedSnapshotDeletion
hadoop.hdfs.server.namenode.TestCorrectnessOfQuotaAfterRenameOp
hadoop.hdfs.server.datanode.TestDataNodeRollingUpgrade
hadoop.fs.viewfs.TestViewFileSystemOverloadSchemeWithHdfsScheme
hadoop.hdfs.TestModTime
hadoop.hdfs.TestListFilesInFileContext
hadoop.hdfs.server.datanode.TestNNHandlesBlockReportPerStorage
hadoop.hdfs.TestDFSUpgrade
hadoop.hdfs.util.TestPipelineCloseRecoveryByteArrayLeak
hadoop.hdfs.server.namenode.ha.TestHAFsck
hadoop.hdfs.server.namenode.TestCheckPointForSecurityTokens
hadoop.hdfs.server.namenode.snapshot.TestSnapshotManager
hadoop.fs.contract.hdfs.TestHDFSContractUnbuffer
hadoop.TestRefreshCallQueue
hadoop.hdfs.TestOpenFileWithLocatedBlocks
hadoop.hdfs.server.namenode.ha.TestObserverNode
hadoop.hdfs.TestQuotaAllowOwner
hadoop.hdfs.TestDatanodeRegistration
hadoop.hdfs.server.datanode.fsdataset.impl.TestInterDatanodeProtocol
hadoop.security.TestPermissionSymlinks
hadoop.hdfs.server.namenode.snapshot.TestSnapshotReplication
hadoop.hdfs.TestWriteReadStripedFile
hadoop.hdfs.server.namenode.snapshot.TestSnapRootDescendantDiff
hadoop.hdfs.TestDFSFinalize
hadoop.hdfs.TestSmallBlock
hadoop.fs.TestSymlinkHdfsDisable
hadoop.hdfs.server.namenode.ha.TestDFSUpgradeWithHA
hadoop.hdfs.server.blockmanagement.TestReplicationPolicyWithNodeGroup
hadoop.hdfs.TestAppendDifferentChecksum
hadoop.hdfs.server.namenode.TestProtectedDirectories
hadoop.hdfs.server.blockmanagement.TestBlockReportLease
hadoop.hdfs.web.TestWebHdfsWithAuthenticationFilter
hadoop.hdfs.server.diskbalancer.command.TestDiskBalancerCommand
hadoop.fs.TestFcHdfsSetUMask
hadoop.hdfs.server.namenode.TestFSImageWithAcl
hadoop.fs.TestFcHdfsCreateMkdir
hadoop.hdfs.TestErasureCodingMultipleRacks
hadoop.hdfs.server.namenode.snapshot.TestListSnapshot
hadoop.hdfs.server.namenode.TestNamenodeCapacityReport
hadoop.hdfs.TestSecureEncryptionZoneWithKMS
hadoop.fs.loadGenerator.TestLoadGenerator
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewerForContentSummary
hadoop.hdfs.TestByteBufferPread
hadoop.hdfs.TestMissingBlocksAlert
hadoop.hdfs.server.blockmanagement.TestSequentialBlockId
hadoop.hdfs.server.namenode.TestListCorruptFileBlocks
hadoop.hdfs.TestMultiThreadedHflush
hadoop.hdfs.TestRead
hadoop.hdfs.TestDFSInputStreamBlockLocations
hadoop.hdfs.server.namenode.TestUpgradeDomainBlockPlacementPolicy
hadoop.hdfs.server.namenode.TestFSImageWithXAttr
hadoop.hdfs.TestDeadNodeDetection
hadoop.hdfs.server.blockmanagement.TestErasureCodingCorruption
hadoop.hdfs.TestDataTransferProtocol
hadoop.hdfs.server.namenode.TestPersistentStoragePolicySatisfier
hadoop.fs.shell.TestHdfsTextCommand
hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistReplicaRecovery
hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks
hadoop.hdfs.server.namenode.TestFileLimit
hadoop.hdfs.TestViewDistributedFileSystemContract
hadoop.hdfs.server.namenode.sps.TestStoragePolicySatisfierWithStripedFile
hadoop.hdfs.server.blockmanagement.TestBlockManager
hadoop.hdfs.server.namenode.ha.TestHAAppend
hadoop.hdfs.server.balancer.TestBalancerRPCDelay
hadoop.hdfs.TestReadStripedFileWithDecoding
hadoop.hdfs.server.namenode.ha.TestDNFencingWithReplication
hadoop.hdfs.server.namenode.snapshot.TestSnapshottableDirListing
hadoop.hdfs.server.namenode.TestNameNodeReconfigure
hadoop.hdfs.server.datanode.TestBlockScanner
hadoop.hdfs.TestDecommissionWithStriped
hadoop.hdfs.server.datanode.fsdataset.impl.TestFsDatasetCache
hadoop.hdfs.server.namenode.TestINodeAttributeProvider
hadoop.hdfs.TestHdfsAdmin
hadoop.hdfs.server.blockmanagement.TestReplicationPolicyConsiderLoad
hadoop.hdfs.server.namenode.TestFavoredNodesEndToEnd
hadoop.hdfs.server.datanode.TestNNHandlesCombinedBlockReport
hadoop.fs.contract.hdfs.TestHDFSContractOpen
hadoop.hdfs.TestWriteBlockGetsBlockLengthHint
hadoop.hdfs.TestFileCorruption
hadoop.hdfs.server.datanode.fsdataset.impl.TestScrLazyPersistFiles
hadoop.fs.contract.hdfs.TestHDFSContractMultipartUploader
hadoop.hdfs.server.namenode.ha.TestHASafeMode
hadoop.hdfs.server.namenode.TestDecommissioningStatus
hadoop.hdfs.server.namenode.TestFSImageWithSnapshot
hadoop.hdfs.tools.TestWebHDFSStoragePolicyCommands
hadoop.hdfs.server.namenode.TestStoragePolicySatisfierWithHA
hadoop.hdfs.server.datanode.TestDataNodeLifeline
hadoop.metrics2.sink.TestRollingFileSystemSinkWithSecureHdfs
hadoop.hdfs.TestDFSStripedOutputStreamUpdatePipeline
hadoop.hdfs.web.TestWebHdfsTokens
hadoop.hdfs.server.namenode.snapshot.TestNestedSnapshots
hadoop.cli.TestCryptoAdminCLI
hadoop.hdfs.server.namenode.TestMetadataVersionOutput
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewerWithStripedBlocks
hadoop.net.TestNetworkTopology
hadoop.hdfs.TestFileLengthOnClusterRestart
hadoop.hdfs.server.blockmanagement.TestAvailableSpaceRackFaultTolerantBPP
hadoop.hdfs.server.datanode.web.TestDatanodeHttpXFrame
hadoop.hdfs.tools.TestDFSZKFailoverController
hadoop.hdfs.TestReadStripedFileWithDecodingCorruptData
hadoop.hdfs.TestFileCreation
hadoop.fs.TestHDFSFileContextMainOperations
hadoop.hdfs.TestEnclosingRoot
hadoop.hdfs.TestDistributedFileSystemWithECFileWithRandomECPolicy
hadoop.hdfs.server.namenode.TestNameNodeXAttr
hadoop.hdfs.TestEncryptedTransfer
hadoop.hdfs.server.sps.TestExternalStoragePolicySatisfier
hadoop.hdfs.server.datanode.fsdataset.impl.TestReplicaCachingGetSpaceUsed
hadoop.hdfs.TestFileAppend4
hadoop.hdfs.server.namenode.TestXAttrConfigFlag
hadoop.hdfs.server.datanode.TestLargeBlockReport
hadoop.fs.viewfs.TestViewFileSystemLinkFallback
hadoop.hdfs.TestSetrepIncreasing
hadoop.hdfs.server.blockmanagement.TestReplicationPolicyExcludeSlowNodes
hadoop.hdfs.TestClientProtocolForPipelineRecovery
hadoop.hdfs.web.TestWebHDFSForHA
hadoop.cli.TestDeleteCLI
hadoop.hdfs.server.mover.TestStorageMover
hadoop.hdfs.server.namenode.TestHDFSConcat
hadoop.hdfs.TestDFSClientExcludedNodes
hadoop.hdfs.TestParallelRead
hadoop.fs.viewfs.TestViewFileSystemLinkMergeSlash
hadoop.hdfs.TestReadWhileWriting
hadoop.hdfs.TestBlockStoragePolicy
hadoop.hdfs.server.blockmanagement.TestRBWBlockInvalidation
hadoop.hdfs.server.blockmanagement.TestNameNodePrunesMissingStorages
hadoop.hdfs.TestPersistBlocks
hadoop.hdfs.server.namenode.snapshot.TestRenameWithSnapshots
hadoop.hdfs.TestRollingUpgradeRollback
hadoop.hdfs.TestErasureCodingPolicyWithSnapshot
hadoop.hdfs.TestDFSClientRetries
hadoop.fs.viewfs.TestViewFileSystemWithAcls
hadoop.cli.TestHDFSCLI
hadoop.hdfs.TestReadStripedFileWithDecodingDeletedData
hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistReplicaPlacement
hadoop.hdfs.server.namenode.ha.TestHAStateTransitions
hadoop.hdfs.TestFileStatusWithDefaultECPolicy
hadoop.hdfs.server.namenode.snapshot.TestSnapshotMetrics
hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistLockedMemory
hadoop.hdfs.server.namenode.TestQuotaByStorageType
hadoop.fs.permission.TestStickyBit
hadoop.hdfs.server.datanode.TestBPOfferService
hadoop.hdfs.server.namenode.ha.TestGetGroupsWithHA
hadoop.hdfs.TestParallelShortCircuitReadNoChecksum
hadoop.hdfs.tools.TestDFSAdminWithHA
hadoop.hdfs.server.namenode.TestStorageRestore
hadoop.hdfs.server.namenode.TestAuditLoggerWithCommands
hadoop.hdfs.server.datanode.TestIncrementalBlockReports
hadoop.hdfs.server.datanode.TestDataNodeVolumeFailure
hadoop.hdfs.server.namenode.TestAddBlockRetry
hadoop.hdfs.server.diskbalancer.TestConnectors
hadoop.hdfs.server.namenode.snapshot.TestSnapshotBlocksMap
hadoop.hdfs.TestFileChecksum
hadoop.hdfs.server.namenode.ha.TestEditLogsDuringFailover
hadoop.hdfs.server.namenode.snapshot.TestRenameWithOrderedSnapshotDeletion
hadoop.hdfs.server.namenode.fgl.TestFSNLockBenchmarkThroughput
hadoop.hdfs.server.datanode.TestDataNodeMultipleRegistrations
hadoop.hdfs.TestFileCreationDelete
hadoop.hdfs.server.namenode.TestStripedINodeFile
hadoop.fs.contract.hdfs.TestHDFSContractCreate
hadoop.hdfs.TestDFSStripedOutputStreamWithFailureWithRandomECPolicy
hadoop.hdfs.TestMaintenanceState
hadoop.hdfs.TestReadStripedFileWithMissingBlocks
hadoop.hdfs.TestDatanodeLayoutUpgrade
hadoop.hdfs.security.TestDelegationTokenForProxyUser
hadoop.hdfs.TestRenameWhileOpen
hadoop.hdfs.server.blockmanagement.TestReplicationPolicyRatioConsiderLoadWithStorage
hadoop.hdfs.server.blockmanagement.TestAvailableSpaceBPPBalanceLocal
hadoop.hdfs.server.namenode.TestNameNodeResourceChecker
hadoop.hdfs.client.impl.TestBlockReaderLocalLegacy
hadoop.hdfs.client.impl.TestBlockReaderFactory
hadoop.hdfs.server.namenode.TestDecommissioningStatusWithBackoffMonitor
hadoop.hdfs.server.namenode.ha.TestUpdateBlockTailing
hadoop.hdfs.qjournal.TestNNWithQJM
hadoop.hdfs.server.namenode.TestFsck
hadoop.hdfs.server.namenode.snapshot.TestAclWithSnapshot
hadoop.hdfs.server.blockmanagement.TestBlockTokenWithShortCircuitRead
hadoop.hdfs.TestSnapshotCommands
hadoop.hdfs.server.namenode.TestNamenodeRetryCache
hadoop.hdfs.server.balancer.TestBalancerWithNodeGroup
hadoop.hdfs.server.balancer.TestBalancerWithSaslDataTransfer
hadoop.hdfs.server.namenode.ha.TestPendingCorruptDnMessages
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewerForAcl
hadoop.hdfs.tools.TestViewFileSystemOverloadSchemeWithDFSAdmin
hadoop.hdfs.server.datanode.TestBlockRecovery2
hadoop.hdfs.server.namenode.TestListOpenFiles
hadoop.hdfs.server.namenode.ha.TestDelegationTokensWithHA
hadoop.hdfs.TestGetFileChecksum
hadoop.hdfs.server.blockmanagement.TestBlockReportRateLimiting
hadoop.hdfs.server.namenode.TestSecurityTokenEditLog
hadoop.hdfs.TestSeekBug
hadoop.fs.viewfs.TestViewFileSystemWithTruncate
hadoop.hdfs.TestEncryptionZonesWithKMS
hadoop.hdfs.server.namenode.TestEditLogRace
hadoop.hdfs.TestDFSRollback
hadoop.hdfs.server.datanode.TestDataNodeExit
hadoop.hdfs.server.namenode.TestNameNodeRecovery
hadoop.fs.TestResolveHdfsSymlink
hadoop.hdfs.tools.TestViewFileSystemOverloadSchemeWithFSCommands
hadoop.fs.viewfs.TestViewFsLinkFallback
hadoop.hdfs.server.blockmanagement.TestBlockStatsMXBean
hadoop.hdfs.TestSetTimes
hadoop.hdfs.web.TestFSMainOperationsWebHdfs
hadoop.hdfs.TestDFSInputStream
hadoop.hdfs.TestHDFSFileSystemContract
hadoop.hdfs.server.namenode.TestReencryptionWithKMS
hadoop.hdfs.tools.TestStoragePolicySatisfyAdminCommands
hadoop.hdfs.server.namenode.ha.TestInitializeSharedEdits
hadoop.hdfs.TestUnsetAndChangeDirectoryEcPolicy
hadoop.hdfs.server.datanode.TestDataNodeVolumeFailureToleration
hadoop.hdfs.server.namenode.TestAuditLogger
hadoop.hdfs.security.token.block.TestUpdateDataNodeCurrentKey
hadoop.hdfs.web.TestWebHdfsWithMultipleNameNodes
hadoop.hdfs.server.namenode.ha.TestBootstrapStandbyWithQJM
hadoop.hdfs.server.namenode.TestNameEditsConfigs
hadoop.hdfs.TestReplication
hadoop.hdfs.server.blockmanagement.TestBlockInfoStriped
hadoop.hdfs.server.datanode.fsdataset.impl.TestSpaceReservation
hadoop.hdfs.TestMaintenanceWithStriped
hadoop.hdfs.server.datanode.TestDataNodeInitStorage
hadoop.hdfs.TestReconstructStripedFileWithValidator
hadoop.hdfs.TestViewDistributedFileSystem
hadoop.hdfs.server.blockmanagement.TestReplicationPolicy
hadoop.hdfs.server.datanode.TestDataNodeTcpNoDelay
hadoop.hdfs.TestGetBlocks
hadoop.hdfs.tools.TestDelegationTokenFetcher
hadoop.hdfs.server.namenode.ha.TestFailoverWithBlockTokensEnabled
hadoop.hdfs.TestReservedRawPaths
hadoop.hdfs.TestStripedFileAppend
hadoop.hdfs.TestLease
hadoop.hdfs.TestDFSStripedOutputStream
hadoop.hdfs.server.blockmanagement.TestPendingInvalidateBlock
hadoop.hdfs.server.namenode.TestAddOverReplicatedStripedBlocks
hadoop.hdfs.server.datanode.TestDeleteBlockPool
hadoop.hdfs.tools.TestECAdmin
hadoop.hdfs.TestFileAppendRestart
hadoop.hdfs.TestDFSAddressConfig
hadoop.fs.viewfs.TestViewFsWithAcls
hadoop.hdfs.TestPread
hadoop.hdfs.server.namenode.TestReconstructStripedBlocks
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewerForXAttr
hadoop.hdfs.TestErasureCodingPoliciesWithRandomECPolicy
hadoop.hdfs.TestClose
hadoop.hdfs.server.namenode.TestSnapshotPathINodes
hadoop.fs.contract.hdfs.TestHDFSContractSeek
hadoop.fs.viewfs.TestViewFsWithXAttrs
hadoop.hdfs.TestDFSUpgradeFromImage
hadoop.fs.TestUrlStreamHandler
hadoop.hdfs.TestWriteConfigurationToDFS
hadoop.hdfs.server.namenode.TestGenericJournalConf
hadoop.hdfs.server.datanode.TestCorruptMetadataFile
hadoop.hdfs.server.namenode.TestFSEditLogLoader
hadoop.fs.viewfs.TestViewFsAtHdfsRoot
hadoop.hdfs.server.namenode.snapshot.TestOpenFilesWithSnapshot
hadoop.hdfs.server.datanode.fsdataset.impl.TestFsDatasetImpl
hadoop.hdfs.server.namenode.TestDefaultBlockPlacementPolicy
hadoop.cli.TestCacheAdminCLI
hadoop.hdfs.server.namenode.ha.TestStandbyBlockManagement
hadoop.hdfs.client.impl.TestBlockReaderLocal
hadoop.hdfs.TestBlockRecoveryCauseStandbyNameNodeCrash
hadoop.hdfs.server.namenode.ha.TestFailureToReadEdits
hadoop.hdfs.server.diskbalancer.TestDiskBalancer
hadoop.hdfs.TestDFSStripedInputStream
hadoop.metrics2.sink.TestRollingFileSystemSinkWithHdfs
hadoop.hdfs.server.namenode.TestMalformedURLs
hadoop.hdfs.server.namenode.TestNamenodeStorageDirectives
hadoop.hdfs.TestDecommissionWithBackoffMonitor
hadoop.hdfs.server.namenode.TestEditLog
hadoop.hdfs.server.namenode.ha.TestBootstrapStandby
hadoop.hdfs.TestDFSRemove
hadoop.hdfs.server.namenode.TestFsckWithMultipleNameNodes
hadoop.hdfs.TestBlockTokenWrappingQOP
hadoop.hdfs.server.datanode.TestDataNodeVolumeMetrics
hadoop.fs.contract.hdfs.TestHDFSContractRename
hadoop.hdfs.server.namenode.ha.TestMultiObserverNode
hadoop.hdfs.TestDatanodeReport
hadoop.hdfs.server.namenode.TestNNThroughputBenchmark
hadoop.hdfs.TestDFSStorageStateRecovery
hadoop.hdfs.TestDisableConnCache
hadoop.hdfs.server.namenode.TestNameNodeMXBean
hadoop.hdfs.TestParallelUnixDomainRead
hadoop.hdfs.server.namenode.TestNNStorageRetentionFunctional
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewer
hadoop.hdfs.server.namenode.ha.TestXAttrsWithHA
hadoop.hdfs.TestInjectionForSimulatedStorage
hadoop.hdfs.TestSetrepDecreasing
hadoop.hdfs.server.namenode.TestFileTruncate
hadoop.hdfs.server.namenode.snapshot.TestINodeFileUnderConstructionWithSnapshot
hadoop.hdfs.server.namenode.TestDeleteRace
hadoop.hdfs.TestDataTransferKeepalive
hadoop.hdfs.shortcircuit.TestShortCircuitCache
hadoop.hdfs.server.diskbalancer.TestDiskBalancerWithMockMover
hadoop.fs.TestSymlinkHdfsFileContext
hadoop.hdfs.TestAppendSnapshotTruncate
hadoop.hdfs.server.datanode.TestDiskError
hadoop.hdfs.server.namenode.snapshot.TestFileContextSnapshot
hadoop.hdfs.server.namenode.snapshot.TestRandomOpsWithSnapshots
hadoop.hdfs.server.namenode.TestFileContextAcl
hadoop.hdfs.TestStoragePolicyPermissionSettings
hadoop.fs.viewfs.TestViewFsFileStatusHdfs
hadoop.hdfs.server.blockmanagement.TestPendingReconstruction
hadoop.hdfs.TestHFlush
hadoop.hdfs.qjournal.TestSecureNNWithQJM
hadoop.hdfs.server.blockmanagement.TestPendingDataNodeMessages
hadoop.hdfs.server.namenode.snapshot.TestDiffListBySkipList
hadoop.hdfs.TestConnCache
hadoop.hdfs.server.namenode.ha.TestRetryCacheWithHA
hadoop.hdfs.server.blockmanagement.TestHeartbeatHandling
hadoop.hdfs.server.balancer.TestBalancerWithEncryptedTransfer
hadoop.hdfs.TestTrashWithSecureEncryptionZones
hadoop.hdfs.qjournal.server.TestJournalNodeSync
hadoop.hdfs.server.namenode.snapshot.TestSnapshotListing
hadoop.hdfs.TestFSOutputSummer
hadoop.hdfs.TestDFSStripedInputStreamWithRandomECPolicy
hadoop.hdfs.server.namenode.snapshot.TestSetQuotaWithSnapshot
hadoop.hdfs.server.namenode.TestINodeFile
hadoop.hdfs.server.balancer.TestBalancerService
hadoop.hdfs.TestCrcCorruption
hadoop.hdfs.TestFetchImage
hadoop.hdfs.tools.TestViewFSStoragePolicyCommands
hadoop.hdfs.server.namenode.TestRefreshBlockPlacementPolicy
hadoop.hdfs.server.datanode.TestDataTransferThrottler
hadoop.hdfs.server.blockmanagement.TestBlocksWithNotEnoughRacks
hadoop.hdfs.server.namenode.ha.TestStateTransitionFailure
hadoop.hdfs.TestBlockMissingException
hadoop.hdfs.client.impl.TestBlockReaderRemote
hadoop.hdfs.server.namenode.ha.TestBootstrapAliasmap
hadoop.hdfs.TestParallelShortCircuitRead
hadoop.hdfs.server.blockmanagement.TestReplicationPolicyWithUpgradeDomain
hadoop.hdfs.server.namenode.TestBlockUnderConstruction
hadoop.hdfs.server.namenode.snapshot.TestGetContentSummaryWithSnapshot
hadoop.hdfs.TestAclsEndToEnd
hadoop.hdfs.TestDFSPermission
hadoop.hdfs.server.datanode.TestStorageReport
hadoop.hdfs.TestBlocksScheduledCounter
hadoop.hdfs.server.datanode.TestBatchIbr
hadoop.fs.TestFcHdfsPermission
hadoop.hdfs.TestWriteRead
hadoop.hdfs.server.namenode.ha.TestHAMetrics
hadoop.hdfs.TestLeaseRecovery
hadoop.hdfs.server.namenode.TestDiskspaceQuotaUpdate
hadoop.hdfs.server.namenode.ha.TestFailureOfSharedDir
hadoop.hdfs.TestApplyingStoragePolicy
hadoop.hdfs.TestDatanodeConfig
hadoop.hdfs.server.namenode.snapshot.TestSnapshot
hadoop.hdfs.server.namenode.ha.TestStandbyInProgressTail
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewerForStoragePolicy
hadoop.hdfs.server.namenode.TestFSNamesystemMBean
hadoop.hdfs.server.namenode.web.resources.TestWebHdfsDataLocality
hadoop.hdfs.TestViewDistributedFileSystemWithMountLinks
hadoop.hdfs.server.blockmanagement.TestAvailableSpaceBlockPlacementPolicy
hadoop.hdfs.server.namenode.snapshot.TestXAttrWithSnapshot
hadoop.hdfs.server.datanode.TestDataNodeMXBean
hadoop.hdfs.server.namenode.TestAddStripedBlocks
hadoop.fs.contract.hdfs.TestHDFSContractLeaseRecovery
hadoop.hdfs.TestErasureCodingPolicies
hadoop.hdfs.TestAbandonBlock
hadoop.hdfs.server.namenode.TestNameNodeHttpServerXFrame
hadoop.hdfs.TestDFSMkdirs
hadoop.hdfs.TestStateAlignmentContextWithHA
hadoop.hdfs.server.namenode.snapshot.TestSnapshotFileLength
hadoop.hdfs.server.datanode.fsdataset.impl.TestDatanodeRestart
hadoop.hdfs.server.namenode.TestAddBlock
hadoop.hdfs.TestDatanodeStartupFixesLegacyStorageIDs
hadoop.hdfs.TestEncryptionZonesWithHA
hadoop.hdfs.server.namenode.TestCacheDirectivesWithViewDFS
hadoop.hdfs.TestListFilesInDFS
hadoop.hdfs.server.blockmanagement.TestSequentialBlockGroupId
hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistPolicy
hadoop.hdfs.TestFileCreationEmpty
hadoop.hdfs.TestSlowDatanodeReport
hadoop.hdfs.tools.TestGetGroups
hadoop.hdfs.web.TestWebHDFS
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewerForErasureCodingPolicy
hadoop.hdfs.server.namenode.ha.TestQuotasWithHA
hadoop.hdfs.server.namenode.ha.TestSeveralNameNodes
hadoop.hdfs.server.namenode.snapshot.TestSnapshotNameWithInvalidCharacters
hadoop.hdfs.server.namenode.TestFSNamesystemLockReport
hadoop.hdfs.server.diskbalancer.TestDiskBalancerRPC
hadoop.fs.contract.hdfs.TestHDFSContractRootDirectory
hadoop.hdfs.TestLeaseRecoveryStriped
hadoop.hdfs.TestBatchedListDirectories
hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion
hadoop.hdfs.server.datanode.TestDataNodeReconfiguration
hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyWriter
hadoop.hdfs.server.datanode.fsdataset.impl.TestProvidedImpl
hadoop.hdfs.TestDFSStripedInputStreamReadFailures
hadoop.hdfs.server.blockmanagement.TestNodeCount
hadoop.hdfs.TestFileStatusWithRandomECPolicy
hadoop.hdfs.server.namenode.snapshot.TestOrderedSnapshotDeletion
hadoop.fs.TestSymlinkHdfsFileSystem
hadoop.fs.contract.hdfs.TestHDFSContractVectoredRead
hadoop.fs.TestSWebHdfsFileContextMainOperations
hadoop.hdfs.TestLeaseRecovery2
hadoop.hdfs.TestDistributedFileSystemWithECFile
hadoop.hdfs.server.datanode.TestDirectoryScanner
hadoop.hdfs.TestQuota
hadoop.hdfs.server.blockmanagement.TestBlockTokenWithDFS
hadoop.hdfs.server.blockmanagement.TestCorruptionWithFailover
hadoop.hdfs.server.datanode.TestRefreshNamenodes
hadoop.cli.TestAclCLI
hadoop.hdfs.server.datanode.TestHSync
hadoop.hdfs.server.namenode.TestEditLogAutoroll
hadoop.hdfs.TestDistributedFileSystem
hadoop.hdfs.server.datanode.TestDataNodeVolumeFailureReporting
hadoop.hdfs.server.datanode.TestIncrementalBrVariations
hadoop.hdfs.server.namenode.TestNameNodeHttpServer
hadoop.hdfs.TestDFSClientSocketSize
hadoop.hdfs.TestFileAppend
hadoop.hdfs.server.mover.TestMover
hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistFiles
hadoop.fs.contract.hdfs.TestHDFSContractDelete
hadoop.fs.viewfs.TestViewFileSystemHdfs
hadoop.hdfs.server.namenode.TestLeaseManager
hadoop.hdfs.TestDFSInotifyEventInputStream
hadoop.hdfs.server.namenode.TestNameNodeRpcServer
hadoop.fs.viewfs.TestViewFileSystemLinkRegex
hadoop.fs.contract.hdfs.TestHDFSContractGetFileStatus
hadoop.hdfs.server.blockmanagement.TestStorageBlockPoolUsageStdDev
hadoop.hdfs.TestDatanodeDeath
hadoop.hdfs.server.namenode.TestCommitBlockWithInvalidGenStamp
hadoop.hdfs.tools.TestStoragePolicyCommands
hadoop.hdfs.server.aliasmap.TestSecureAliasMap
hadoop.hdfs.server.namenode.TestAllowFormat
hadoop.hdfs.TestFileCreationClient
hadoop.hdfs.TestClientReportBadBlock
hadoop.hdfs.TestLargeBlock
hadoop.hdfs.TestRestartDFS
hadoop.fs.viewfs.TestViewFileSystemAtHdfsRoot
hadoop.hdfs.server.namenode.snapshot.TestFsShellMoveToTrashWithSnapshots
hadoop.hdfs.server.namenode.ha.TestPipelinesFailover
hadoop.hdfs.server.namenode.ha.TestDNFencing
hadoop.hdfs.server.datanode.TestTransferRbw
hadoop.hdfs.server.datanode.TestBlockHasMultipleReplicasOnSameDN
hadoop.hdfs.server.namenode.ha.TestStandbyIsHot
hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes
hadoop.hdfs.server.datanode.TestCachingStrategy
hadoop.hdfs.TestMultipleNNPortQOP
hadoop.hdfs.tools.TestDFSAdmin
hadoop.hdfs.server.datanode.TestDataNodeFaultInjector
hadoop.hdfs.server.namenode.TestRedudantBlocks
hadoop.hdfs.server.datanode.TestDataNodeTransferSocketSize
hadoop.fs.viewfs.TestViewFileSystemWithXAttrs
hadoop.hdfs.server.namenode.snapshot.TestSnapshotDiffReport
hadoop.fs.contract.hdfs.TestHDFSContractPathHandle
hadoop.hdfs.TestDecommissionWithStripedBackoffMonitor
hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy
hadoop.hdfs.server.datanode.TestTriggerBlockReport
hadoop.hdfs.server.datanode.TestBlockReplacement
hadoop.hdfs.server.blockmanagement.TestOverReplicatedBlocks
hadoop.hdfs.server.namenode.TestNameNodeRpcServerMethods
hadoop.hdfs.TestLocalDFS
hadoop.hdfs.server.namenode.TestNameNodeRetryCacheMetrics
hadoop.hdfs.security.token.block.TestBlockToken
hadoop.fs.contract.hdfs.TestDFSWrappedIO
hadoop.hdfs.server.blockmanagement.TestSlowDiskTracker
hadoop.hdfs.server.namenode.ha.TestLossyRetryInvocationHandler
hadoop.hdfs.TestRollingUpgradeDowngrade
hadoop.hdfs.client.impl.TestClientBlockVerification
hadoop.hdfs.server.blockmanagement.TestRedundancyMonitor
hadoop.fs.viewfs.TestViewFsHdfs
hadoop.hdfs.TestDFSShell
hadoop.hdfs.TestDFSShellGenericOptions
hadoop.hdfs.TestSafeModeWithStripedFile
hadoop.hdfs.server.balancer.TestBalancerLongRunningTasks
hadoop.hdfs.tools.TestDFSHAAdminMiniCluster
hadoop.hdfs.TestPipelines
hadoop.hdfs.server.datanode.TestDataNodeMetrics
hadoop.hdfs.server.namenode.TestCreateEditsLog
hadoop.hdfs.server.namenode.TestFSImage
hadoop.hdfs.server.namenode.ha.TestBootstrapStandbyWithInProgressTailing
hadoop.cli.TestXAttrCLI
hadoop.cli.TestAclCLIWithPosixAclInheritance
hadoop.hdfs.TestTrashWithEncryptionZones
hadoop.hdfs.TestFileConcurrentReader
hadoop.hdfs.server.namenode.TestMetaSave
hadoop.hdfs.TestEncryptionZones
hadoop.hdfs.TestRollingUpgrade
hadoop.hdfs.TestDecommission
hadoop.hdfs.TestDFSStripedOutputStreamWithRandomECPolicy
hadoop.hdfs.server.namenode.snapshot.TestCheckpointsWithSnapshots
hadoop.hdfs.server.balancer.TestBalancer
hadoop.fs.TestWebHdfsFileContextMainOperations
hadoop.hdfs.server.namenode.TestGetContentSummaryWithPermission
hadoop.hdfs.TestDFSRename
hadoop.hdfs.server.namenode.web.resources.TestWebHdfsCreatePermissions
hadoop.fs.TestGlobPaths
hadoop.hdfs.server.namenode.ha.TestEditLogTailer
hadoop.fs.contract.hdfs.TestHDFSContractSafeMode
hadoop.hdfs.server.namenode.TestDeadDatanode
hadoop.hdfs.server.datanode.fsdataset.impl.TestFsVolumeList
hadoop.tools.TestJMXGet
hadoop.fs.contract.hdfs.TestHDFSContractConcat
hadoop.hdfs.shortcircuit.TestShortCircuitLocalRead
hadoop.hdfs.TestDFSInotifyEventInputStreamKerberized
hadoop.fs.viewfs.TestViewFSOverloadSchemeWithMountTableConfigInHDFS
hadoop.hdfs.TestMiniDFSCluster
hadoop.hdfs.server.namenode.snapshot.TestSnapshotRename
hadoop.hdfs.server.namenode.TestTransferFsImage
hadoop.hdfs.server.datanode.TestBlockCountersInPendingIBR
hadoop.fs.viewfs.TestNNStartupWhenViewFSOverloadSchemeEnabled
hadoop.hdfs.TestFileAppend2
hadoop.hdfs.web.TestWebHdfsWithRestCsrfPreventionFilter
hadoop.hdfs.crypto.TestHdfsCryptoStreams
hadoop.hdfs.server.datanode.TestFsDatasetCacheRevocation
hadoop.hdfs.server.blockmanagement.TestComputeInvalidateWork
hadoop.hdfs.server.namenode.snapshot.TestSnapshotStatsMXBean
hadoop.hdfs.TestFileAppend3
hadoop.hdfs.TestErasureCodeBenchmarkThroughput
hadoop.hdfs.server.balancer.TestBalancerWithHANameNodes
hadoop.cli.TestErasureCodingCLI
hadoop.hdfs.server.namenode.ha.TestConsistentReadsObserver
hadoop.hdfs.TestErasureCodingPolicyWithSnapshotWithRandomECPolicy
hadoop.hdfs.server.blockmanagement.TestReconstructStripedBlocksWithRackAwareness
hadoop.hdfs.TestHDFSTrash
hadoop.hdfs.server.namenode.TestNetworkTopologyServlet
hadoop.hdfs.server.namenode.TestNameNodeAcl
hadoop.hdfs.server.namenode.TestBlockPlacementPolicyRackFaultTolerant
hadoop.hdfs.TestFileStatus
hadoop.hdfs.TestDFSStartupVersions
hadoop.hdfs.server.namenode.TestNameNodeRespectsBindHostKeys
hadoop.hdfs.TestDFSOutputStream
hadoop.hdfs.server.namenode.TestProcessCorruptBlocks
hadoop.hdfs.server.namenode.TestStartup
hadoop.hdfs.TestLocatedBlocksRefresher
hadoop.hdfs.server.namenode.TestSaveNamespace
hadoop.hdfs.protocol.datatransfer.sasl.TestSaslDataTransfer
hadoop.hdfs.web.TestWebHDFSXAttr
hadoop.hdfs.server.datanode.fsdataset.impl.TestWriteToReplica
hadoop.yarn.webapp.util.TestWebServiceClient
hadoop.yarn.webapp.TestWebApp
hadoop.yarn.server.nodemanager.containermanager.resourceplugin.gpu.TestGpuDiscoverer
hadoop.yarn.server.nodemanager.webapp.TestNMContainerWebSocket
hadoop.yarn.server.nodemanager.TestNodeStatusUpdaterForAttributes
hadoop.yarn.server.nodemanager.containermanager.resourceplugin.TestResourcePluginManager
hadoop.yarn.server.nodemanager.webapp.TestNMWebServices
hadoop.yarn.server.nodemanager.webapp.dao.gpu.TestGpuDeviceInformationParser
hadoop.yarn.server.nodemanager.TestNodeManagerResync
hadoop.yarn.server.nodemanager.TestNodeStatusUpdaterForLabels
hadoop.yarn.server.nodemanager.TestNodeManagerReboot
hadoop.yarn.server.nodemanager.webapp.TestNMWebTerminal
hadoop.yarn.server.nodemanager.webapp.TestNMWebServicesApps
hadoop.yarn.server.nodemanager.TestNodeStatusUpdater
hadoop.yarn.server.nodemanager.webapp.TestNMWebServer
hadoop.yarn.server.nodemanager.webapp.TestNMWebServicesAuxServices
hadoop.yarn.server.nodemanager.TestNodeManagerShutdown
hadoop.yarn.server.nodemanager.webapp.TestNMWebServicesContainers
hadoop.yarn.server.applicationhistoryservice.TestTimelineServerRequests
hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices
hadoop.yarn.server.timeline.webapp.TestTimelineWebServices
hadoop.yarn.server.timeline.webapp.TestTimelineWebServicesWithSSL
hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilterForV1
hadoop.yarn.server.applicationhistoryservice.TestApplicationHistoryServer
hadoop.yarn.server.timelineservice.reader.TestTimelineReaderServer
hadoop.yarn.server.timelineservice.reader.TestTimelineReaderWebServicesACL
hadoop.yarn.server.timelineservice.collector.TestPerNodeTimelineCollectorsAuxService
hadoop.yarn.server.timelineservice.reader.TestTimelineReaderWebServices
hadoop.yarn.server.timelineservice.collector.TestNMTimelineCollectorManager
hadoop.yarn.server.webproxy.TestWebAppProxyServletFed
hadoop.yarn.server.webproxy.TestWebAppProxyServlet
hadoop.yarn.server.webproxy.amfilter.TestSecureAmFilter
hadoop.yarn.server.webproxy.TestWebAppProxyServer
Subsystem Report/Notes
Docker ClientAPI=1.55 ServerAPI=1.55 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8653/1/artifact/out/Dockerfile
GITHUB PR #8653
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient codespell detsecrets xmllint spotbugs checkstyle shellcheck shelldocs
uname Linux 51a8455a0f74 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / d26ef1f
Default Java Ubuntu-17.0.19+10-1-24.04.2-Ubuntu
Multi-JDK versions /usr/lib/jvm/java-21-openjdk-amd64:Ubuntu-21.0.11+10-1-24.04.2-Ubuntu /usr/lib/jvm/java-17-openjdk-amd64:Ubuntu-17.0.19+10-1-24.04.2-Ubuntu
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8653/1/testReport/
Max. process+thread count 9829 (vs. ulimit of 10000)
modules C: hadoop-project hadoop-common-project/hadoop-auth hadoop-common-project/hadoop-auth-examples hadoop-common-project/hadoop-common hadoop-common-project/hadoop-kms hadoop-hdfs-project/hadoop-hdfs-client hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-httpfs hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-web-proxy hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient hadoop-hdfs-project/hadoop-hdfs-rbf hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-sharedcachemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timeline-pluginstorage hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-globalpolicygenerator hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services/hadoop-yarn-services-core hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services/hadoop-yarn-services-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi hadoop-tools/hadoop-sls hadoop-tools/hadoop-resourceestimator hadoop-client-modules/hadoop-client-api hadoop-client-modules/hadoop-client-runtime hadoop-client-modules/hadoop-client-minicluster hadoop-client-modules/hadoop-client-check-invariants hadoop-client-modules/hadoop-client-check-test-invariants . U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8653/1/console
versions git=2.43.0 maven=3.9.15 spotbugs=4.9.7 shellcheck=0.9.0
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 1m 0s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 13s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+0 🆗 xmllint 0m 0s xmllint was not available.
+0 🆗 shelldocs 0m 0s Shelldocs was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 229 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 1m 54s Maven dependency ordering for branch
+1 💚 mvninstall 50m 23s trunk passed
+1 💚 compile 17m 35s trunk passed with JDK Ubuntu-21.0.11+10-1-24.04.2-Ubuntu
+1 💚 compile 20m 44s trunk passed with JDK Ubuntu-17.0.19+10-1-24.04.2-Ubuntu
+1 💚 checkstyle 7m 23s trunk passed
+1 💚 mvnsite 21m 16s trunk passed
+1 💚 javadoc 9m 45s trunk passed with JDK Ubuntu-21.0.11+10-1-24.04.2-Ubuntu
+1 💚 javadoc 9m 38s trunk passed with JDK Ubuntu-17.0.19+10-1-24.04.2-Ubuntu
+0 🆗 spotbugs 0m 21s branch/hadoop-project no spotbugs output file (spotbugsXml.xml)
-1 ❌ spotbugs 38m 2s /branch-spotbugs-root-warnings.html root in trunk has 93 extant spotbugs warnings.
+0 🆗 spotbugs 0m 30s branch/hadoop-client-modules/hadoop-client-api no spotbugs output file (spotbugsXml.xml)
+0 🆗 spotbugs 0m 28s branch/hadoop-client-modules/hadoop-client-check-invariants no spotbugs output file (spotbugsXml.xml)
+0 🆗 spotbugs 0m 28s branch/hadoop-client-modules/hadoop-client-check-test-invariants no spotbugs output file (spotbugsXml.xml)
+0 🆗 spotbugs 0m 29s branch/hadoop-client-modules/hadoop-client-minicluster no spotbugs output file (spotbugsXml.xml)
+0 🆗 spotbugs 0m 29s branch/hadoop-client-modules/hadoop-client-runtime no spotbugs output file (spotbugsXml.xml)
-1 ❌ spotbugs 0m 42s /branch-spotbugs-hadoop-tools_hadoop-resourceestimator-warnings.html hadoop-tools/hadoop-resourceestimator in trunk has 12 extant spotbugs warnings.
-1 ❌ spotbugs 1m 41s /branch-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager in trunk has 1 extant spotbugs warnings.
+1 💚 shadedclient 33m 40s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 1m 25s Maven dependency ordering for patch
-1 ❌ mvninstall 0m 22s /patch-mvninstall-hadoop-client-modules_hadoop-client-check-test-invariants.txt hadoop-client-check-test-invariants in the patch failed.
-1 ❌ mvninstall 43m 39s /patch-mvninstall-root.txt root in the patch failed.
-1 ❌ compile 17m 46s /patch-compile-root-jdkUbuntu-21.0.11+10-1-24.04.2-Ubuntu.txt root in the patch failed with JDK Ubuntu-21.0.11+10-1-24.04.2-Ubuntu.
-1 ❌ javac 17m 46s /patch-compile-root-jdkUbuntu-21.0.11+10-1-24.04.2-Ubuntu.txt root in the patch failed with JDK Ubuntu-21.0.11+10-1-24.04.2-Ubuntu.
-1 ❌ compile 18m 42s /patch-compile-root-jdkUbuntu-17.0.19+10-1-24.04.2-Ubuntu.txt root in the patch failed with JDK Ubuntu-17.0.19+10-1-24.04.2-Ubuntu.
-1 ❌ javac 18m 42s /patch-compile-root-jdkUbuntu-17.0.19+10-1-24.04.2-Ubuntu.txt root in the patch failed with JDK Ubuntu-17.0.19+10-1-24.04.2-Ubuntu.
-1 ❌ blanks 0m 1s /blanks-eol.txt The patch has 2 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-0 ⚠️ checkstyle 7m 13s /results-checkstyle-root.txt root: The patch generated 5 new + 3752 unchanged - 2 fixed = 3757 total (was 3754)
-1 ❌ mvnsite 8m 43s /patch-mvnsite-root.txt root in the patch failed.
+1 💚 shellcheck 0m 0s No new issues.
-1 ❌ javadoc 10m 10s /patch-javadoc-root-jdkUbuntu-21.0.11+10-1-24.04.2-Ubuntu.txt root in the patch failed with JDK Ubuntu-21.0.11+10-1-24.04.2-Ubuntu.
-1 ❌ javadoc 9m 26s /patch-javadoc-root-jdkUbuntu-17.0.19+10-1-24.04.2-Ubuntu.txt root in the patch failed with JDK Ubuntu-17.0.19+10-1-24.04.2-Ubuntu.
+0 🆗 spotbugs 0m 23s hadoop-project has no data from spotbugs
+0 🆗 spotbugs 0m 27s hadoop-client-modules/hadoop-client-api has no data from spotbugs
+0 🆗 spotbugs 0m 26s hadoop-client-modules/hadoop-client-runtime has no data from spotbugs
+0 🆗 spotbugs 0m 27s hadoop-client-modules/hadoop-client-minicluster has no data from spotbugs
+0 🆗 spotbugs 0m 26s hadoop-client-modules/hadoop-client-check-invariants has no data from spotbugs
+0 🆗 spotbugs 0m 25s hadoop-client-modules/hadoop-client-check-test-invariants has no data from spotbugs
-1 ❌ spotbugs 36m 47s /patch-spotbugs-root.txt root in the patch failed.
-1 ❌ shadedclient 32m 38s patch has errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 160m 47s /patch-unit-root.txt root in the patch failed.
+1 💚 asflicense 1m 22s The patch does not generate ASF License warnings.
715m 30s
Reason Tests
Failed junit tests hadoop.hdfs.server.datanode.TestDataNodeVolumeFailureReporting
hadoop.hdfs.server.namenode.snapshot.TestCheckpointsWithSnapshots
hadoop.hdfs.TestClientProtocolForPipelineRecovery
hadoop.hdfs.server.blockmanagement.TestBlockTokenWithShortCircuitRead
hadoop.hdfs.server.datanode.web.TestDatanodeHttpXFrame
hadoop.hdfs.server.namenode.ha.TestFailoverWithBlockTokensEnabled
hadoop.hdfs.TestLeaseRecoveryStriped
hadoop.hdfs.TestFileConcurrentReader
hadoop.hdfs.server.blockmanagement.TestAvailableSpaceBlockPlacementPolicy
hadoop.hdfs.server.blockmanagement.TestCorruptionWithFailover
hadoop.cli.TestXAttrCLI
hadoop.hdfs.server.datanode.TestDataNodeExit
hadoop.hdfs.web.TestWebHdfsTokens
hadoop.fs.contract.hdfs.TestHDFSContractConcat
hadoop.hdfs.TestDecommissionWithStripedBackoffMonitor
hadoop.hdfs.server.blockmanagement.TestReplicationPolicyWithNodeGroup
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewerForStoragePolicy
hadoop.hdfs.TestDFSStripedOutputStreamWithRandomECPolicy
hadoop.hdfs.server.balancer.TestBalancerRPCDelay
hadoop.hdfs.server.balancer.TestBalancerWithNodeGroup
hadoop.hdfs.server.namenode.TestFSImage
hadoop.hdfs.server.namenode.ha.TestDelegationTokensWithHA
hadoop.hdfs.server.namenode.snapshot.TestAclWithSnapshot
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewerWithStripedBlocks
hadoop.hdfs.TestDFSStripedOutputStreamUpdatePipeline
hadoop.hdfs.TestDFSRemove
hadoop.hdfs.server.datanode.TestHSync
hadoop.hdfs.server.namenode.ha.TestEditLogTailer
hadoop.hdfs.server.balancer.TestBalancer
hadoop.hdfs.server.blockmanagement.TestPendingInvalidateBlock
hadoop.hdfs.TestSmallBlock
hadoop.hdfs.server.namenode.TestNameNodeResourceChecker
hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistLockedMemory
hadoop.hdfs.server.datanode.TestDataNodeTcpNoDelay
hadoop.hdfs.server.namenode.TestParallelImageWrite
hadoop.fs.viewfs.TestViewFSOverloadSchemeWithMountTableConfigInHDFS
hadoop.hdfs.server.datanode.TestDnRespectsBlockReportSplitThreshold
hadoop.fs.TestSymlinkHdfsFileSystem
hadoop.hdfs.TestWriteConfigurationToDFS
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewerForXAttr
hadoop.hdfs.server.namenode.TestDeadDatanode
hadoop.hdfs.shortcircuit.TestShortCircuitLocalRead
hadoop.hdfs.TestDisableConnCache
hadoop.hdfs.server.namenode.TestNameNodeRespectsBindHostKeys
hadoop.hdfs.TestReservedRawPaths
hadoop.hdfs.server.namenode.snapshot.TestSnapshotFileLength
hadoop.hdfs.TestDatanodeLayoutUpgrade
hadoop.hdfs.server.mover.TestMover
hadoop.hdfs.server.balancer.TestBalancerWithSaslDataTransfer
hadoop.fs.viewfs.TestViewFsHdfs
hadoop.hdfs.server.datanode.fsdataset.impl.TestWriteToReplica
hadoop.hdfs.TestFsShellPermission
hadoop.hdfs.tools.TestDFSHAAdminMiniCluster
hadoop.hdfs.server.namenode.TestAddBlockRetry
hadoop.hdfs.client.impl.TestClientBlockVerification
hadoop.hdfs.server.datanode.TestBlockReplacement
hadoop.hdfs.server.namenode.TestFsckWithMultipleNameNodes
hadoop.hdfs.client.impl.TestBlockReaderLocal
hadoop.hdfs.server.namenode.TestNNThroughputBenchmark
hadoop.hdfs.server.namenode.TestRefreshBlockPlacementPolicy
hadoop.hdfs.TestDFSOutputStream
hadoop.hdfs.TestFileStatus
hadoop.cli.TestCryptoAdminCLI
hadoop.hdfs.server.namenode.snapshot.TestINodeFileUnderConstructionWithSnapshot
hadoop.hdfs.server.namenode.ha.TestSeveralNameNodes
hadoop.hdfs.TestIsMethodSupported
hadoop.hdfs.server.namenode.ha.TestBootstrapStandbyWithQJM
hadoop.hdfs.server.namenode.TestFileTruncate
hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistReplicaPlacement
hadoop.hdfs.server.namenode.web.resources.TestWebHdfsDataLocality
hadoop.fs.contract.hdfs.TestHDFSContractSetTimes
hadoop.hdfs.web.TestWebHdfsUrl
hadoop.hdfs.TestWriteBlockGetsBlockLengthHint
hadoop.hdfs.server.namenode.ha.TestHAStateTransitions
hadoop.hdfs.TestDFSAddressConfig
hadoop.hdfs.server.datanode.TestCorruptMetadataFile
hadoop.hdfs.TestStripedFileAppend
hadoop.hdfs.server.namenode.TestFSImageWithSnapshot
hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes
hadoop.hdfs.TestFileCreationClient
hadoop.hdfs.server.balancer.TestBalancerService
hadoop.fs.viewfs.TestViewFsDefaultValue
hadoop.hdfs.server.namenode.TestCreateEditsLog
hadoop.hdfs.server.namenode.snapshot.TestDiffListBySkipList
hadoop.hdfs.server.datanode.TestReadOnlySharedStorage
hadoop.hdfs.server.namenode.TestMalformedURLs
hadoop.fs.viewfs.TestViewFsLinkFallback
hadoop.hdfs.tools.TestDelegationTokenFetcher
hadoop.hdfs.server.datanode.TestDataNodeVolumeMetrics
hadoop.hdfs.TestMaintenanceWithStriped
hadoop.fs.viewfs.TestViewFileSystemLinkMergeSlash
hadoop.hdfs.server.blockmanagement.TestPendingReconstruction
hadoop.hdfs.TestFetchImage
hadoop.hdfs.server.datanode.TestCachingStrategy
hadoop.hdfs.TestOpenFileWithLocatedBlocks
hadoop.hdfs.TestLargeBlock
hadoop.hdfs.tools.TestStoragePolicyCommands
hadoop.hdfs.server.namenode.TestReencryptionWithKMS
hadoop.hdfs.server.namenode.metrics.TestNameNodeMetrics
hadoop.hdfs.TestDFSRollback
hadoop.fs.contract.hdfs.TestHDFSContractMkdir
hadoop.hdfs.server.namenode.TestStripedINodeFile
hadoop.hdfs.server.blockmanagement.TestRBWBlockInvalidation
hadoop.hdfs.server.namenode.TestCacheDirectivesWithViewDFS
hadoop.hdfs.TestByteBufferPread
hadoop.hdfs.server.datanode.TestDataNodeMXBean
hadoop.hdfs.server.namenode.ha.TestConsistentReadsObserver
hadoop.TestRefreshCallQueue
hadoop.hdfs.TestUnsetAndChangeDirectoryEcPolicy
hadoop.hdfs.TestRestartDFS
hadoop.hdfs.server.namenode.TestRefreshNamenodeReplicationConfig
hadoop.hdfs.server.blockmanagement.TestBlockReportLease
hadoop.hdfs.server.namenode.TestSecondaryNameNodeUpgrade
hadoop.fs.loadGenerator.TestLoadGenerator
hadoop.hdfs.TestAppendSnapshotTruncate
hadoop.hdfs.server.namenode.snapshot.TestRenameWithSnapshots
hadoop.fs.viewfs.TestViewFsFileStatusHdfs
hadoop.hdfs.server.namenode.TestBackupNode
hadoop.TestGenericRefresh
hadoop.hdfs.server.namenode.TestNameEditsConfigs
hadoop.fs.contract.hdfs.TestHDFSContractOpen
hadoop.hdfs.TestDFSUpgradeFromImage
hadoop.hdfs.server.datanode.TestBlockScanner
hadoop.hdfs.security.token.block.TestBlockToken
hadoop.fs.TestGlobPaths
hadoop.hdfs.server.datanode.TestTriggerBlockReport
hadoop.hdfs.TestDatanodeStartupFixesLegacyStorageIDs
hadoop.hdfs.server.blockmanagement.TestSlowDiskTracker
hadoop.hdfs.server.blockmanagement.TestAvailableSpaceRackFaultTolerantBPP
hadoop.hdfs.server.namenode.TestStoragePolicySatisfierWithHA
hadoop.hdfs.TestDFSStartupVersions
hadoop.hdfs.TestReplication
hadoop.hdfs.server.namenode.TestFileLimit
hadoop.hdfs.server.namenode.TestNameNodeHttpServerXFrame
hadoop.hdfs.TestDeadNodeDetection
hadoop.hdfs.web.TestHttpsFileSystem
hadoop.fs.TestFcHdfsCreateMkdir
hadoop.hdfs.server.namenode.ha.TestFailureOfSharedDir
hadoop.hdfs.tools.TestDFSAdminWithHA
hadoop.hdfs.TestViewDistributedFileSystemWithMountLinks
hadoop.hdfs.server.namenode.TestNamenodeCapacityReport
hadoop.hdfs.web.TestWebHdfsFileSystemContract
hadoop.hdfs.TestDatanodeReport
hadoop.hdfs.security.TestDelegationTokenForProxyUser
hadoop.hdfs.server.blockmanagement.TestPendingDataNodeMessages
hadoop.hdfs.server.datanode.TestDataNodeUUID
hadoop.fs.contract.hdfs.TestHDFSContractUnbuffer
hadoop.security.TestPermission
hadoop.hdfs.TestDataStream
hadoop.hdfs.TestTrashWithSecureEncryptionZones
hadoop.hdfs.server.datanode.TestIncrementalBrVariations
hadoop.fs.contract.hdfs.TestHDFSContractMultipartUploader
hadoop.fs.TestUrlStreamHandler
hadoop.fs.viewfs.TestViewFileSystemLinkFallback
hadoop.hdfs.TestRollingUpgradeRollback
hadoop.hdfs.TestFileStatusWithRandomECPolicy
hadoop.hdfs.TestClose
hadoop.hdfs.server.datanode.TestDataNodeFaultInjector
hadoop.hdfs.server.namenode.snapshot.TestXAttrWithSnapshot
hadoop.hdfs.server.datanode.fsdataset.impl.TestScrLazyPersistFiles
hadoop.hdfs.server.aliasmap.TestSecureAliasMap
hadoop.hdfs.server.namenode.snapshot.TestSnapRootDescendantDiff
hadoop.hdfs.server.namenode.ha.TestLossyRetryInvocationHandler
hadoop.hdfs.server.blockmanagement.TestBlockReportRateLimiting
hadoop.hdfs.server.namenode.TestLeaseManager
hadoop.hdfs.crypto.TestHdfsCryptoStreams
hadoop.hdfs.TestErasureCodingPolicies
hadoop.fs.TestSymlinkHdfsFileContext
hadoop.hdfs.server.namenode.TestSecurityTokenEditLog
hadoop.hdfs.TestDFSPermission
hadoop.hdfs.server.balancer.TestBalancerLongRunningTasks
hadoop.hdfs.server.namenode.snapshot.TestSnapshotBlocksMap
hadoop.hdfs.TestBlockMissingException
hadoop.hdfs.TestErasureCodingExerciseAPIs
hadoop.hdfs.server.namenode.TestNameNodeStatusMXBean
hadoop.hdfs.TestBalancerBandwidth
hadoop.hdfs.server.namenode.TestQuotaWithStripedBlocksWithRandomECPolicy
hadoop.hdfs.server.datanode.fsdataset.impl.TestInterDatanodeProtocol
hadoop.hdfs.TestFileAppend4
hadoop.fs.contract.hdfs.TestHDFSContractBulkDelete
hadoop.hdfs.TestDFSShell
hadoop.hdfs.server.namenode.TestEditLogRace
hadoop.hdfs.server.namenode.TestTransferFsImage
hadoop.hdfs.server.datanode.TestBlockCountersInPendingIBR
hadoop.hdfs.TestLeaseRecovery2
hadoop.net.TestNetworkTopology
hadoop.hdfs.server.datanode.TestDataNodeMetrics
hadoop.fs.viewfs.TestViewFileSystemOverloadSchemeHdfsFileSystemContract
hadoop.fs.TestSWebHdfsFileContextMainOperations
hadoop.hdfs.server.namenode.ha.TestHAMetrics
hadoop.hdfs.server.namenode.TestSecureNameNode
hadoop.hdfs.TestRollingUpgrade
hadoop.hdfs.server.namenode.TestProtectedDirectories
hadoop.hdfs.server.namenode.TestEditLogJournalFailures
hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks
hadoop.hdfs.server.namenode.fgl.TestFSNLockBenchmarkThroughput
hadoop.hdfs.server.datanode.TestDataNodeLifeline
hadoop.hdfs.TestDFSClientSocketSize
hadoop.hdfs.util.TestPipelineCloseRecoveryByteArrayLeak
hadoop.hdfs.server.datanode.TestDataNodeMultipleRegistrations
hadoop.hdfs.server.namenode.ha.TestHAAppend
hadoop.hdfs.server.namenode.TestAuditLogs
hadoop.hdfs.TestDFSStripedInputStreamWithRandomECPolicy
hadoop.hdfs.TestLeaseRecovery
hadoop.hdfs.server.datanode.TestDeleteBlockPool
hadoop.hdfs.server.namenode.TestStorageRestore
hadoop.hdfs.TestBlockStoragePolicy
hadoop.hdfs.server.namenode.ha.TestStateTransitionFailure
hadoop.hdfs.protocol.datatransfer.sasl.TestSaslDataTransfer
hadoop.hdfs.server.datanode.TestNNHandlesCombinedBlockReport
hadoop.hdfs.server.namenode.TestPersistentStoragePolicySatisfier
hadoop.hdfs.server.datanode.TestDataNodeVolumeFailure
hadoop.hdfs.TestHdfsAdmin
hadoop.hdfs.TestDFSInotifyEventInputStream
hadoop.hdfs.server.namenode.TestNameNodeMXBean
hadoop.hdfs.server.namenode.snapshot.TestSnapshotNameWithInvalidCharacters
hadoop.hdfs.server.namenode.snapshot.TestSnapshotManager
hadoop.hdfs.server.namenode.TestFSNamesystemMBean
hadoop.hdfs.TestExternalBlockReader
hadoop.hdfs.server.blockmanagement.TestHeartbeatHandling
hadoop.hdfs.server.datanode.TestNNHandlesBlockReportPerStorage
hadoop.hdfs.server.namenode.TestNameNodeAcl
hadoop.hdfs.server.namenode.ha.TestStandbyInProgressTail
hadoop.hdfs.TestSafeModeWithStripedFile
hadoop.hdfs.server.namenode.ha.TestMultiObserverNode
hadoop.hdfs.web.TestWebHDFSAcl
hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyWriter
hadoop.hdfs.server.blockmanagement.TestSequentialBlockGroupId
hadoop.hdfs.tools.TestGetGroups
hadoop.hdfs.TestLease
hadoop.hdfs.server.namenode.ha.TestObserverNode
hadoop.hdfs.server.namenode.TestNameNodeRpcServer
hadoop.hdfs.TestDFSMkdirs
hadoop.hdfs.web.TestFSMainOperationsWebHdfs
hadoop.hdfs.server.datanode.TestDataNodeInitStorage
hadoop.hdfs.server.namenode.TestAuditLoggerWithCommands
hadoop.hdfs.server.datanode.TestDirectoryScanner
hadoop.hdfs.server.diskbalancer.TestDiskBalancer
hadoop.hdfs.server.namenode.TestReencryption
hadoop.hdfs.server.namenode.ha.TestUpdateBlockTailing
hadoop.hdfs.server.datanode.fsdataset.impl.TestReplicaCachingGetSpaceUsed
hadoop.hdfs.server.diskbalancer.TestDiskBalancerRPC
hadoop.hdfs.TestDatanodeConfig
hadoop.hdfs.server.namenode.TestSaveNamespace
hadoop.hdfs.server.namenode.TestDeleteRace
hadoop.hdfs.server.namenode.ha.TestStandbyIsHot
hadoop.hdfs.tools.TestViewFileSystemOverloadSchemeWithDFSAdmin
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewerForAcl
hadoop.hdfs.TestFileAppend2
hadoop.fs.contract.hdfs.TestHDFSContractLeaseRecovery
hadoop.hdfs.TestDFSInotifyEventInputStreamKerberized
hadoop.hdfs.TestErasureCodingPoliciesWithRandomECPolicy
hadoop.hdfs.TestWriteReadStripedFile
hadoop.hdfs.web.TestWebHDFSForHA
hadoop.hdfs.server.namenode.TestNameNodeXAttr
hadoop.hdfs.TestErasureCodingPolicyWithSnapshotWithRandomECPolicy
hadoop.hdfs.TestDFSStripedInputStreamReadFailures
hadoop.hdfs.server.namenode.TestCorrectnessOfQuotaAfterRenameOp
hadoop.hdfs.server.mover.TestStorageMover
hadoop.hdfs.server.namenode.TestUpgradeDomainBlockPlacementPolicy
hadoop.hdfs.server.datanode.fsdataset.impl.TestFsDatasetImpl
hadoop.hdfs.TestDecommissionWithStriped
hadoop.hdfs.server.namenode.TestFSImageWithSnapshotParallelAndCompress
hadoop.hdfs.server.namenode.snapshot.TestRandomOpsWithSnapshots
hadoop.hdfs.TestLocalDFS
hadoop.hdfs.server.namenode.TestAddBlock
hadoop.hdfs.server.namenode.TestDiskspaceQuotaUpdate
hadoop.hdfs.TestReadStripedFileWithMissingBlocks
hadoop.hdfs.server.datanode.TestDataNodeECN
hadoop.hdfs.server.blockmanagement.TestReplicationPolicyConsiderLoad
hadoop.hdfs.TestEncryptionZones
hadoop.hdfs.server.namenode.TestHostsFiles
hadoop.fs.contract.hdfs.TestHDFSContractVectoredRead
hadoop.fs.TestSymlinkHdfsDisable
hadoop.hdfs.TestAbandonBlock
hadoop.hdfs.server.namenode.ha.TestFailureToReadEdits
hadoop.fs.viewfs.TestViewFileSystemLinkRegex
hadoop.hdfs.server.namenode.snapshot.TestSnapshotStatsMXBean
hadoop.hdfs.server.namenode.ha.TestBootstrapStandby
hadoop.hdfs.server.namenode.TestXAttrConfigFlag
hadoop.hdfs.server.datanode.fsdataset.impl.TestDatanodeRestart
hadoop.hdfs.tools.TestWebHDFSStoragePolicyCommands
hadoop.hdfs.server.blockmanagement.TestComputeInvalidateWork
hadoop.hdfs.server.blockmanagement.TestReplicationPolicyWithUpgradeDomain
hadoop.hdfs.server.namenode.TestAddStripedBlocks
hadoop.hdfs.server.namenode.snapshot.TestNestedSnapshots
hadoop.hdfs.client.impl.TestBlockReaderRemote
hadoop.hdfs.TestMissingBlocksAlert
hadoop.hdfs.TestDFSClientRetries
hadoop.hdfs.server.namenode.TestNameNodeReconfigure
hadoop.hdfs.server.namenode.ha.TestPipelinesFailover
hadoop.cli.TestHDFSCLI
hadoop.fs.viewfs.TestViewFileSystemHdfs
hadoop.hdfs.server.namenode.snapshot.TestFSImageWithOrderedSnapshotDeletion
hadoop.hdfs.server.balancer.TestBalancerWithMultipleNameNodes
hadoop.hdfs.TestDistributedFileSystem
hadoop.hdfs.server.datanode.fsdataset.impl.TestFsVolumeList
hadoop.hdfs.TestDFSInputStreamBlockLocations
hadoop.hdfs.server.namenode.ha.TestHAFsck
hadoop.hdfs.server.diskbalancer.command.TestDiskBalancerCommand
hadoop.hdfs.server.namenode.TestFileContextAcl
hadoop.hdfs.TestEncryptionZonesWithHA
hadoop.hdfs.server.datanode.fsdataset.impl.TestSpaceReservation
hadoop.hdfs.server.namenode.ha.TestBootstrapStandbyWithInProgressTailing
hadoop.hdfs.TestViewDistributedFileSystemContract
hadoop.hdfs.TestFileCorruption
hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistFiles
hadoop.hdfs.server.sps.TestExternalStoragePolicySatisfier
hadoop.hdfs.TestBlocksScheduledCounter
hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy
hadoop.hdfs.qjournal.TestSecureNNWithQJM
hadoop.security.TestPermissionSymlinks
hadoop.hdfs.tools.offlineEditsViewer.TestOfflineEditsViewer
hadoop.hdfs.TestViewDistributedFileSystem
hadoop.hdfs.server.namenode.ha.TestNNHealthCheck
hadoop.hdfs.server.namenode.TestFileContextXAttr
hadoop.hdfs.server.namenode.snapshot.TestListSnapshot
hadoop.hdfs.server.namenode.sps.TestStoragePolicySatisfierWithStripedFile
hadoop.fs.contract.hdfs.TestHDFSContractPathHandle
hadoop.fs.TestFcHdfsPermission
hadoop.hdfs.TestDataTransferKeepalive
hadoop.hdfs.server.blockmanagement.TestBlockTokenWithDFSStriped
hadoop.hdfs.TestTrashWithEncryptionZones
hadoop.hdfs.server.namenode.TestMetaSave
hadoop.hdfs.TestMiniDFSCluster
hadoop.hdfs.server.namenode.ha.TestHASafeMode
hadoop.hdfs.server.datanode.TestRefreshNamenodes
hadoop.fs.viewfs.TestViewFsAtHdfsRoot
hadoop.hdfs.TestFileAppend
hadoop.cli.TestAclCLI
hadoop.hdfs.server.namenode.TestNetworkTopologyServlet
hadoop.hdfs.server.namenode.TestNameNodeRpcServerMethods
hadoop.hdfs.TestGetBlocks
hadoop.fs.permission.TestStickyBit
hadoop.hdfs.server.blockmanagement.TestReconstructStripedBlocksWithRackAwareness
hadoop.hdfs.server.blockmanagement.TestBlockPlacementPolicyDebugLoggingBuilder
hadoop.hdfs.server.namenode.TestAddStripedBlockInFBR
hadoop.hdfs.TestErasureCodingPolicyWithSnapshot
hadoop.hdfs.server.datanode.TestBlockRecovery2
hadoop.hdfs.server.balancer.TestBalancerWithHANameNodes
hadoop.hdfs.TestReconstructStripedFileWithValidator
hadoop.hdfs.server.namenode.ha.TestDFSUpgradeWithHA
hadoop.hdfs.TestMultiThreadedHflush
hadoop.hdfs.TestPipelines
hadoop.hdfs.server.namenode.TestNNStorageRetentionFunctional
hadoop.fs.viewfs.TestViewFileSystemAtHdfsRoot
hadoop.hdfs.TestDFSStripedOutputStreamWithFailure
hadoop.tools.TestJMXGet
hadoop.hdfs.TestRenameWhileOpen
hadoop.hdfs.TestFileChecksum
hadoop.hdfs.TestDistributedFileSystemWithECFile
hadoop.hdfs.server.namenode.snapshot.TestSnapshotDiffReport
hadoop.hdfs.server.namenode.snapshot.TestSnapshotRename
hadoop.hdfs.protocol.datatransfer.sasl.TestSaslDataTransferExpiredBlockToken
hadoop.hdfs.server.datanode.TestTransferRbw
hadoop.hdfs.TestDecommissionWithBackoffMonitor
hadoop.metrics2.sink.TestRollingFileSystemSinkWithSecureHdfs
hadoop.hdfs.server.namenode.snapshot.TestOrderedSnapshotDeletion
hadoop.hdfs.server.namenode.TestNameNodeHttpServer
hadoop.hdfs.server.blockmanagement.TestErasureCodingCorruption
hadoop.hdfs.TestCrcCorruption
hadoop.hdfs.TestSafeModeWithStripedFileWithRandomECPolicy
hadoop.hdfs.server.namenode.ha.TestStandbyBlockManagement
hadoop.hdfs.server.blockmanagement.TestReplicationPolicy
hadoop.hdfs.TestDataTransferProtocol
hadoop.hdfs.server.namenode.TestNameNodeRecovery
hadoop.hdfs.TestFSOutputSummer
hadoop.hdfs.server.namenode.TestFSDirectory
hadoop.hdfs.client.impl.TestBlockReaderLocalLegacy
hadoop.hdfs.qjournal.server.TestJournalNodeSync
hadoop.hdfs.TestFileCreationEmpty
hadoop.hdfs.server.namenode.TestHDFSConcat
hadoop.hdfs.server.namenode.TestNameNodeRetryCacheMetrics
hadoop.hdfs.TestReadStripedFileWithDecodingCorruptData
hadoop.hdfs.server.namenode.TestEditLogAutoroll
hadoop.hdfs.TestHDFSTrash
hadoop.cli.TestDeleteCLI
hadoop.hdfs.TestFileCreationDelete
hadoop.hdfs.server.namenode.TestINodeAttributeProvider
hadoop.hdfs.server.namenode.TestCommitBlockWithInvalidGenStamp
hadoop.hdfs.server.namenode.snapshot.TestRenameWithOrderedSnapshotDeletion
hadoop.hdfs.TestFSInputChecker
hadoop.hdfs.server.namenode.ha.TestDNFencingWithReplication
hadoop.hdfs.server.datanode.TestDataNodeReconfiguration
hadoop.hdfs.TestDFSUpgrade
hadoop.hdfs.security.TestDelegationToken
hadoop.hdfs.TestRollingUpgradeDowngrade
hadoop.hdfs.security.token.block.TestUpdateDataNodeCurrentKey
hadoop.hdfs.server.namenode.TestFSImageWithAcl
hadoop.hdfs.server.blockmanagement.TestReplicationPolicyExcludeSlowNodes
hadoop.hdfs.web.TestWebHdfsWithMultipleNameNodes
hadoop.hdfs.server.namenode.TestSnapshotPathINodes
hadoop.hdfs.TestFileLengthOnClusterRestart
hadoop.fs.shell.TestHdfsTextCommand
hadoop.hdfs.server.namenode.ha.TestQuotasWithHA
hadoop.hdfs.TestRead
hadoop.fs.viewfs.TestViewFileSystemWithTruncate
hadoop.fs.viewfs.TestViewFileSystemWithAcls
hadoop.hdfs.TestAclsEndToEnd
hadoop.hdfs.server.datanode.TestBatchIbr
hadoop.fs.contract.hdfs.TestHDFSContractSeek
hadoop.hdfs.server.blockmanagement.TestStorageBlockPoolUsageStdDev
hadoop.hdfs.server.namenode.snapshot.TestOpenFilesWithSnapshot
hadoop.hdfs.qjournal.TestNNWithQJM
hadoop.hdfs.server.namenode.snapshot.TestSnapshotReplication
hadoop.hdfs.server.namenode.TestINodeFile
hadoop.hdfs.TestDistributedFileSystemWithECFileWithRandomECPolicy
hadoop.hdfs.server.namenode.snapshot.TestSnapshottableDirListing
hadoop.hdfs.server.namenode.snapshot.TestSnapshotMetrics
hadoop.hdfs.server.balancer.TestBalancerWithEncryptedTransfer
hadoop.hdfs.server.namenode.TestDefaultBlockPlacementPolicy
hadoop.hdfs.TestPread
hadoop.hdfs.tools.TestStoragePolicySatisfyAdminCommands
hadoop.hdfs.server.namenode.snapshot.TestSetQuotaWithSnapshot
hadoop.cli.TestErasureCodingCLI
hadoop.hdfs.server.datanode.TestDataNodeVolumeFailureToleration
hadoop.hdfs.TestSnapshotCommands
hadoop.hdfs.TestStoragePolicyPermissionSettings
hadoop.hdfs.server.namenode.TestAuthorizationHeaderPropagation
hadoop.hdfs.server.blockmanagement.TestAvailableSpaceBPPBalanceLocal
hadoop.hdfs.TestDFSClientExcludedNodes
hadoop.hdfs.server.namenode.TestCheckpoint
hadoop.hdfs.web.TestWebHdfsWithAuthenticationFilter
hadoop.hdfs.server.namenode.TestNamenodeStorageDirectives
hadoop.hdfs.TestListFilesInDFS
hadoop.hdfs.TestApplyingStoragePolicy
hadoop.hdfs.server.namenode.TestEditLog
hadoop.hdfs.server.namenode.TestAuditLogger
hadoop.hdfs.server.namenode.TestReconstructStripedBlocks
hadoop.hdfs.TestSlowDatanodeReport
hadoop.cli.TestCacheAdminCLI
hadoop.hdfs.TestBlockRecoveryCauseStandbyNameNodeCrash
hadoop.fs.contract.hdfs.TestHDFSContractRootDirectory
hadoop.hdfs.TestHAAuxiliaryPort
hadoop.hdfs.server.namenode.ha.TestXAttrsWithHA
hadoop.hdfs.TestReadWhileWriting
hadoop.hdfs.TestDFSStripedInputStream
hadoop.hdfs.TestMultipleNNPortQOP
hadoop.hdfs.server.namenode.TestRedudantBlocks
hadoop.hdfs.server.namenode.ha.TestDNFencing
hadoop.fs.viewfs.TestViewFsWithXAttrs
hadoop.fs.viewfs.TestViewFileSystemWithXAttrs
hadoop.hdfs.TestParallelShortCircuitLegacyRead
hadoop.hdfs.server.diskbalancer.TestConnectors
hadoop.hdfs.server.namenode.TestAclConfigFlag
hadoop.hdfs.server.namenode.TestCacheDirectives
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewerForErasureCodingPolicy
hadoop.hdfs.TestFileStatusWithDefaultECPolicy
hadoop.hdfs.server.datanode.fsdataset.impl.TestProvidedImpl
hadoop.hdfs.TestDecommission
hadoop.hdfs.TestMaintenanceState
hadoop.hdfs.server.namenode.TestBlockUnderConstruction
hadoop.hdfs.server.namenode.TestMetadataVersionOutput
hadoop.hdfs.tools.TestDFSAdmin
hadoop.hdfs.server.namenode.TestLargeDirectoryDelete
hadoop.hdfs.TestErasureCodeBenchmarkThroughput
hadoop.hdfs.server.namenode.snapshot.TestFileContextSnapshot
hadoop.hdfs.server.namenode.snapshot.TestDisallowModifyROSnapshot
hadoop.hdfs.server.blockmanagement.TestOverReplicatedBlocks
hadoop.hdfs.TestDFSShellTouch
hadoop.hdfs.TestDatanodeDeath
hadoop.hdfs.server.namenode.TestGetContentSummaryWithPermission
hadoop.hdfs.server.namenode.TestListCorruptFileBlocks
hadoop.hdfs.TestSetrepDecreasing
hadoop.hdfs.server.namenode.TestNamenodeRetryCache
hadoop.hdfs.server.datanode.TestDataNodeRollingUpgrade
hadoop.hdfs.server.datanode.TestDataNodeErasureCodingMetrics
hadoop.hdfs.server.namenode.TestNameNodeMetadataConsistency
hadoop.hdfs.TestBatchedListDirectories
hadoop.hdfs.TestReplaceDatanodeFailureReplication
hadoop.hdfs.server.namenode.TestSecondaryWebUi
hadoop.hdfs.tools.TestDebugAdmin
hadoop.hdfs.TestHFlush
hadoop.hdfs.server.datanode.fsdataset.impl.TestFsDatasetCache
hadoop.hdfs.server.namenode.metrics.TestNNMetricFilesInGetListingOps
hadoop.hdfs.server.namenode.TestAllowFormat
hadoop.hdfs.server.namenode.ha.TestGetGroupsWithHA
hadoop.hdfs.TestClientReportBadBlock
hadoop.hdfs.server.namenode.TestNameNodeMetricsLogger
hadoop.hdfs.TestFileAppendRestart
hadoop.hdfs.server.namenode.ha.TestInitializeSharedEdits
hadoop.hdfs.server.namenode.TestFavoredNodesEndToEnd
hadoop.fs.contract.hdfs.TestHDFSContractGetFileStatus
hadoop.hdfs.web.TestWebHDFSXAttr
hadoop.hdfs.TestErasureCodingMultipleRacks
hadoop.hdfs.TestDatanodeRegistration
hadoop.hdfs.TestSeekBug
hadoop.hdfs.TestSetTimes
hadoop.hdfs.server.datanode.TestDataNodeTransferSocketSize
hadoop.hdfs.server.datanode.TestDiskError
hadoop.hdfs.server.namenode.TestStartup
hadoop.hdfs.TestReconstructStripedFile
hadoop.hdfs.TestSafeMode
hadoop.fs.viewfs.TestViewFileSystemOverloadSchemeWithHdfsScheme
hadoop.hdfs.TestParallelShortCircuitReadUnCached
hadoop.hdfs.TestEnclosingRoot
hadoop.hdfs.server.namenode.web.resources.TestWebHdfsCreatePermissions
hadoop.hdfs.TestDFSStorageStateRecovery
hadoop.hdfs.server.datanode.TestStorageReport
hadoop.hdfs.server.namenode.TestBlockPlacementPolicyRackFaultTolerant
hadoop.hdfs.TestDFSRename
hadoop.hdfs.TestDFSInputStream
hadoop.hdfs.TestSetrepIncreasing
hadoop.hdfs.TestWriteRead
hadoop.hdfs.tools.TestViewFSStoragePolicyCommands
hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistPolicy
hadoop.hdfs.server.namenode.ha.TestStandbyCheckpoints
hadoop.hdfs.server.namenode.TestQuotaWithStripedBlocks
hadoop.hdfs.server.namenode.snapshot.TestSnapshotListing
hadoop.hdfs.TestHDFSFileSystemContract
hadoop.hdfs.TestParallelRead
hadoop.fs.TestUnbuffer
hadoop.fs.TestEnhancedByteBufferAccess
hadoop.hdfs.TestParallelUnixDomainRead
hadoop.hdfs.TestReadStripedFileWithDecoding
hadoop.hdfs.server.namenode.snapshot.TestOrderedSnapshotDeletionGc
hadoop.hdfs.server.datanode.TestBPOfferService
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewerForContentSummary
hadoop.hdfs.web.TestWebHdfsWithRestCsrfPreventionFilter
hadoop.hdfs.server.namenode.ha.TestPendingCorruptDnMessages
hadoop.hdfs.tools.TestECAdmin
hadoop.fs.contract.hdfs.TestDFSWrappedIO
hadoop.hdfs.server.namenode.TestDecommissioningStatus
hadoop.hdfs.server.blockmanagement.TestBlocksWithNotEnoughRacks
hadoop.hdfs.TestDFSFinalize
hadoop.hdfs.TestFileAppend3
hadoop.metrics2.sink.TestRollingFileSystemSinkWithHdfs
hadoop.hdfs.server.blockmanagement.TestNameNodePrunesMissingStorages
hadoop.hdfs.TestSecureEncryptionZoneWithKMS
hadoop.hdfs.server.namenode.ha.TestRetryCacheWithHA
hadoop.hdfs.TestStateAlignmentContextWithHA
hadoop.hdfs.TestQuota
hadoop.hdfs.server.datanode.TestDataTransferThrottler
hadoop.hdfs.server.namenode.TestDecommissioningStatusWithBackoffMonitor
hadoop.hdfs.TestParallelShortCircuitRead
hadoop.hdfs.shortcircuit.TestShortCircuitCache
hadoop.hdfs.server.namenode.ha.TestBootstrapAliasmap
hadoop.cli.TestAclCLIWithPosixAclInheritance
hadoop.hdfs.TestEncryptedTransfer
hadoop.hdfs.server.namenode.TestCheckPointForSecurityTokens
hadoop.hdfs.server.datanode.TestFsDatasetCacheRevocation
hadoop.fs.viewfs.TestViewFsWithAcls
hadoop.hdfs.server.namenode.TestFSImageWithXAttr
hadoop.fs.contract.hdfs.TestHDFSContractCreate
hadoop.hdfs.server.blockmanagement.TestRedundancyMonitor
hadoop.hdfs.server.datanode.TestBlockHasMultipleReplicasOnSameDN
hadoop.hdfs.TestFileCreation
hadoop.hdfs.server.datanode.TestIncrementalBlockReports
hadoop.hdfs.tools.TestViewFileSystemOverloadSchemeWithFSCommands
hadoop.hdfs.server.namenode.snapshot.TestGetContentSummaryWithSnapshot
hadoop.fs.TestResolveHdfsSymlink
hadoop.fs.contract.hdfs.TestHDFSContractDelete
hadoop.hdfs.TestExtendedAcls
hadoop.hdfs.TestDFSStripedOutputStreamWithFailureWithRandomECPolicy
hadoop.fs.TestWebHdfsFileContextMainOperations
hadoop.hdfs.TestPersistBlocks
hadoop.hdfs.TestConnCache
hadoop.hdfs.TestGetFileChecksum
hadoop.hdfs.TestReadStripedFileWithDecodingDeletedData
hadoop.fs.contract.hdfs.TestHDFSContractRename
hadoop.hdfs.server.namenode.TestGenericJournalConf
hadoop.hdfs.TestQuotaAllowOwner
hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistReplicaRecovery
hadoop.hdfs.server.datanode.TestLargeBlockReport
hadoop.hdfs.TestLocatedBlocksRefresher
hadoop.hdfs.server.namenode.TestHAWithInProgressTail
hadoop.hdfs.TestErasureCodingAddConfig
hadoop.hdfs.server.diskbalancer.TestDiskBalancerWithMockMover
hadoop.hdfs.server.blockmanagement.TestNodeCount
hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion
hadoop.fs.viewfs.TestNNStartupWhenViewFSOverloadSchemeEnabled
hadoop.hdfs.TestDFSShellGenericOptions
hadoop.hdfs.client.impl.TestBlockReaderFactory
hadoop.hdfs.web.TestWebHDFS
hadoop.hdfs.TestParallelShortCircuitReadNoChecksum
hadoop.hdfs.tools.TestDFSZKFailoverController
hadoop.hdfs.server.namenode.TestProcessCorruptBlocks
hadoop.hdfs.TestModTime
hadoop.hdfs.server.namenode.TestNestedEncryptionZones
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewer
hadoop.hdfs.server.namenode.snapshot.TestSnapshot
hadoop.fs.contract.hdfs.TestHDFSContractAppend
hadoop.hdfs.server.blockmanagement.TestBlockManager
hadoop.fs.TestHDFSFileContextMainOperations
hadoop.hdfs.server.namenode.TestValidateConfigurationSettings
hadoop.hdfs.TestReplaceDatanodeOnFailure
hadoop.hdfs.server.namenode.TestListOpenFiles
hadoop.hdfs.TestAppendDifferentChecksum
hadoop.hdfs.TestEncryptionZonesWithKMS
hadoop.hdfs.server.namenode.TestAddOverReplicatedStripedBlocks
hadoop.hdfs.server.namenode.snapshot.TestFsShellMoveToTrashWithSnapshots
hadoop.hdfs.server.namenode.TestFSNamesystemLockReport
hadoop.hdfs.server.blockmanagement.TestBlockInfoStriped
hadoop.security.TestRefreshUserMappings
hadoop.hdfs.TestInjectionForSimulatedStorage
hadoop.hdfs.server.namenode.TestFSEditLogLoader
hadoop.hdfs.server.blockmanagement.TestReplicationPolicyRatioConsiderLoadWithStorage
hadoop.hdfs.server.namenode.ha.TestEditLogsDuringFailover
hadoop.hdfs.server.namenode.TestQuotaByStorageType
hadoop.hdfs.server.namenode.ha.TestHarFileSystemWithHA
hadoop.fs.contract.hdfs.TestHDFSContractSafeMode
hadoop.hdfs.server.blockmanagement.TestBlockTokenWithDFS
hadoop.hdfs.TestHDFSServerPorts
hadoop.hdfs.TestListFilesInFileContext
hadoop.hdfs.server.namenode.TestFsck
hadoop.hdfs.server.blockmanagement.TestBlockStatsMXBean
hadoop.hdfs.TestDFSStripedOutputStream
hadoop.hdfs.server.namenode.snapshot.TestUpdatePipelineWithSnapshots
hadoop.hdfs.server.blockmanagement.TestSequentialBlockId
hadoop.fs.TestFcHdfsSetUMask
hadoop.hdfs.TestBlockTokenWrappingQOP
hadoop.ipc.TestDecayRpcScheduler
hadoop.http.TestHttpServer
hadoop.crypto.key.kms.server.TestKMS
hadoop.crypto.key.kms.server.TestKMSWithZK
hadoop.security.authentication.client.TestPseudoAuthenticator
hadoop.example.ITUseMiniCluster
hadoop.yarn.webapp.TestWebApp
hadoop.yarn.webapp.util.TestWebServiceClient
hadoop.yarn.server.timeline.webapp.TestTimelineWebServicesWithSSL
hadoop.yarn.server.timeline.webapp.TestTimelineWebServices
hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilterForV1
hadoop.yarn.server.applicationhistoryservice.TestApplicationHistoryServer
hadoop.yarn.server.applicationhistoryservice.TestTimelineServerRequests
hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices
hadoop.yarn.server.nodemanager.webapp.TestNMWebServicesApps
hadoop.yarn.server.nodemanager.TestNodeStatusUpdaterForLabels
hadoop.yarn.server.nodemanager.TestNodeManagerReboot
hadoop.yarn.server.nodemanager.TestNodeManagerResync
hadoop.yarn.server.nodemanager.TestNodeStatusUpdaterForAttributes
hadoop.yarn.server.nodemanager.webapp.dao.gpu.TestGpuDeviceInformationParser
hadoop.yarn.server.nodemanager.TestNodeStatusUpdater
hadoop.yarn.server.nodemanager.webapp.TestNMWebServicesAuxServices
hadoop.yarn.server.nodemanager.webapp.TestNMWebTerminal
hadoop.yarn.server.nodemanager.webapp.TestNMWebServer
hadoop.yarn.server.nodemanager.TestNodeManagerShutdown
hadoop.yarn.server.nodemanager.containermanager.resourceplugin.gpu.TestGpuDiscoverer
hadoop.yarn.server.nodemanager.webapp.TestNMContainerWebSocket
hadoop.yarn.server.nodemanager.webapp.TestNMWebServicesContainers
hadoop.yarn.server.nodemanager.webapp.TestNMWebServices
hadoop.yarn.server.nodemanager.containermanager.resourceplugin.TestResourcePluginManager
hadoop.yarn.server.timelineservice.reader.TestTimelineReaderWebServices
hadoop.yarn.server.timelineservice.collector.TestNMTimelineCollectorManager
hadoop.yarn.server.timelineservice.reader.TestTimelineReaderServer
hadoop.yarn.server.timelineservice.collector.TestPerNodeTimelineCollectorsAuxService
hadoop.yarn.server.timelineservice.reader.TestTimelineReaderWebServicesACL
hadoop.yarn.server.webproxy.TestWebAppProxyServlet
hadoop.yarn.server.webproxy.TestWebAppProxyServletFed
hadoop.yarn.server.webproxy.TestWebAppProxyServer
hadoop.yarn.server.webproxy.amfilter.TestSecureAmFilter
Subsystem Report/Notes
Docker ClientAPI=1.55 ServerAPI=1.55 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8653/3/artifact/out/Dockerfile
GITHUB PR #8653
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient codespell detsecrets xmllint spotbugs checkstyle shellcheck shelldocs
uname Linux 882b87a762d9 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 131ea4a
Default Java Ubuntu-17.0.19+10-1-24.04.2-Ubuntu
Multi-JDK versions /usr/lib/jvm/java-21-openjdk-amd64:Ubuntu-21.0.11+10-1-24.04.2-Ubuntu /usr/lib/jvm/java-17-openjdk-amd64:Ubuntu-17.0.19+10-1-24.04.2-Ubuntu
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8653/3/testReport/
Max. process+thread count 9518 (vs. ulimit of 10000)
modules C: hadoop-project hadoop-common-project/hadoop-auth hadoop-common-project/hadoop-auth-examples hadoop-common-project/hadoop-common hadoop-common-project/hadoop-kms hadoop-hdfs-project/hadoop-hdfs-client hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-httpfs hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-web-proxy hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient hadoop-hdfs-project/hadoop-hdfs-rbf hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-sharedcachemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timeline-pluginstorage hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-globalpolicygenerator hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services/hadoop-yarn-services-core hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services/hadoop-yarn-services-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi hadoop-tools/hadoop-sls hadoop-tools/hadoop-resourceestimator hadoop-client-modules/hadoop-client-api hadoop-client-modules/hadoop-client-runtime hadoop-client-modules/hadoop-client-minicluster hadoop-client-modules/hadoop-client-check-invariants hadoop-client-modules/hadoop-client-check-test-invariants . U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8653/3/console
versions git=2.43.0 maven=3.9.15 spotbugs=4.9.7 shellcheck=0.9.0
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 13m 10s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 14s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+0 🆗 xmllint 0m 0s xmllint was not available.
+0 🆗 shelldocs 0m 0s Shelldocs was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 229 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 1m 50s Maven dependency ordering for branch
+1 💚 mvninstall 42m 50s trunk passed
+1 💚 compile 15m 44s trunk passed with JDK Ubuntu-21.0.11+10-1-24.04.2-Ubuntu
+1 💚 compile 16m 4s trunk passed with JDK Ubuntu-17.0.19+10-1-24.04.2-Ubuntu
+1 💚 checkstyle 6m 5s trunk passed
+1 💚 mvnsite 19m 25s trunk passed
+1 💚 javadoc 9m 59s trunk passed with JDK Ubuntu-21.0.11+10-1-24.04.2-Ubuntu
+1 💚 javadoc 9m 29s trunk passed with JDK Ubuntu-17.0.19+10-1-24.04.2-Ubuntu
+0 🆗 spotbugs 0m 21s branch/hadoop-project no spotbugs output file (spotbugsXml.xml)
-1 ❌ spotbugs 36m 21s /branch-spotbugs-root-warnings.html root in trunk has 93 extant spotbugs warnings.
+0 🆗 spotbugs 0m 28s branch/hadoop-client-modules/hadoop-client-api no spotbugs output file (spotbugsXml.xml)
+0 🆗 spotbugs 0m 29s branch/hadoop-client-modules/hadoop-client-check-invariants no spotbugs output file (spotbugsXml.xml)
+0 🆗 spotbugs 0m 26s branch/hadoop-client-modules/hadoop-client-check-test-invariants no spotbugs output file (spotbugsXml.xml)
+0 🆗 spotbugs 0m 28s branch/hadoop-client-modules/hadoop-client-minicluster no spotbugs output file (spotbugsXml.xml)
+0 🆗 spotbugs 0m 28s branch/hadoop-client-modules/hadoop-client-runtime no spotbugs output file (spotbugsXml.xml)
-1 ❌ spotbugs 0m 42s /branch-spotbugs-hadoop-tools_hadoop-resourceestimator-warnings.html hadoop-tools/hadoop-resourceestimator in trunk has 12 extant spotbugs warnings.
-1 ❌ spotbugs 1m 39s /branch-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager in trunk has 1 extant spotbugs warnings.
+1 💚 shadedclient 29m 19s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 1m 20s Maven dependency ordering for patch
-1 ❌ mvninstall 0m 20s /patch-mvninstall-hadoop-client-modules_hadoop-client-check-test-invariants.txt hadoop-client-check-test-invariants in the patch failed.
-1 ❌ mvninstall 38m 50s /patch-mvninstall-root.txt root in the patch failed.
-1 ❌ compile 16m 28s /patch-compile-root-jdkUbuntu-21.0.11+10-1-24.04.2-Ubuntu.txt root in the patch failed with JDK Ubuntu-21.0.11+10-1-24.04.2-Ubuntu.
-1 ❌ javac 16m 28s /patch-compile-root-jdkUbuntu-21.0.11+10-1-24.04.2-Ubuntu.txt root in the patch failed with JDK Ubuntu-21.0.11+10-1-24.04.2-Ubuntu.
-1 ❌ compile 16m 45s /patch-compile-root-jdkUbuntu-17.0.19+10-1-24.04.2-Ubuntu.txt root in the patch failed with JDK Ubuntu-17.0.19+10-1-24.04.2-Ubuntu.
-1 ❌ javac 16m 45s /patch-compile-root-jdkUbuntu-17.0.19+10-1-24.04.2-Ubuntu.txt root in the patch failed with JDK Ubuntu-17.0.19+10-1-24.04.2-Ubuntu.
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 2 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-0 ⚠️ checkstyle 6m 13s /results-checkstyle-root.txt root: The patch generated 5 new + 3757 unchanged - 2 fixed = 3762 total (was 3759)
-1 ❌ mvnsite 7m 35s /patch-mvnsite-root.txt root in the patch failed.
+1 💚 shellcheck 0m 0s No new issues.
-1 ❌ javadoc 9m 45s /patch-javadoc-root-jdkUbuntu-21.0.11+10-1-24.04.2-Ubuntu.txt root in the patch failed with JDK Ubuntu-21.0.11+10-1-24.04.2-Ubuntu.
-1 ❌ javadoc 9m 21s /patch-javadoc-root-jdkUbuntu-17.0.19+10-1-24.04.2-Ubuntu.txt root in the patch failed with JDK Ubuntu-17.0.19+10-1-24.04.2-Ubuntu.
+0 🆗 spotbugs 0m 21s hadoop-project has no data from spotbugs
+0 🆗 spotbugs 0m 27s hadoop-client-modules/hadoop-client-api has no data from spotbugs
+0 🆗 spotbugs 0m 27s hadoop-client-modules/hadoop-client-runtime has no data from spotbugs
+0 🆗 spotbugs 0m 26s hadoop-client-modules/hadoop-client-minicluster has no data from spotbugs
+0 🆗 spotbugs 0m 27s hadoop-client-modules/hadoop-client-check-invariants has no data from spotbugs
-1 ❌ spotbugs 0m 25s /patch-spotbugs-hadoop-client-modules_hadoop-client-check-test-invariants.txt hadoop-client-check-test-invariants in the patch failed.
-1 ❌ spotbugs 36m 45s /patch-spotbugs-root.txt root in the patch failed.
-1 ❌ shadedclient 29m 28s patch has errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 135m 35s /patch-unit-root.txt root in the patch failed.
+1 💚 asflicense 1m 21s The patch does not generate ASF License warnings.
659m 51s
Reason Tests
Failed junit tests hadoop.example.ITUseMiniCluster
hadoop.ipc.TestDecayRpcScheduler
hadoop.http.TestHttpServer
hadoop.security.authentication.client.TestPseudoAuthenticator
hadoop.crypto.key.kms.server.TestKMSWithZK
hadoop.crypto.key.kms.server.TestKMS
hadoop.yarn.webapp.util.TestWebServiceClient
hadoop.yarn.webapp.TestWebApp
hadoop.yarn.server.timelineservice.reader.TestTimelineReaderWebServices
hadoop.yarn.server.timelineservice.reader.TestTimelineReaderServer
hadoop.yarn.server.timelineservice.collector.TestNMTimelineCollectorManager
hadoop.yarn.server.timelineservice.reader.TestTimelineReaderWebServicesACL
hadoop.yarn.server.timelineservice.collector.TestPerNodeTimelineCollectorsAuxService
hadoop.yarn.server.webproxy.TestWebAppProxyServer
hadoop.yarn.server.webproxy.TestWebAppProxyServlet
hadoop.yarn.server.webproxy.amfilter.TestSecureAmFilter
hadoop.yarn.server.webproxy.TestWebAppProxyServletFed
hadoop.yarn.server.nodemanager.webapp.TestNMContainerWebSocket
hadoop.yarn.server.nodemanager.webapp.TestNMWebServer
hadoop.yarn.server.nodemanager.TestNodeStatusUpdaterForLabels
hadoop.yarn.server.nodemanager.webapp.TestNMWebServicesApps
hadoop.yarn.server.nodemanager.webapp.dao.gpu.TestGpuDeviceInformationParser
hadoop.yarn.server.nodemanager.TestNodeStatusUpdater
hadoop.yarn.server.nodemanager.webapp.TestNMWebServicesContainers
hadoop.yarn.server.nodemanager.webapp.TestNMWebTerminal
hadoop.yarn.server.nodemanager.webapp.TestNMWebServicesAuxServices
hadoop.yarn.server.nodemanager.webapp.TestNMWebServices
hadoop.yarn.server.nodemanager.containermanager.resourceplugin.TestResourcePluginManager
hadoop.yarn.server.nodemanager.TestNodeManagerReboot
hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService
hadoop.yarn.server.nodemanager.TestNodeManagerShutdown
hadoop.yarn.server.nodemanager.TestNodeStatusUpdaterForAttributes
hadoop.yarn.server.nodemanager.TestNodeManagerResync
hadoop.yarn.server.nodemanager.containermanager.resourceplugin.gpu.TestGpuDiscoverer
hadoop.yarn.server.applicationhistoryservice.TestApplicationHistoryServer
hadoop.yarn.server.applicationhistoryservice.TestTimelineServerRequests
hadoop.yarn.server.timeline.webapp.TestTimelineWebServicesWithSSL
hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilterForV1
hadoop.yarn.server.timeline.webapp.TestTimelineWebServices
hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices
hadoop.hdfs.server.namenode.TestNameNodeReconfigure
hadoop.hdfs.TestRead
hadoop.hdfs.server.namenode.TestAllowFormat
hadoop.hdfs.server.namenode.TestNetworkTopologyServlet
hadoop.hdfs.server.balancer.TestBalancerService
hadoop.hdfs.server.namenode.TestNameNodeHttpServerXFrame
hadoop.hdfs.TestLocatedBlocksRefresher
hadoop.hdfs.TestHAAuxiliaryPort
hadoop.fs.contract.hdfs.TestHDFSContractSetTimes
hadoop.hdfs.TestDFSStripedOutputStreamWithRandomECPolicy
hadoop.hdfs.server.namenode.snapshot.TestSnapshotManager
hadoop.hdfs.TestOpenFileWithLocatedBlocks
hadoop.fs.contract.hdfs.TestHDFSContractUnbuffer
hadoop.hdfs.TestHdfsAdmin
hadoop.security.TestPermissionSymlinks
hadoop.hdfs.tools.offlineEditsViewer.TestOfflineEditsViewer
hadoop.hdfs.server.blockmanagement.TestRedundancyMonitor
hadoop.fs.viewfs.TestViewFsHdfs
hadoop.hdfs.server.blockmanagement.TestAvailableSpaceRackFaultTolerantBPP
hadoop.hdfs.server.namenode.TestDiskspaceQuotaUpdate
hadoop.hdfs.TestDatanodeRegistration
hadoop.hdfs.TestErasureCodeBenchmarkThroughput
hadoop.hdfs.server.namenode.snapshot.TestOpenFilesWithSnapshot
hadoop.hdfs.server.namenode.TestCheckPointForSecurityTokens
hadoop.hdfs.server.namenode.TestNestedEncryptionZones
hadoop.hdfs.TestFileCreationDelete
hadoop.hdfs.TestReplaceDatanodeOnFailure
hadoop.hdfs.server.namenode.TestListOpenFiles
hadoop.fs.contract.hdfs.TestHDFSContractOpen
hadoop.hdfs.server.datanode.TestIncrementalBlockReports
hadoop.hdfs.TestRollingUpgradeDowngrade
hadoop.hdfs.tools.TestDebugAdmin
hadoop.hdfs.server.namenode.snapshot.TestSnapshotNameWithInvalidCharacters
hadoop.hdfs.server.namenode.TestNameNodeHttpServer
hadoop.hdfs.server.namenode.snapshot.TestRenameWithSnapshots
hadoop.hdfs.server.namenode.TestNameNodeRecovery
hadoop.hdfs.TestSmallBlock
hadoop.hdfs.TestDFSOutputStream
hadoop.hdfs.server.namenode.TestNameNodeRpcServer
hadoop.hdfs.TestFileAppendRestart
hadoop.hdfs.TestFileCorruption
hadoop.hdfs.TestStripedFileAppend
hadoop.hdfs.TestQuota
hadoop.hdfs.server.balancer.TestBalancerWithHANameNodes
hadoop.hdfs.server.datanode.fsdataset.impl.TestFsDatasetImpl
hadoop.hdfs.server.namenode.snapshot.TestFileContextSnapshot
hadoop.hdfs.server.namenode.snapshot.TestRandomOpsWithSnapshots
hadoop.hdfs.TestMultiThreadedHflush
hadoop.hdfs.server.namenode.ha.TestStandbyBlockManagement
hadoop.hdfs.server.namenode.ha.TestHAFsck
hadoop.hdfs.TestRenameWhileOpen
hadoop.hdfs.server.namenode.ha.TestMultiObserverNode
hadoop.hdfs.TestEncryptionZonesWithHA
hadoop.fs.viewfs.TestViewFsAtHdfsRoot
hadoop.hdfs.server.datanode.TestDataNodeExit
hadoop.hdfs.server.namenode.TestNameNodeRetryCacheMetrics
hadoop.hdfs.TestGetBlocks
hadoop.hdfs.server.namenode.TestNameEditsConfigs
hadoop.hdfs.server.blockmanagement.TestBlockReportLease
hadoop.hdfs.server.namenode.TestFileContextXAttr
hadoop.hdfs.server.namenode.snapshot.TestFsShellMoveToTrashWithSnapshots
hadoop.hdfs.TestDFSStripedOutputStreamWithFailure
hadoop.hdfs.server.namenode.TestNNStorageRetentionFunctional
hadoop.fs.TestResolveHdfsSymlink
hadoop.hdfs.server.namenode.snapshot.TestSnapshotMetrics
hadoop.hdfs.server.namenode.TestNameNodeMetadataConsistency
hadoop.hdfs.server.namenode.TestDeadDatanode
hadoop.hdfs.server.datanode.TestDataNodeInitStorage
hadoop.hdfs.server.namenode.TestCreateEditsLog
hadoop.hdfs.server.balancer.TestBalancer
hadoop.hdfs.TestDFSStripedOutputStreamWithFailureWithRandomECPolicy
hadoop.hdfs.TestSetTimes
hadoop.fs.TestFcHdfsCreateMkdir
hadoop.hdfs.TestPread
hadoop.hdfs.server.blockmanagement.TestAvailableSpaceBlockPlacementPolicy
hadoop.hdfs.TestLeaseRecovery2
hadoop.hdfs.server.datanode.fsdataset.impl.TestProvidedImpl
hadoop.hdfs.TestPipelines
hadoop.hdfs.TestFileCreation
hadoop.hdfs.TestAclsEndToEnd
hadoop.hdfs.TestSetrepIncreasing
hadoop.fs.contract.hdfs.TestHDFSContractVectoredRead
hadoop.hdfs.server.namenode.ha.TestUpdateBlockTailing
hadoop.hdfs.TestDFSInputStreamBlockLocations
hadoop.hdfs.server.datanode.fsdataset.impl.TestFsVolumeList
hadoop.hdfs.server.balancer.TestBalancerLongRunningTasks
hadoop.hdfs.server.datanode.TestDiskError
hadoop.hdfs.TestBlockMissingException
hadoop.fs.viewfs.TestViewFileSystemLinkRegex
hadoop.fs.contract.hdfs.TestHDFSContractRename
hadoop.hdfs.TestFileAppend
hadoop.hdfs.server.namenode.TestFsckWithMultipleNameNodes
hadoop.hdfs.server.datanode.TestDataNodeFaultInjector
hadoop.hdfs.server.namenode.TestAddStripedBlockInFBR
hadoop.hdfs.server.blockmanagement.TestPendingReconstruction
hadoop.hdfs.server.namenode.TestValidateConfigurationSettings
hadoop.hdfs.TestLeaseRecoveryStriped
hadoop.hdfs.server.namenode.TestBlockPlacementPolicyRackFaultTolerant
hadoop.hdfs.protocol.datatransfer.sasl.TestSaslDataTransfer
hadoop.hdfs.TestReadStripedFileWithDecodingDeletedData
hadoop.hdfs.server.datanode.TestDnRespectsBlockReportSplitThreshold
hadoop.hdfs.TestParallelRead
hadoop.hdfs.server.datanode.fsdataset.impl.TestInterDatanodeProtocol
hadoop.hdfs.server.datanode.TestCachingStrategy
hadoop.hdfs.server.namenode.TestEditLogRace
hadoop.hdfs.TestRestartDFS
hadoop.hdfs.TestDFSShellTouch
hadoop.hdfs.web.TestWebHdfsTokens
hadoop.hdfs.server.datanode.TestBatchIbr
hadoop.fs.contract.hdfs.TestHDFSContractBulkDelete
hadoop.fs.TestUrlStreamHandler
hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes
hadoop.hdfs.web.TestWebHDFS
hadoop.hdfs.server.blockmanagement.TestBlockInfoStriped
hadoop.fs.viewfs.TestViewFsDefaultValue
hadoop.hdfs.server.datanode.TestDataNodeMXBean
hadoop.hdfs.TestUnsetAndChangeDirectoryEcPolicy
hadoop.hdfs.security.token.block.TestUpdateDataNodeCurrentKey
hadoop.hdfs.server.namenode.TestStorageRestore
hadoop.hdfs.TestDFSPermission
hadoop.hdfs.security.TestDelegationTokenForProxyUser
hadoop.hdfs.TestDFSFinalize
hadoop.hdfs.TestExternalBlockReader
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewerForStoragePolicy
hadoop.hdfs.server.blockmanagement.TestHeartbeatHandling
hadoop.hdfs.server.balancer.TestBalancerWithSaslDataTransfer
hadoop.hdfs.security.TestDelegationToken
hadoop.hdfs.TestPersistBlocks
hadoop.hdfs.server.namenode.TestFileLimit
hadoop.hdfs.TestFileStatus
hadoop.hdfs.TestDFSClientExcludedNodes
hadoop.hdfs.server.namenode.TestLeaseManager
hadoop.hdfs.TestErasureCodingPolicyWithSnapshotWithRandomECPolicy
hadoop.hdfs.server.datanode.TestHSync
hadoop.hdfs.server.blockmanagement.TestReplicationPolicy
hadoop.hdfs.server.datanode.TestDataNodeTcpNoDelay
hadoop.hdfs.TestFetchImage
hadoop.hdfs.server.blockmanagement.TestBlocksWithNotEnoughRacks
hadoop.fs.viewfs.TestViewFileSystemLinkMergeSlash
hadoop.hdfs.TestWriteBlockGetsBlockLengthHint
hadoop.hdfs.server.namenode.TestFSImageWithAcl
hadoop.hdfs.server.blockmanagement.TestAvailableSpaceBPPBalanceLocal
hadoop.hdfs.server.namenode.TestPersistentStoragePolicySatisfier
hadoop.hdfs.TestFSOutputSummer
hadoop.fs.viewfs.TestViewFileSystemOverloadSchemeWithHdfsScheme
hadoop.hdfs.TestReservedRawPaths
hadoop.hdfs.TestReadStripedFileWithDecoding
hadoop.fs.viewfs.TestViewFsWithAcls
hadoop.hdfs.server.blockmanagement.TestBlockStatsMXBean
hadoop.hdfs.server.namenode.snapshot.TestSnapshottableDirListing
hadoop.fs.contract.hdfs.TestHDFSContractGetFileStatus
hadoop.hdfs.server.datanode.TestStorageReport
hadoop.hdfs.TestParallelShortCircuitLegacyRead
hadoop.hdfs.shortcircuit.TestShortCircuitLocalRead
hadoop.hdfs.TestDFSMkdirs
hadoop.hdfs.client.impl.TestBlockReaderRemote
hadoop.hdfs.server.namenode.TestQuotaByStorageType
hadoop.hdfs.server.namenode.TestRefreshBlockPlacementPolicy
hadoop.hdfs.server.blockmanagement.TestPendingDataNodeMessages
hadoop.hdfs.TestDatanodeConfig
hadoop.hdfs.TestAppendSnapshotTruncate
hadoop.hdfs.server.datanode.TestTransferRbw
hadoop.hdfs.TestMultipleNNPortQOP
hadoop.hdfs.TestDisableConnCache
hadoop.hdfs.tools.TestDelegationTokenFetcher
hadoop.hdfs.server.namenode.TestAuditLogs
hadoop.hdfs.TestDFSStripedInputStreamWithRandomECPolicy
hadoop.hdfs.TestFileAppend3
hadoop.hdfs.server.blockmanagement.TestSequentialBlockId
hadoop.hdfs.server.namenode.TestNameNodeMXBean
hadoop.hdfs.TestParallelShortCircuitReadUnCached
hadoop.hdfs.server.namenode.TestDeleteRace
hadoop.hdfs.TestCrcCorruption
hadoop.hdfs.server.namenode.TestDecommissioningStatusWithBackoffMonitor
hadoop.hdfs.server.namenode.TestStartup
hadoop.fs.permission.TestStickyBit
hadoop.hdfs.TestDFSInputStream
hadoop.hdfs.TestDistributedFileSystem
hadoop.hdfs.TestListFilesInDFS
hadoop.hdfs.server.namenode.TestHDFSConcat
hadoop.hdfs.server.blockmanagement.TestNameNodePrunesMissingStorages
hadoop.hdfs.server.namenode.TestFSEditLogLoader
hadoop.hdfs.web.TestWebHdfsFileSystemContract
hadoop.hdfs.crypto.TestHdfsCryptoStreams
hadoop.fs.TestSWebHdfsFileContextMainOperations
hadoop.hdfs.TestLargeBlock
hadoop.hdfs.server.namenode.TestNameNodeStatusMXBean
hadoop.hdfs.TestDFSStripedOutputStream
hadoop.hdfs.server.datanode.TestNNHandlesBlockReportPerStorage
hadoop.fs.viewfs.TestViewFsLinkFallback
hadoop.hdfs.server.namenode.ha.TestDNFencingWithReplication
hadoop.hdfs.server.namenode.TestAuditLoggerWithCommands
hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistReplicaPlacement
hadoop.hdfs.server.balancer.TestBalancerWithEncryptedTransfer
hadoop.hdfs.TestDistributedFileSystemWithECFile
hadoop.hdfs.server.namenode.TestDecommissioningStatus
hadoop.hdfs.TestReconstructStripedFile
hadoop.cli.TestCryptoAdminCLI
hadoop.hdfs.server.namenode.ha.TestQuotasWithHA
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewerForAcl
hadoop.hdfs.server.namenode.snapshot.TestNestedSnapshots
hadoop.hdfs.server.datanode.web.TestDatanodeHttpXFrame
hadoop.hdfs.server.namenode.snapshot.TestSnapshotReplication
hadoop.hdfs.server.datanode.fsdataset.impl.TestWriteToReplica
hadoop.hdfs.server.datanode.TestDataNodeMetrics
hadoop.hdfs.server.blockmanagement.TestOverReplicatedBlocks
hadoop.hdfs.server.namenode.TestProcessCorruptBlocks
hadoop.hdfs.server.namenode.ha.TestPendingCorruptDnMessages
hadoop.hdfs.server.namenode.ha.TestInitializeSharedEdits
hadoop.hdfs.TestDecommission
hadoop.hdfs.TestClientProtocolForPipelineRecovery
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewerForContentSummary
hadoop.hdfs.TestBatchedListDirectories
hadoop.hdfs.server.namenode.snapshot.TestSnapRootDescendantDiff
hadoop.hdfs.server.namenode.ha.TestStandbyInProgressTail
hadoop.hdfs.server.namenode.ha.TestLossyRetryInvocationHandler
hadoop.hdfs.web.TestWebHDFSForHA
hadoop.hdfs.tools.TestViewFSStoragePolicyCommands
hadoop.hdfs.TestDecommissionWithBackoffMonitor
hadoop.hdfs.server.namenode.TestNameNodeRpcServerMethods
hadoop.hdfs.tools.TestECAdmin
hadoop.hdfs.server.namenode.ha.TestBootstrapStandbyWithInProgressTailing
hadoop.hdfs.server.namenode.TestNamenodeCapacityReport
hadoop.hdfs.server.blockmanagement.TestBlockTokenWithDFSStriped
hadoop.hdfs.TestDatanodeReport
hadoop.hdfs.server.namenode.web.resources.TestWebHdfsCreatePermissions
hadoop.hdfs.TestEncryptionZonesWithKMS
hadoop.hdfs.server.namenode.TestCorrectnessOfQuotaAfterRenameOp
hadoop.hdfs.TestTrashWithEncryptionZones
hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistReplicaRecovery
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewerForXAttr
hadoop.TestGenericRefresh
hadoop.hdfs.server.namenode.snapshot.TestDiffListBySkipList
hadoop.hdfs.util.TestPipelineCloseRecoveryByteArrayLeak
hadoop.hdfs.server.namenode.ha.TestPipelinesFailover
hadoop.hdfs.server.namenode.ha.TestXAttrsWithHA
hadoop.hdfs.server.namenode.sps.TestStoragePolicySatisfierWithStripedFile
hadoop.hdfs.TestErasureCodingPolicies
hadoop.hdfs.server.namenode.TestDefaultBlockPlacementPolicy
hadoop.hdfs.TestDeadNodeDetection
hadoop.hdfs.server.namenode.ha.TestGetGroupsWithHA
hadoop.fs.contract.hdfs.TestHDFSContractConcat
hadoop.hdfs.TestDFSStripedOutputStreamUpdatePipeline
hadoop.hdfs.TestReadWhileWriting
hadoop.hdfs.server.namenode.TestRedudantBlocks
hadoop.hdfs.server.blockmanagement.TestErasureCodingCorruption
hadoop.hdfs.tools.TestStoragePolicySatisfyAdminCommands
hadoop.hdfs.TestSetrepDecreasing
hadoop.hdfs.TestDFSRename
hadoop.hdfs.server.datanode.TestDataNodeTransferSocketSize
hadoop.hdfs.TestDFSRollback
hadoop.hdfs.server.blockmanagement.TestBlockReportRateLimiting
hadoop.hdfs.TestSnapshotCommands
hadoop.hdfs.server.namenode.TestNamenodeRetryCache
hadoop.hdfs.TestHDFSFileSystemContract
hadoop.fs.contract.hdfs.TestHDFSContractLeaseRecovery
hadoop.hdfs.TestFileAppend4
hadoop.hdfs.server.balancer.TestBalancerRPCDelay
hadoop.hdfs.server.namenode.ha.TestStateTransitionFailure
hadoop.hdfs.TestEnclosingRoot
hadoop.hdfs.server.namenode.ha.TestBootstrapAliasmap
hadoop.hdfs.server.diskbalancer.TestDiskBalancerRPC
hadoop.hdfs.server.namenode.TestAddOverReplicatedStripedBlocks
hadoop.hdfs.server.datanode.TestDirectoryScanner
hadoop.hdfs.server.namenode.TestAclConfigFlag
hadoop.hdfs.tools.TestViewFileSystemOverloadSchemeWithDFSAdmin
hadoop.hdfs.TestLease
hadoop.hdfs.TestDataTransferKeepalive
hadoop.hdfs.client.impl.TestClientBlockVerification
hadoop.hdfs.tools.TestDFSHAAdminMiniCluster
hadoop.hdfs.TestBlockTokenWrappingQOP
hadoop.hdfs.TestHFlush
hadoop.hdfs.TestReplaceDatanodeFailureReplication
hadoop.hdfs.server.namenode.ha.TestDelegationTokensWithHA
hadoop.hdfs.TestDFSInotifyEventInputStreamKerberized
hadoop.hdfs.server.blockmanagement.TestNodeCount
hadoop.hdfs.server.namenode.TestProtectedDirectories
hadoop.hdfs.server.namenode.snapshot.TestSnapshotDiffReport
hadoop.hdfs.server.namenode.snapshot.TestRenameWithOrderedSnapshotDeletion
hadoop.hdfs.TestReadStripedFileWithDecodingCorruptData
hadoop.hdfs.TestAbandonBlock
hadoop.hdfs.server.namenode.TestNNThroughputBenchmark
hadoop.hdfs.TestConnCache
hadoop.hdfs.web.TestWebHdfsWithRestCsrfPreventionFilter
hadoop.hdfs.TestDFSStripedInputStream
hadoop.fs.contract.hdfs.TestHDFSContractMkdir
hadoop.hdfs.server.namenode.TestParallelImageWrite
hadoop.hdfs.server.namenode.metrics.TestNNMetricFilesInGetListingOps
hadoop.hdfs.server.namenode.fgl.TestFSNLockBenchmarkThroughput
hadoop.hdfs.server.datanode.fsdataset.impl.TestScrLazyPersistFiles
hadoop.hdfs.server.namenode.snapshot.TestSnapshotStatsMXBean
hadoop.hdfs.web.TestWebHdfsWithMultipleNameNodes
hadoop.hdfs.server.namenode.TestReencryptionWithKMS
hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistFiles
hadoop.hdfs.server.namenode.ha.TestHAStateTransitions
hadoop.fs.TestSymlinkHdfsFileContext
hadoop.fs.viewfs.TestViewFileSystemWithAcls
hadoop.hdfs.server.diskbalancer.TestConnectors
hadoop.hdfs.server.datanode.TestRefreshNamenodes
hadoop.hdfs.TestDatanodeStartupFixesLegacyStorageIDs
hadoop.hdfs.server.namenode.TestRefreshNamenodeReplicationConfig
hadoop.hdfs.server.namenode.ha.TestHASafeMode
hadoop.metrics2.sink.TestRollingFileSystemSinkWithSecureHdfs
hadoop.hdfs.TestMiniDFSCluster
hadoop.hdfs.server.datanode.fsdataset.impl.TestFsDatasetCache
hadoop.hdfs.server.datanode.TestDataNodeUUID
hadoop.fs.TestUnbuffer
hadoop.hdfs.server.blockmanagement.TestBlockPlacementPolicyDebugLoggingBuilder
hadoop.fs.TestSymlinkHdfsFileSystem
hadoop.hdfs.server.namenode.TestCheckpoint
hadoop.hdfs.server.namenode.snapshot.TestXAttrWithSnapshot
hadoop.fs.contract.hdfs.TestHDFSContractCreate
hadoop.tools.TestJMXGet
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewerForErasureCodingPolicy
hadoop.hdfs.server.blockmanagement.TestRBWBlockInvalidation
hadoop.fs.TestWebHdfsFileContextMainOperations
hadoop.hdfs.server.namenode.TestHostsFiles
hadoop.hdfs.server.namenode.TestSecurityTokenEditLog
hadoop.hdfs.server.namenode.TestReencryption
hadoop.hdfs.TestDFSStartupVersions
hadoop.hdfs.server.namenode.snapshot.TestDisallowModifyROSnapshot
hadoop.hdfs.TestReconstructStripedFileWithValidator
hadoop.hdfs.server.namenode.snapshot.TestListSnapshot
hadoop.hdfs.TestDistributedFileSystemWithECFileWithRandomECPolicy
hadoop.hdfs.TestDFSStripedInputStreamReadFailures
hadoop.hdfs.server.namenode.TestFSImage
hadoop.hdfs.TestErasureCodingPolicyWithSnapshot
hadoop.cli.TestXAttrCLI
hadoop.hdfs.server.namenode.ha.TestHAAppend
hadoop.hdfs.server.namenode.TestListCorruptFileBlocks
hadoop.hdfs.server.datanode.TestDataNodeVolumeFailureReporting
hadoop.hdfs.TestBlockRecoveryCauseStandbyNameNodeCrash
hadoop.hdfs.server.datanode.TestCorruptMetadataFile
hadoop.fs.contract.hdfs.TestHDFSContractSafeMode
hadoop.hdfs.server.blockmanagement.TestReplicationPolicyExcludeSlowNodes
hadoop.fs.contract.hdfs.TestDFSWrappedIO
hadoop.fs.viewfs.TestViewFileSystemWithTruncate
hadoop.hdfs.web.TestFSMainOperationsWebHdfs
hadoop.hdfs.server.mover.TestStorageMover
hadoop.hdfs.web.TestWebHdfsWithAuthenticationFilter
hadoop.hdfs.server.blockmanagement.TestReplicationPolicyConsiderLoad
hadoop.cli.TestErasureCodingCLI
hadoop.hdfs.server.namenode.TestGetContentSummaryWithPermission
hadoop.cli.TestHDFSCLI
hadoop.hdfs.server.namenode.TestGenericJournalConf
hadoop.hdfs.server.namenode.TestMalformedURLs
hadoop.hdfs.server.datanode.TestBlockCountersInPendingIBR
hadoop.fs.viewfs.TestViewFileSystemLinkFallback
hadoop.hdfs.server.diskbalancer.TestDiskBalancer
hadoop.hdfs.tools.TestDFSZKFailoverController
hadoop.hdfs.server.blockmanagement.TestPendingInvalidateBlock
hadoop.hdfs.TestWriteConfigurationToDFS
hadoop.hdfs.TestFileLengthOnClusterRestart
hadoop.hdfs.server.datanode.TestDataNodeLifeline
hadoop.hdfs.TestDataStream
hadoop.hdfs.TestGetFileChecksum
hadoop.hdfs.server.blockmanagement.TestSequentialBlockGroupId
hadoop.hdfs.server.blockmanagement.TestCorruptionWithFailover
hadoop.hdfs.server.datanode.TestDataTransferThrottler
hadoop.hdfs.server.blockmanagement.TestReplicationPolicyWithNodeGroup
hadoop.hdfs.server.datanode.TestDataNodeReconfiguration
hadoop.hdfs.server.datanode.TestDataNodeErasureCodingMetrics
hadoop.fs.shell.TestHdfsTextCommand
hadoop.hdfs.TestDataTransferProtocol
hadoop.hdfs.TestSafeMode
hadoop.hdfs.server.namenode.ha.TestBootstrapStandbyWithQJM
hadoop.hdfs.server.namenode.TestAddBlockRetry
hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyWriter
hadoop.hdfs.server.namenode.TestSaveNamespace
hadoop.hdfs.server.namenode.TestNameNodeResourceChecker
hadoop.hdfs.server.namenode.ha.TestBootstrapStandby
hadoop.hdfs.server.diskbalancer.command.TestDiskBalancerCommand
hadoop.hdfs.server.namenode.TestFSNamesystemMBean
hadoop.cli.TestDeleteCLI
hadoop.hdfs.server.namenode.TestAuditLogger
hadoop.hdfs.server.namenode.ha.TestStandbyCheckpoints
hadoop.hdfs.server.namenode.snapshot.TestCheckpointsWithSnapshots
hadoop.hdfs.server.namenode.ha.TestDNFencing
hadoop.hdfs.server.namenode.ha.TestDFSUpgradeWithHA
hadoop.hdfs.server.namenode.TestEditLogJournalFailures
hadoop.hdfs.server.namenode.TestCommitBlockWithInvalidGenStamp
hadoop.hdfs.server.datanode.TestDataNodeVolumeFailure
hadoop.hdfs.TestAppendDifferentChecksum
hadoop.hdfs.TestDFSShellGenericOptions
hadoop.hdfs.TestErasureCodingPoliciesWithRandomECPolicy
hadoop.hdfs.TestHDFSServerPorts
hadoop.hdfs.server.namenode.TestTransferFsImage
hadoop.hdfs.TestRollingUpgrade
hadoop.fs.TestEnhancedByteBufferAccess
hadoop.hdfs.server.namenode.TestFileContextAcl
hadoop.hdfs.security.token.block.TestBlockToken
hadoop.hdfs.TestSafeModeWithStripedFile
hadoop.hdfs.server.namenode.TestQuotaWithStripedBlocksWithRandomECPolicy
hadoop.hdfs.web.TestWebHDFSAcl
hadoop.hdfs.shortcircuit.TestShortCircuitCache
hadoop.hdfs.server.namenode.web.resources.TestWebHdfsDataLocality
hadoop.hdfs.server.datanode.TestDataNodeVolumeMetrics
hadoop.hdfs.TestExtendedAcls
hadoop.hdfs.server.datanode.TestIncrementalBrVariations
hadoop.hdfs.server.namenode.ha.TestHAMetrics
hadoop.hdfs.TestEncryptionZones
hadoop.hdfs.TestDecommissionWithStriped
hadoop.hdfs.TestMaintenanceState
hadoop.hdfs.TestBalancerBandwidth
hadoop.hdfs.server.namenode.TestSecureNameNode
hadoop.hdfs.server.namenode.ha.TestFailureOfSharedDir
hadoop.hdfs.TestViewDistributedFileSystemWithMountLinks
hadoop.hdfs.server.namenode.snapshot.TestAclWithSnapshot
hadoop.hdfs.qjournal.TestNNWithQJM
hadoop.hdfs.server.blockmanagement.TestReplicationPolicyWithUpgradeDomain
hadoop.fs.TestFcHdfsPermission
hadoop.hdfs.server.balancer.TestBalancerWithNodeGroup
hadoop.hdfs.TestApplyingStoragePolicy
hadoop.hdfs.server.namenode.TestHAWithInProgressTail
hadoop.hdfs.server.namenode.TestStripedINodeFile
hadoop.hdfs.server.datanode.TestDataNodeMultipleRegistrations
hadoop.hdfs.server.namenode.TestEditLog
hadoop.hdfs.server.namenode.TestEditLogAutoroll
hadoop.hdfs.server.namenode.TestFsck
hadoop.hdfs.server.namenode.snapshot.TestSnapshot
hadoop.fs.viewfs.TestViewFSOverloadSchemeWithMountTableConfigInHDFS
hadoop.hdfs.TestErasureCodingMultipleRacks
hadoop.hdfs.server.datanode.TestLargeBlockReport
hadoop.hdfs.server.namenode.snapshot.TestSnapshotFileLength
hadoop.hdfs.server.namenode.snapshot.TestSnapshotBlocksMap
hadoop.hdfs.server.namenode.TestNamenodeStorageDirectives
hadoop.hdfs.server.namenode.ha.TestRetryCacheWithHA
hadoop.hdfs.TestDFSUpgrade
hadoop.hdfs.server.datanode.TestDataNodeVolumeFailureToleration
hadoop.hdfs.server.datanode.fsdataset.impl.TestSpaceReservation
hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion
hadoop.hdfs.qjournal.server.TestJournalNodeSync
hadoop.hdfs.TestViewDistributedFileSystemContract
hadoop.hdfs.server.namenode.TestXAttrConfigFlag
hadoop.hdfs.TestDFSClientRetries
hadoop.hdfs.server.namenode.ha.TestSeveralNameNodes
hadoop.hdfs.TestSlowDatanodeReport
hadoop.hdfs.TestSecureEncryptionZoneWithKMS
hadoop.hdfs.server.namenode.ha.TestObserverNode
hadoop.hdfs.TestReplication
hadoop.hdfs.web.TestWebHdfsUrl
hadoop.hdfs.server.sps.TestExternalStoragePolicySatisfier
hadoop.hdfs.TestParallelUnixDomainRead
hadoop.hdfs.server.namenode.TestQuotaWithStripedBlocks
hadoop.hdfs.server.namenode.TestFSNamesystemLockReport
hadoop.hdfs.server.namenode.TestFSImageWithSnapshotParallelAndCompress
hadoop.hdfs.TestFileCreationClient
hadoop.hdfs.TestDFSStorageStateRecovery
hadoop.hdfs.server.mover.TestMover
hadoop.hdfs.TestByteBufferPread
hadoop.hdfs.server.blockmanagement.TestSlowDiskTracker
hadoop.hdfs.web.TestHttpsFileSystem
hadoop.hdfs.server.namenode.ha.TestFailureToReadEdits
hadoop.hdfs.server.datanode.TestTriggerBlockReport
hadoop.cli.TestCacheAdminCLI
hadoop.hdfs.server.datanode.TestBPOfferService
hadoop.net.TestNetworkTopology
hadoop.hdfs.TestFileChecksum
hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy
hadoop.hdfs.server.namenode.TestINodeFile
hadoop.fs.TestGlobPaths
hadoop.hdfs.server.datanode.TestDataNodeRollingUpgrade
hadoop.hdfs.server.datanode.TestDeleteBlockPool
hadoop.hdfs.server.blockmanagement.TestReconstructStripedBlocksWithRackAwareness
hadoop.hdfs.server.diskbalancer.TestDiskBalancerWithMockMover
hadoop.cli.TestAclCLI
hadoop.hdfs.TestStateAlignmentContextWithHA
hadoop.hdfs.TestParallelShortCircuitReadNoChecksum
hadoop.hdfs.TestClientReportBadBlock
hadoop.hdfs.server.namenode.TestNameNodeRespectsBindHostKeys
hadoop.fs.viewfs.TestViewFsFileStatusHdfs
hadoop.hdfs.TestInjectionForSimulatedStorage
hadoop.hdfs.server.namenode.ha.TestFailoverWithBlockTokensEnabled
hadoop.hdfs.TestDFSRemove
hadoop.hdfs.server.blockmanagement.TestBlockTokenWithDFS
hadoop.hdfs.server.datanode.TestBlockRecovery2
hadoop.hdfs.qjournal.TestSecureNNWithQJM
hadoop.hdfs.server.namenode.TestFSImageWithXAttr
hadoop.hdfs.server.blockmanagement.TestComputeInvalidateWork
hadoop.hdfs.TestClose
hadoop.hdfs.server.namenode.snapshot.TestSnapshotListing
hadoop.fs.TestHDFSFileContextMainOperations
hadoop.fs.contract.hdfs.TestHDFSContractSeek
hadoop.hdfs.TestModTime
hadoop.hdfs.server.namenode.TestINodeAttributeProvider
hadoop.hdfs.TestIsMethodSupported
hadoop.hdfs.server.blockmanagement.TestBlockTokenWithShortCircuitRead
hadoop.hdfs.TestRollingUpgradeRollback
hadoop.fs.loadGenerator.TestLoadGenerator
hadoop.hdfs.TestFileAppend2
hadoop.hdfs.TestReadStripedFileWithMissingBlocks
hadoop.hdfs.server.namenode.snapshot.TestSnapshotRename
hadoop.hdfs.server.datanode.fsdataset.impl.TestDatanodeRestart
hadoop.hdfs.TestParallelShortCircuitRead
hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks
hadoop.hdfs.TestSafeModeWithStripedFileWithRandomECPolicy
hadoop.cli.TestAclCLIWithPosixAclInheritance
hadoop.hdfs.server.namenode.ha.TestConsistentReadsObserver
hadoop.hdfs.TestErasureCodingExerciseAPIs
hadoop.hdfs.server.datanode.TestNNHandlesCombinedBlockReport
hadoop.hdfs.tools.TestDFSAdmin
hadoop.hdfs.TestMissingBlocksAlert
hadoop.fs.contract.hdfs.TestHDFSContractRootDirectory
hadoop.fs.viewfs.TestViewFileSystemAtHdfsRoot
hadoop.metrics2.sink.TestRollingFileSystemSinkWithHdfs
hadoop.hdfs.server.namenode.TestNameNodeXAttr
hadoop.hdfs.server.namenode.TestBackupNode
hadoop.hdfs.server.namenode.TestAddStripedBlocks
hadoop.hdfs.TestBlocksScheduledCounter
hadoop.security.TestRefreshUserMappings
hadoop.hdfs.TestEncryptedTransfer
hadoop.hdfs.server.blockmanagement.TestReplicationPolicyRatioConsiderLoadWithStorage
hadoop.fs.contract.hdfs.TestHDFSContractPathHandle
hadoop.fs.contract.hdfs.TestHDFSContractAppend
hadoop.hdfs.TestMaintenanceWithStriped
hadoop.hdfs.server.namenode.ha.TestNNHealthCheck
hadoop.hdfs.server.namenode.TestCacheDirectives
hadoop.hdfs.server.namenode.snapshot.TestSetQuotaWithSnapshot
hadoop.hdfs.client.impl.TestBlockReaderLocalLegacy
hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistPolicy
hadoop.fs.contract.hdfs.TestHDFSContractDelete
hadoop.hdfs.TestDFSAddressConfig
hadoop.hdfs.server.namenode.snapshot.TestOrderedSnapshotDeletion
hadoop.hdfs.TestViewDistributedFileSystem
hadoop.fs.viewfs.TestViewFileSystemHdfs
hadoop.hdfs.TestDFSInotifyEventInputStream
hadoop.hdfs.TestFileCreationEmpty
hadoop.hdfs.TestWriteReadStripedFile
hadoop.hdfs.TestDFSShell
hadoop.hdfs.server.datanode.TestBlockReplacement
hadoop.hdfs.server.namenode.metrics.TestNameNodeMetrics
hadoop.hdfs.TestBlockStoragePolicy
hadoop.hdfs.server.namenode.TestUpgradeDomainBlockPlacementPolicy
hadoop.hdfs.server.namenode.TestFileTruncate
hadoop.hdfs.server.namenode.TestReconstructStripedBlocks
hadoop.hdfs.TestTrashWithSecureEncryptionZones
hadoop.hdfs.server.datanode.TestBlockHasMultipleReplicasOnSameDN
hadoop.hdfs.server.datanode.TestDataNodeECN
hadoop.hdfs.TestListFilesInFileContext
hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistLockedMemory
hadoop.hdfs.TestDFSClientSocketSize
hadoop.hdfs.server.namenode.ha.TestEditLogTailer
hadoop.hdfs.server.namenode.TestMetadataVersionOutput
hadoop.security.TestPermission
hadoop.hdfs.server.blockmanagement.TestBlockManager
hadoop.hdfs.server.namenode.TestStoragePolicySatisfierWithHA
hadoop.hdfs.server.datanode.fsdataset.impl.TestReplicaCachingGetSpaceUsed
hadoop.hdfs.server.namenode.TestFSImageWithSnapshot
hadoop.hdfs.TestDatanodeDeath
hadoop.fs.contract.hdfs.TestHDFSContractMultipartUploader
hadoop.hdfs.server.namenode.TestSecondaryWebUi
hadoop.hdfs.server.balancer.TestBalancerWithMultipleNameNodes
hadoop.hdfs.server.namenode.snapshot.TestGetContentSummaryWithSnapshot
hadoop.hdfs.server.namenode.snapshot.TestOrderedSnapshotDeletionGc
hadoop.hdfs.TestStoragePolicyPermissionSettings
hadoop.hdfs.server.namenode.snapshot.TestFSImageWithOrderedSnapshotDeletion
hadoop.fs.TestSymlinkHdfsDisable
hadoop.hdfs.tools.TestDFSAdminWithHA
hadoop.hdfs.client.impl.TestBlockReaderLocal
hadoop.fs.viewfs.TestNNStartupWhenViewFSOverloadSchemeEnabled
hadoop.hdfs.TestQuotaAllowOwner
hadoop.hdfs.TestFileConcurrentReader
hadoop.hdfs.TestLocalDFS
hadoop.hdfs.tools.TestWebHDFSStoragePolicyCommands
hadoop.hdfs.TestFileStatusWithRandomECPolicy
hadoop.hdfs.protocol.datatransfer.sasl.TestSaslDataTransferExpiredBlockToken
hadoop.hdfs.server.namenode.ha.TestEditLogsDuringFailover
hadoop.hdfs.server.namenode.TestFSDirectory
hadoop.hdfs.server.namenode.TestAddBlock
hadoop.hdfs.tools.TestGetGroups
hadoop.hdfs.server.namenode.TestBlockUnderConstruction
hadoop.hdfs.TestFSInputChecker
hadoop.hdfs.server.aliasmap.TestSecureAliasMap
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewerWithStripedBlocks
hadoop.fs.viewfs.TestViewFileSystemWithXAttrs
hadoop.hdfs.server.datanode.TestBlockScanner
hadoop.hdfs.server.namenode.TestLargeDirectoryDelete
hadoop.hdfs.server.namenode.TestCacheDirectivesWithViewDFS
hadoop.hdfs.server.namenode.TestNameNodeMetricsLogger
hadoop.hdfs.server.namenode.TestMetaSave
hadoop.hdfs.server.namenode.snapshot.TestINodeFileUnderConstructionWithSnapshot
hadoop.hdfs.TestWriteRead
hadoop.hdfs.TestDatanodeLayoutUpgrade
hadoop.hdfs.server.namenode.TestNameNodeAcl
hadoop.hdfs.TestLeaseRecovery
hadoop.hdfs.server.namenode.TestSnapshotPathINodes
hadoop.hdfs.TestFsShellPermission
hadoop.hdfs.TestDFSUpgradeFromImage
hadoop.hdfs.tools.TestViewFileSystemOverloadSchemeWithFSCommands
hadoop.hdfs.TestHDFSTrash
hadoop.hdfs.server.datanode.TestReadOnlySharedStorage
hadoop.fs.TestFcHdfsSetUMask
hadoop.hdfs.server.datanode.TestFsDatasetCacheRevocation
hadoop.hdfs.tools.TestStoragePolicyCommands
hadoop.hdfs.server.namenode.ha.TestHarFileSystemWithHA
hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewer
hadoop.fs.viewfs.TestViewFileSystemOverloadSchemeHdfsFileSystemContract
hadoop.hdfs.server.blockmanagement.TestStorageBlockPoolUsageStdDev
hadoop.hdfs.server.namenode.TestAuthorizationHeaderPropagation
hadoop.fs.viewfs.TestViewFsWithXAttrs
hadoop.hdfs.TestSeekBug
hadoop.hdfs.TestFileStatusWithDefaultECPolicy
hadoop.hdfs.TestErasureCodingAddConfig
hadoop.hdfs.server.namenode.TestFavoredNodesEndToEnd
hadoop.TestRefreshCallQueue
hadoop.hdfs.TestDecommissionWithStripedBackoffMonitor
hadoop.hdfs.web.TestWebHDFSXAttr
hadoop.hdfs.server.namenode.snapshot.TestUpdatePipelineWithSnapshots
hadoop.hdfs.client.impl.TestBlockReaderFactory
hadoop.hdfs.server.namenode.TestSecondaryNameNodeUpgrade
hadoop.hdfs.server.namenode.ha.TestStandbyIsHot
Subsystem Report/Notes
Docker ClientAPI=1.55 ServerAPI=1.55 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8653/4/artifact/out/Dockerfile
GITHUB PR #8653
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient codespell detsecrets xmllint spotbugs checkstyle shellcheck shelldocs
uname Linux ce4e62ce3a84 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / c1d113f
Default Java Ubuntu-17.0.19+10-1-24.04.2-Ubuntu
Multi-JDK versions /usr/lib/jvm/java-21-openjdk-amd64:Ubuntu-21.0.11+10-1-24.04.2-Ubuntu /usr/lib/jvm/java-17-openjdk-amd64:Ubuntu-17.0.19+10-1-24.04.2-Ubuntu
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8653/4/testReport/
Max. process+thread count 9841 (vs. ulimit of 10000)
modules C: hadoop-project hadoop-common-project/hadoop-auth hadoop-common-project/hadoop-auth-examples hadoop-common-project/hadoop-common hadoop-common-project/hadoop-kms hadoop-hdfs-project/hadoop-hdfs-client hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-httpfs hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-web-proxy hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient hadoop-hdfs-project/hadoop-hdfs-rbf hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-sharedcachemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timeline-pluginstorage hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-globalpolicygenerator hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services/hadoop-yarn-services-core hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services/hadoop-yarn-services-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi hadoop-tools/hadoop-sls hadoop-tools/hadoop-resourceestimator hadoop-client-modules/hadoop-client-api hadoop-client-modules/hadoop-client-runtime hadoop-client-modules/hadoop-client-minicluster hadoop-client-modules/hadoop-client-check-invariants hadoop-client-modules/hadoop-client-check-test-invariants . U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8653/4/console
versions git=2.43.0 maven=3.9.15 spotbugs=4.9.7 shellcheck=0.9.0
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants