Skip to content

Conversation

@ritegarg
Copy link
Contributor

@ritegarg ritegarg commented Mar 7, 2024

Description of PR

How was this patch tested?

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?

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 8m 5s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 3 new or modified test files.
_ branch-2.10 Compile Tests _
+0 🆗 mvndep 2m 38s Maven dependency ordering for branch
+1 💚 mvninstall 13m 36s branch-2.10 passed
+1 💚 compile 2m 12s branch-2.10 passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 compile 1m 53s branch-2.10 passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 checkstyle 0m 46s branch-2.10 passed
+1 💚 mvnsite 1m 53s branch-2.10 passed
+1 💚 javadoc 1m 59s branch-2.10 passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javadoc 1m 25s branch-2.10 passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
-1 ❌ spotbugs 2m 43s /branch-spotbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html hadoop-hdfs-project/hadoop-hdfs in branch-2.10 has 1 extant spotbugs warnings.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 27s Maven dependency ordering for patch
+1 💚 mvninstall 1m 34s the patch passed
+1 💚 compile 2m 7s the patch passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javac 2m 7s the patch passed
+1 💚 compile 1m 45s the patch passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 javac 1m 45s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 0m 41s /results-checkstyle-hadoop-hdfs-project.txt hadoop-hdfs-project: The patch generated 1 new + 274 unchanged - 2 fixed = 275 total (was 276)
+1 💚 mvnsite 1m 38s the patch passed
+1 💚 javadoc 1m 48s the patch passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javadoc 1m 15s the patch passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 spotbugs 4m 43s the patch passed
_ Other Tests _
+1 💚 unit 1m 32s hadoop-hdfs-client in the patch passed.
-1 ❌ unit 81m 56s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
+1 💚 asflicense 0m 37s The patch does not generate ASF License warnings.
147m 17s
Reason Tests
Failed junit tests hadoop.hdfs.TestLeaseRecovery2
hadoop.hdfs.TestCrcCorruption
hadoop.hdfs.TestDistributedFileSystem
hadoop.hdfs.qjournal.server.TestJournalNodeRespectsBindHostKeys
hadoop.hdfs.server.namenode.snapshot.TestSnapshotBlocksMap
hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion
hadoop.hdfs.TestDFSInotifyEventInputStream
hadoop.hdfs.tools.TestDFSAdminWithHA
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/1/artifact/out/Dockerfile
GITHUB PR #6614
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 0a9642071a90 5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision branch-2.10 / ef1a6e7
Default Java Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
Multi-JDK versions /usr/lib/jvm/zulu-7-amd64:Azul Systems, Inc.-1.7.0_262-b10 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/1/testReport/
Max. process+thread count 2194 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs-client hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/1/console
versions git=2.17.1 maven=3.6.0 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@ritegarg
Copy link
Contributor Author

Updated some tests, some of the tests are false positives so can be ignored if failing in main hadoop repo as well.

Test Name With Changes(locally) Without Changes
TestCrcCorruption.testCorruptionDuringWrt Pass(with updated timeout) Pass
TestDFSInotifyEventInputStream.testBasic Fail Fail
TestLeaseRecovery2.testHardLeaseRecoveryAfterNameNodeRestart Fail Fail
TestLeaseRecovery2.testHardLeaseRecoveryAfterNameNodeRestart2 Fail Fail
TestLeaseRecovery2.testHardLeaseRecoveryWithRenameAfterNameNodeRestart Fail Fail
TestJournalNodeRespectsBindHostKeys.testHttpsBindHostKey Pass Pass
TestSnapshotBlocksMap.testReadRenamedSnapshotFileWithCheckpoint Fail Fail
TestSnapshotDeletion.testApplyEditLogForDeletion Fail Fail
TestDFSAdminWithHA.testSaveNamespace Pass Pass
TestDFSAdminWithHA.testSaveNamespaceNN1DownNN2Up Pass Pass
TestDFSAdminWithHA.testFinalizeUpgradeNN1UpNN2Down Pass Pass
TestDistributedFileSystem Pass N/A

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 4m 46s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 4 new or modified test files.
_ branch-2.10 Compile Tests _
+0 🆗 mvndep 2m 27s Maven dependency ordering for branch
+1 💚 mvninstall 10m 7s branch-2.10 passed
+1 💚 compile 1m 32s branch-2.10 passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 compile 1m 14s branch-2.10 passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 checkstyle 0m 29s branch-2.10 passed
+1 💚 mvnsite 1m 13s branch-2.10 passed
+1 💚 javadoc 1m 17s branch-2.10 passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javadoc 0m 59s branch-2.10 passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
-1 ❌ spotbugs 1m 37s /branch-spotbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html hadoop-hdfs-project/hadoop-hdfs in branch-2.10 has 1 extant spotbugs warnings.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 18s Maven dependency ordering for patch
+1 💚 mvninstall 1m 5s the patch passed
+1 💚 compile 1m 26s the patch passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javac 1m 26s the patch passed
+1 💚 compile 1m 8s the patch passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 javac 1m 8s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 0m 25s /results-checkstyle-hadoop-hdfs-project.txt hadoop-hdfs-project: The patch generated 1 new + 283 unchanged - 2 fixed = 284 total (was 285)
+1 💚 mvnsite 1m 5s the patch passed
+1 💚 javadoc 1m 11s the patch passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javadoc 0m 52s the patch passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 spotbugs 2m 49s the patch passed
_ Other Tests _
+1 💚 unit 1m 10s hadoop-hdfs-client in the patch passed.
-1 ❌ unit 76m 18s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
+1 💚 asflicense 0m 23s The patch does not generate ASF License warnings.
120m 6s
Reason Tests
Failed junit tests hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion
hadoop.hdfs.qjournal.server.TestJournalNodeRespectsBindHostKeys
hadoop.hdfs.TestLeaseRecovery2
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/2/artifact/out/Dockerfile
GITHUB PR #6614
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux e513def84f1a 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision branch-2.10 / cb3c94b
Default Java Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
Multi-JDK versions /usr/lib/jvm/zulu-7-amd64:Azul Systems, Inc.-1.7.0_262-b10 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/2/testReport/
Max. process+thread count 2653 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs-client hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/2/console
versions git=2.17.1 maven=3.6.0 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@shahrs87
Copy link

@ritegarg Can you please check if the checkstyle warning is relevant?

* least two replicas are needed.
*/
@Test(timeout=50000)
@Test(timeout=600000)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need to increase the timeout by 10x?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, we needed to add this commit 01d950a same as that in trunk/3.3

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 22s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 4 new or modified test files.
_ branch-2.10 Compile Tests _
+0 🆗 mvndep 2m 26s Maven dependency ordering for branch
+1 💚 mvninstall 10m 15s branch-2.10 passed
+1 💚 compile 1m 30s branch-2.10 passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 compile 1m 9s branch-2.10 passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 checkstyle 0m 29s branch-2.10 passed
+1 💚 mvnsite 1m 16s branch-2.10 passed
+1 💚 javadoc 1m 20s branch-2.10 passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javadoc 0m 58s branch-2.10 passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
-1 ❌ spotbugs 1m 43s /branch-spotbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html hadoop-hdfs-project/hadoop-hdfs in branch-2.10 has 1 extant spotbugs warnings.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 17s Maven dependency ordering for patch
+1 💚 mvninstall 1m 4s the patch passed
+1 💚 compile 1m 26s the patch passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javac 1m 26s the patch passed
+1 💚 compile 1m 10s the patch passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 javac 1m 10s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 0m 23s /results-checkstyle-hadoop-hdfs-project.txt hadoop-hdfs-project: The patch generated 1 new + 283 unchanged - 2 fixed = 284 total (was 285)
+1 💚 mvnsite 1m 3s the patch passed
+1 💚 javadoc 1m 11s the patch passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javadoc 0m 52s the patch passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 spotbugs 2m 45s the patch passed
_ Other Tests _
+1 💚 unit 1m 12s hadoop-hdfs-client in the patch passed.
-1 ❌ unit 80m 2s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
+1 💚 asflicense 0m 24s The patch does not generate ASF License warnings.
119m 48s
Reason Tests
Failed junit tests hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion
hadoop.hdfs.qjournal.server.TestJournalNodeRespectsBindHostKeys
hadoop.hdfs.server.namenode.snapshot.TestSnapshotBlocksMap
hadoop.hdfs.server.namenode.ha.TestPipelinesFailover
hadoop.hdfs.TestLeaseRecovery2
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/3/artifact/out/Dockerfile
GITHUB PR #6614
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 49763d196457 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision branch-2.10 / 33823a1
Default Java Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
Multi-JDK versions /usr/lib/jvm/zulu-7-amd64:Azul Systems, Inc.-1.7.0_262-b10 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/3/testReport/
Max. process+thread count 2649 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs-client hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/3/console
versions git=2.17.1 maven=3.6.0 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 11m 25s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 4 new or modified test files.
_ branch-2.10 Compile Tests _
+0 🆗 mvndep 2m 29s Maven dependency ordering for branch
+1 💚 mvninstall 13m 7s branch-2.10 passed
+1 💚 compile 2m 12s branch-2.10 passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 compile 1m 48s branch-2.10 passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 checkstyle 0m 46s branch-2.10 passed
+1 💚 mvnsite 1m 47s branch-2.10 passed
+1 💚 javadoc 1m 56s branch-2.10 passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javadoc 1m 20s branch-2.10 passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
-1 ❌ spotbugs 2m 44s /branch-spotbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html hadoop-hdfs-project/hadoop-hdfs in branch-2.10 has 1 extant spotbugs warnings.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 24s Maven dependency ordering for patch
+1 💚 mvninstall 1m 33s the patch passed
+1 💚 compile 2m 6s the patch passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javac 2m 6s the patch passed
+1 💚 compile 1m 45s the patch passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 javac 1m 45s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 0m 39s /results-checkstyle-hadoop-hdfs-project.txt hadoop-hdfs-project: The patch generated 1 new + 283 unchanged - 2 fixed = 284 total (was 285)
+1 💚 mvnsite 1m 36s the patch passed
+1 💚 javadoc 1m 46s the patch passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javadoc 1m 12s the patch passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 spotbugs 4m 43s the patch passed
_ Other Tests _
+1 💚 unit 1m 29s hadoop-hdfs-client in the patch passed.
-1 ❌ unit 98m 43s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
+1 💚 asflicense 0m 36s The patch does not generate ASF License warnings.
165m 51s
Reason Tests
Failed junit tests hadoop.hdfs.TestLeaseRecovery2
hadoop.hdfs.TestMultipleNNPortQOP
hadoop.hdfs.qjournal.server.TestJournalNodeRespectsBindHostKeys
hadoop.hdfs.TestFileLengthOnClusterRestart
hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion
hadoop.hdfs.TestDFSInotifyEventInputStream
hadoop.hdfs.server.namenode.TestCheckpoint
hadoop.hdfs.server.namenode.ha.TestPipelinesFailover
hadoop.hdfs.server.namenode.snapshot.TestSnapshotBlocksMap
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/4/artifact/out/Dockerfile
GITHUB PR #6614
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 1932114cb630 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision branch-2.10 / 33823a1
Default Java Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
Multi-JDK versions /usr/lib/jvm/zulu-7-amd64:Azul Systems, Inc.-1.7.0_262-b10 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/4/testReport/
Max. process+thread count 2070 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs-client hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/4/console
versions git=2.17.1 maven=3.6.0 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 39s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 4 new or modified test files.
_ branch-2.10 Compile Tests _
+0 🆗 mvndep 2m 33s Maven dependency ordering for branch
+1 💚 mvninstall 13m 6s branch-2.10 passed
+1 💚 compile 2m 12s branch-2.10 passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 compile 1m 51s branch-2.10 passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 checkstyle 0m 45s branch-2.10 passed
+1 💚 mvnsite 1m 53s branch-2.10 passed
+1 💚 javadoc 1m 59s branch-2.10 passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javadoc 1m 26s branch-2.10 passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
-1 ❌ spotbugs 2m 43s /branch-spotbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html hadoop-hdfs-project/hadoop-hdfs in branch-2.10 has 1 extant spotbugs warnings.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 27s Maven dependency ordering for patch
+1 💚 mvninstall 1m 35s the patch passed
+1 💚 compile 2m 6s the patch passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javac 2m 6s the patch passed
+1 💚 compile 1m 45s the patch passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 javac 1m 45s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 0m 41s /results-checkstyle-hadoop-hdfs-project.txt hadoop-hdfs-project: The patch generated 1 new + 283 unchanged - 2 fixed = 284 total (was 285)
+1 💚 mvnsite 1m 40s the patch passed
+1 💚 javadoc 1m 47s the patch passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javadoc 1m 14s the patch passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 spotbugs 4m 40s the patch passed
_ Other Tests _
+1 💚 unit 1m 34s hadoop-hdfs-client in the patch passed.
-1 ❌ unit 80m 21s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
+1 💚 asflicense 0m 38s The patch does not generate ASF License warnings.
137m 20s
Reason Tests
Failed junit tests hadoop.hdfs.TestLeaseRecovery2
hadoop.hdfs.TestMultipleNNPortQOP
hadoop.hdfs.qjournal.server.TestJournalNodeRespectsBindHostKeys
hadoop.hdfs.server.namenode.ha.TestPipelinesFailover
hadoop.hdfs.server.namenode.snapshot.TestSnapshotBlocksMap
hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion
hadoop.fs.viewfs.TestViewFileSystemHdfs
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/5/artifact/out/Dockerfile
GITHUB PR #6614
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 4ccb74117453 5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision branch-2.10 / 01d950a
Default Java Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
Multi-JDK versions /usr/lib/jvm/zulu-7-amd64:Azul Systems, Inc.-1.7.0_262-b10 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/5/testReport/
Max. process+thread count 2281 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs-client hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/5/console
versions git=2.17.1 maven=3.6.0 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 21s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 4 new or modified test files.
_ branch-2.10 Compile Tests _
+0 🆗 mvndep 2m 26s Maven dependency ordering for branch
+1 💚 mvninstall 10m 4s branch-2.10 passed
+1 💚 compile 1m 29s branch-2.10 passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 compile 1m 13s branch-2.10 passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 checkstyle 0m 30s branch-2.10 passed
+1 💚 mvnsite 1m 14s branch-2.10 passed
+1 💚 javadoc 1m 17s branch-2.10 passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javadoc 0m 58s branch-2.10 passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
-1 ❌ spotbugs 1m 42s /branch-spotbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html hadoop-hdfs-project/hadoop-hdfs in branch-2.10 has 1 extant spotbugs warnings.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 45s Maven dependency ordering for patch
+1 💚 mvninstall 1m 2s the patch passed
+1 💚 compile 1m 26s the patch passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javac 1m 26s the patch passed
+1 💚 compile 1m 9s the patch passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 javac 1m 9s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 checkstyle 0m 26s hadoop-hdfs-project: The patch generated 0 new + 283 unchanged - 2 fixed = 283 total (was 285)
+1 💚 mvnsite 1m 5s the patch passed
+1 💚 javadoc 1m 10s the patch passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javadoc 0m 51s the patch passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 spotbugs 2m 43s the patch passed
_ Other Tests _
+1 💚 unit 1m 11s hadoop-hdfs-client in the patch passed.
-1 ❌ unit 79m 16s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
+1 💚 asflicense 0m 25s The patch does not generate ASF License warnings.
119m 3s
Reason Tests
Failed junit tests hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion
hadoop.hdfs.qjournal.server.TestJournalNodeRespectsBindHostKeys
hadoop.hdfs.server.namenode.ha.TestPipelinesFailover
hadoop.hdfs.TestDFSInotifyEventInputStream
hadoop.hdfs.TestLeaseRecovery2
hadoop.fs.viewfs.TestViewFileSystemHdfs
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/6/artifact/out/Dockerfile
GITHUB PR #6614
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux cb6f61f65214 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision branch-2.10 / 296d37a
Default Java Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
Multi-JDK versions /usr/lib/jvm/zulu-7-amd64:Azul Systems, Inc.-1.7.0_262-b10 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/6/testReport/
Max. process+thread count 2778 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs-client hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/6/console
versions git=2.17.1 maven=3.6.0 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@shahrs87
Copy link

All the tests (except for 1 test) that failed in this build are flaky. They are failing in daily build also. Check here for the latest build.
The only test that is not failing in nightly build is:
org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion.testApplyEditLogForDeletion

@ritegarg Can you please check if this is flaky too? Thank you !

@ritegarg
Copy link
Contributor Author

All the tests (except for 1 test) that failed in this build are flaky. They are failing in daily build also. Check here for the latest build. The only test that is not failing in nightly build is: org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion.testApplyEditLogForDeletion

@ritegarg Can you please check if this is flaky too? Thank you !

I ran the tests locally with and without my changes and I am observing same failure in both.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 22s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 4 new or modified test files.
_ branch-2.10 Compile Tests _
+0 🆗 mvndep 2m 26s Maven dependency ordering for branch
+1 💚 mvninstall 10m 48s branch-2.10 passed
+1 💚 compile 1m 27s branch-2.10 passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 compile 1m 11s branch-2.10 passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 checkstyle 0m 30s branch-2.10 passed
+1 💚 mvnsite 1m 15s branch-2.10 passed
+1 💚 javadoc 1m 17s branch-2.10 passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javadoc 0m 59s branch-2.10 passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
-1 ❌ spotbugs 1m 42s /branch-spotbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html hadoop-hdfs-project/hadoop-hdfs in branch-2.10 has 1 extant spotbugs warnings.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 17s Maven dependency ordering for patch
+1 💚 mvninstall 1m 5s the patch passed
+1 💚 compile 1m 23s the patch passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javac 1m 23s the patch passed
+1 💚 compile 1m 7s the patch passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 javac 1m 7s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 checkstyle 0m 23s hadoop-hdfs-project: The patch generated 0 new + 283 unchanged - 2 fixed = 283 total (was 285)
+1 💚 mvnsite 1m 4s the patch passed
+1 💚 javadoc 1m 7s the patch passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javadoc 0m 53s the patch passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 spotbugs 2m 47s the patch passed
_ Other Tests _
+1 💚 unit 1m 11s hadoop-hdfs-client in the patch passed.
-1 ❌ unit 76m 26s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
+1 💚 asflicense 0m 26s The patch does not generate ASF License warnings.
116m 3s
Reason Tests
Failed junit tests hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion
hadoop.hdfs.qjournal.server.TestJournalNodeRespectsBindHostKeys
hadoop.hdfs.server.namenode.ha.TestPipelinesFailover
hadoop.hdfs.server.balancer.TestBalancerWithHANameNodes
hadoop.hdfs.TestLeaseRecovery2
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/7/artifact/out/Dockerfile
GITHUB PR #6614
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 6bba757d3ead 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision branch-2.10 / 296d37a
Default Java Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
Multi-JDK versions /usr/lib/jvm/zulu-7-amd64:Azul Systems, Inc.-1.7.0_262-b10 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/7/testReport/
Max. process+thread count 2788 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs-client hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/7/console
versions git=2.17.1 maven=3.6.0 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

Copy link

@shahrs87 shahrs87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor changes.

@ritegarg ritegarg requested a review from shahrs87 March 18, 2024 03:48
Copy link

@shahrs87 shahrs87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 ltgm. Thank you @ritegarg for the PR.

@shahrs87 shahrs87 merged commit a665fe1 into apache:branch-2.10 Mar 18, 2024
@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 22s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 4 new or modified test files.
_ branch-2.10 Compile Tests _
+0 🆗 mvndep 2m 24s Maven dependency ordering for branch
+1 💚 mvninstall 10m 26s branch-2.10 passed
+1 💚 compile 1m 30s branch-2.10 passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 compile 1m 12s branch-2.10 passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 checkstyle 0m 29s branch-2.10 passed
+1 💚 mvnsite 1m 16s branch-2.10 passed
+1 💚 javadoc 1m 17s branch-2.10 passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javadoc 0m 56s branch-2.10 passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
-1 ❌ spotbugs 1m 43s /branch-spotbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html hadoop-hdfs-project/hadoop-hdfs in branch-2.10 has 1 extant spotbugs warnings.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 18s Maven dependency ordering for patch
+1 💚 mvninstall 1m 3s the patch passed
+1 💚 compile 1m 25s the patch passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javac 1m 25s the patch passed
+1 💚 compile 1m 9s the patch passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 javac 1m 9s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 checkstyle 0m 24s hadoop-hdfs-project: The patch generated 0 new + 283 unchanged - 2 fixed = 283 total (was 285)
+1 💚 mvnsite 1m 6s the patch passed
+1 💚 javadoc 1m 11s the patch passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javadoc 0m 53s the patch passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 spotbugs 2m 49s the patch passed
_ Other Tests _
+1 💚 unit 1m 13s hadoop-hdfs-client in the patch passed.
-1 ❌ unit 74m 5s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
+1 💚 asflicense 0m 25s The patch does not generate ASF License warnings.
113m 47s
Reason Tests
Failed junit tests hadoop.hdfs.web.TestWebHDFS
hadoop.hdfs.qjournal.server.TestJournalNodeRespectsBindHostKeys
hadoop.hdfs.server.namenode.ha.TestPipelinesFailover
hadoop.hdfs.TestDFSInotifyEventInputStream
hadoop.hdfs.TestLeaseRecovery2
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/8/artifact/out/Dockerfile
GITHUB PR #6614
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 20973d4a3aad 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision branch-2.10 / 74af927
Default Java Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
Multi-JDK versions /usr/lib/jvm/zulu-7-amd64:Azul Systems, Inc.-1.7.0_262-b10 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/8/testReport/
Max. process+thread count 2891 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs-client hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/8/console
versions git=2.17.1 maven=3.6.0 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 47s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 4 new or modified test files.
_ branch-2.10 Compile Tests _
+0 🆗 mvndep 2m 27s Maven dependency ordering for branch
+1 💚 mvninstall 13m 5s branch-2.10 passed
+1 💚 compile 2m 11s branch-2.10 passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 compile 1m 48s branch-2.10 passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 checkstyle 0m 46s branch-2.10 passed
+1 💚 mvnsite 1m 47s branch-2.10 passed
+1 💚 javadoc 1m 56s branch-2.10 passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javadoc 1m 20s branch-2.10 passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
-1 ❌ spotbugs 2m 44s /branch-spotbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html hadoop-hdfs-project/hadoop-hdfs in branch-2.10 has 1 extant spotbugs warnings.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 25s Maven dependency ordering for patch
+1 💚 mvninstall 1m 33s the patch passed
+1 💚 compile 2m 7s the patch passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javac 2m 7s the patch passed
+1 💚 compile 1m 44s the patch passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 javac 1m 44s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 checkstyle 0m 40s hadoop-hdfs-project: The patch generated 0 new + 283 unchanged - 2 fixed = 283 total (was 285)
+1 💚 mvnsite 1m 37s the patch passed
+1 💚 javadoc 1m 46s the patch passed with JDK Azul Systems, Inc.-1.7.0_262-b10
+1 💚 javadoc 1m 12s the patch passed with JDK Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
+1 💚 spotbugs 4m 44s the patch passed
_ Other Tests _
+1 💚 unit 1m 28s hadoop-hdfs-client in the patch passed.
-1 ❌ unit 97m 4s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
+1 💚 asflicense 0m 36s The patch does not generate ASF License warnings.
153m 25s
Reason Tests
Failed junit tests hadoop.hdfs.TestLeaseRecovery2
hadoop.hdfs.qjournal.server.TestJournalNodeRespectsBindHostKeys
hadoop.hdfs.TestFileLengthOnClusterRestart
hadoop.hdfs.server.namenode.snapshot.TestSnapshotDeletion
hadoop.hdfs.server.namenode.snapshot.TestSnapshotBlocksMap
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/9/artifact/out/Dockerfile
GITHUB PR #6614
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 4fef73a925b4 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision branch-2.10 / 74af927
Default Java Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
Multi-JDK versions /usr/lib/jvm/zulu-7-amd64:Azul Systems, Inc.-1.7.0_262-b10 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_362-8u372-gaus1-0ubuntu118.04-b09
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/9/testReport/
Max. process+thread count 1920 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs-client hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6614/9/console
versions git=2.17.1 maven=3.6.0 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants