Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDFS-17650. [ARR] The router server-side rpc protocol PB supports asynchrony. #7139

Merged
merged 12 commits into from
Jan 9, 2025

Conversation

hfutatzhanghb
Copy link
Contributor

@hfutatzhanghb hfutatzhanghb commented Oct 31, 2024

Description of PR

The router server-side rpc protocol PB supports asynchrony.

How to test

Added TestRouterAsyncRpc and TestRouterAsyncRpcMultiDestination tests for integration testing the asynchronous router functionality.

@hfutatzhanghb hfutatzhanghb changed the base branch from trunk to HDFS-17531 October 31, 2024 12:38
@hfutatzhanghb
Copy link
Contributor Author

@Hexiaoqiao @KeeProMise Sir, codes mainly from HDFS-17531. PTAL when you are free. Thanks a lot.

Copy link
Member

@KeeProMise KeeProMise left a comment

Choose a reason for hiding this comment

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

hi,@hfutatzhanghb After a brief look, please add some UT, you can refer to HDFS-17544. [ARR] The router client rpc protocol PB supports asynchrony.

Comment on lines 35 to 41
private final static RefreshUserToGroupsMappingsResponseProto

protected final static RefreshUserToGroupsMappingsResponseProto
VOID_REFRESH_USER_GROUPS_MAPPING_RESPONSE =
RefreshUserToGroupsMappingsResponseProto.newBuilder().build();

private final static RefreshSuperUserGroupsConfigurationResponseProto
protected final static RefreshSuperUserGroupsConfigurationResponseProto
VOID_REFRESH_SUPERUSER_GROUPS_CONFIGURATION_RESPONSE =
Copy link
Member

Choose a reason for hiding this comment

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

Hi, @hfutatzhanghb thanks for your contribution! It is recommended not to modify common because the pipeline will run for a long time. There are only 2 variables here, you can copy them directly to RouterRefreshUserMappingsProtocolServerSideTranslatorPB

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@KeeProMise Sir , thanks for reminding. fixed

Comment on lines +105 to +117
public static <T> void asyncRouterServer(ServerReq<T> req, ServerRes<T> res) {
final ProtobufRpcEngineCallback2 callback =
ProtobufRpcEngine2.Server.registerForDeferredResponse2();

CompletableFuture<Object> completableFuture =
CompletableFuture.completedFuture(null);
completableFuture.thenCompose(o -> {
Copy link
Member

Choose a reason for hiding this comment

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

It's better to add some comments

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 18s 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 doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ HDFS-17531 Compile Tests _
+0 🆗 mvndep 14m 20s Maven dependency ordering for branch
+1 💚 mvninstall 20m 24s HDFS-17531 passed
+1 💚 compile 9m 29s HDFS-17531 passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 compile 8m 27s HDFS-17531 passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 checkstyle 2m 8s HDFS-17531 passed
+1 💚 mvnsite 2m 12s HDFS-17531 passed
+1 💚 javadoc 1m 55s HDFS-17531 passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javadoc 2m 4s HDFS-17531 passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 spotbugs 4m 39s HDFS-17531 passed
+1 💚 shadedclient 23m 14s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 22s Maven dependency ordering for patch
+1 💚 mvninstall 1m 32s the patch passed
+1 💚 compile 9m 42s the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javac 9m 42s the patch passed
+1 💚 compile 8m 16s the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 javac 8m 16s the patch passed
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 23 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-0 ⚠️ checkstyle 2m 4s /results-checkstyle-root.txt root: The patch generated 103 new + 47 unchanged - 0 fixed = 150 total (was 47)
+1 💚 mvnsite 2m 16s the patch passed
+1 💚 javadoc 1m 50s the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javadoc 2m 20s the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
-1 ❌ spotbugs 1m 11s /new-spotbugs-hadoop-hdfs-project_hadoop-hdfs-rbf.html hadoop-hdfs-project/hadoop-hdfs-rbf generated 14 new + 0 unchanged - 0 fixed = 14 total (was 0)
+1 💚 shadedclient 23m 2s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 16m 40s hadoop-common in the patch passed.
-1 ❌ unit 203m 29s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
-1 ❌ unit 25m 25s /patch-unit-hadoop-hdfs-project_hadoop-hdfs-rbf.txt hadoop-hdfs-rbf in the patch passed.
+1 💚 asflicense 0m 35s The patch does not generate ASF License warnings.
393m 47s
Reason Tests
SpotBugs module:hadoop-hdfs-project/hadoop-hdfs-rbf
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.endCheckpoint(RpcController, NamenodeProtocolProtos$EndCheckpointRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.endCheckpoint(RpcController, NamenodeProtocolProtos$EndCheckpointRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 167]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.errorReport(RpcController, NamenodeProtocolProtos$ErrorReportRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.errorReport(RpcController, NamenodeProtocolProtos$ErrorReportRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 124]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getBlockKeys(RpcController, NamenodeProtocolProtos$GetBlockKeysRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getBlockKeys(RpcController, NamenodeProtocolProtos$GetBlockKeysRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 68]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getBlocks(RpcController, NamenodeProtocolProtos$GetBlocksRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getBlocks(RpcController, NamenodeProtocolProtos$GetBlocksRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 47]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getEditLogManifest(RpcController, NamenodeProtocolProtos$GetEditLogManifestRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getEditLogManifest(RpcController, NamenodeProtocolProtos$GetEditLogManifestRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 181]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getMostRecentCheckpointTxId(RpcController, NamenodeProtocolProtos$GetMostRecentCheckpointTxIdRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getMostRecentCheckpointTxId(RpcController, NamenodeProtocolProtos$GetMostRecentCheckpointTxIdRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 98]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getNextSPSPath(RpcController, NamenodeProtocolProtos$GetNextSPSPathRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getNextSPSPath(RpcController, NamenodeProtocolProtos$GetNextSPSPathRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 231]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getTransactionId(RpcController, NamenodeProtocolProtos$GetTransactionIdRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getTransactionId(RpcController, NamenodeProtocolProtos$GetTransactionIdRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 86]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.isRollingUpgrade(RpcController, NamenodeProtocolProtos$IsRollingUpgradeRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.isRollingUpgrade(RpcController, NamenodeProtocolProtos$IsRollingUpgradeRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 219]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.isUpgradeFinalized(RpcController, NamenodeProtocolProtos$IsUpgradeFinalizedRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.isUpgradeFinalized(RpcController, NamenodeProtocolProtos$IsUpgradeFinalizedRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 206]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.registerSubordinateNamenode(RpcController, NamenodeProtocolProtos$RegisterRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.registerSubordinateNamenode(RpcController, NamenodeProtocolProtos$RegisterRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 138]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.rollEditLog(RpcController, NamenodeProtocolProtos$RollEditLogRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.rollEditLog(RpcController, NamenodeProtocolProtos$RollEditLogRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 111]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.startCheckpoint(RpcController, NamenodeProtocolProtos$StartCheckpointRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.startCheckpoint(RpcController, NamenodeProtocolProtos$StartCheckpointRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 152]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.versionRequest(RpcController, HdfsServerProtos$VersionRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.versionRequest(RpcController, HdfsServerProtos$VersionRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 194]
Failed junit tests hadoop.hdfs.server.namenode.snapshot.TestRenameWithSnapshots
hadoop.hdfs.TestDecommissionWithStriped
hadoop.hdfs.TestReadStripedFileWithDecoding
hadoop.hdfs.TestErasureCodingPolicies
hadoop.hdfs.server.federation.router.TestRouterQuota
hadoop.hdfs.server.federation.router.TestRouterRpcMultiDestination
hadoop.hdfs.server.federation.router.TestRouterClientRejectOverload
Subsystem Report/Notes
Docker ClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/2/artifact/out/Dockerfile
GITHUB PR #7139
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 468a98352812 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision HDFS-17531 / 4b317e5
Default Java Private Build-1.8.0_422-8u422-b05-1~20.04-b05
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_422-8u422-b05-1~20.04-b05
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/2/testReport/
Max. process+thread count 4403 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-rbf U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/2/console
versions git=2.25.1 maven=3.6.3 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 20s 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 doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ HDFS-17531 Compile Tests _
+0 🆗 mvndep 14m 20s Maven dependency ordering for branch
+1 💚 mvninstall 22m 50s HDFS-17531 passed
+1 💚 compile 9m 48s HDFS-17531 passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 compile 8m 14s HDFS-17531 passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 checkstyle 2m 6s HDFS-17531 passed
+1 💚 mvnsite 2m 20s HDFS-17531 passed
+1 💚 javadoc 2m 2s HDFS-17531 passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javadoc 2m 17s HDFS-17531 passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 spotbugs 4m 42s HDFS-17531 passed
+1 💚 shadedclient 23m 37s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 22s Maven dependency ordering for patch
+1 💚 mvninstall 1m 37s the patch passed
+1 💚 compile 9m 54s the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javac 9m 54s the patch passed
+1 💚 compile 8m 20s the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 javac 8m 20s the patch passed
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 23 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-0 ⚠️ checkstyle 2m 7s /results-checkstyle-root.txt root: The patch generated 82 new + 47 unchanged - 0 fixed = 129 total (was 47)
+1 💚 mvnsite 2m 11s the patch passed
+1 💚 javadoc 1m 48s the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javadoc 2m 22s the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
-1 ❌ spotbugs 1m 20s /new-spotbugs-hadoop-hdfs-project_hadoop-hdfs-rbf.html hadoop-hdfs-project/hadoop-hdfs-rbf generated 14 new + 0 unchanged - 0 fixed = 14 total (was 0)
+1 💚 shadedclient 25m 8s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 16m 54s hadoop-common in the patch passed.
-1 ❌ unit 210m 46s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
+1 💚 unit 27m 45s hadoop-hdfs-rbf in the patch passed.
+1 💚 asflicense 0m 49s The patch does not generate ASF License warnings.
410m 14s
Reason Tests
SpotBugs module:hadoop-hdfs-project/hadoop-hdfs-rbf
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.endCheckpoint(RpcController, NamenodeProtocolProtos$EndCheckpointRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.endCheckpoint(RpcController, NamenodeProtocolProtos$EndCheckpointRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 195]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.errorReport(RpcController, NamenodeProtocolProtos$ErrorReportRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.errorReport(RpcController, NamenodeProtocolProtos$ErrorReportRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 152]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getBlockKeys(RpcController, NamenodeProtocolProtos$GetBlockKeysRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getBlockKeys(RpcController, NamenodeProtocolProtos$GetBlockKeysRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 96]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getBlocks(RpcController, NamenodeProtocolProtos$GetBlocksRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getBlocks(RpcController, NamenodeProtocolProtos$GetBlocksRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 75]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getEditLogManifest(RpcController, NamenodeProtocolProtos$GetEditLogManifestRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getEditLogManifest(RpcController, NamenodeProtocolProtos$GetEditLogManifestRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 209]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getMostRecentCheckpointTxId(RpcController, NamenodeProtocolProtos$GetMostRecentCheckpointTxIdRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getMostRecentCheckpointTxId(RpcController, NamenodeProtocolProtos$GetMostRecentCheckpointTxIdRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 126]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getNextSPSPath(RpcController, NamenodeProtocolProtos$GetNextSPSPathRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getNextSPSPath(RpcController, NamenodeProtocolProtos$GetNextSPSPathRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 259]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getTransactionId(RpcController, NamenodeProtocolProtos$GetTransactionIdRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getTransactionId(RpcController, NamenodeProtocolProtos$GetTransactionIdRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 114]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.isRollingUpgrade(RpcController, NamenodeProtocolProtos$IsRollingUpgradeRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.isRollingUpgrade(RpcController, NamenodeProtocolProtos$IsRollingUpgradeRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 247]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.isUpgradeFinalized(RpcController, NamenodeProtocolProtos$IsUpgradeFinalizedRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.isUpgradeFinalized(RpcController, NamenodeProtocolProtos$IsUpgradeFinalizedRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 234]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.registerSubordinateNamenode(RpcController, NamenodeProtocolProtos$RegisterRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.registerSubordinateNamenode(RpcController, NamenodeProtocolProtos$RegisterRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 166]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.rollEditLog(RpcController, NamenodeProtocolProtos$RollEditLogRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.rollEditLog(RpcController, NamenodeProtocolProtos$RollEditLogRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 139]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.startCheckpoint(RpcController, NamenodeProtocolProtos$StartCheckpointRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.startCheckpoint(RpcController, NamenodeProtocolProtos$StartCheckpointRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 180]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.versionRequest(RpcController, HdfsServerProtos$VersionRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.versionRequest(RpcController, HdfsServerProtos$VersionRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 222]
Failed junit tests hadoop.hdfs.TestErasureCodingExerciseAPIs
hadoop.hdfs.TestDFSStripedInputStream
hadoop.hdfs.TestUnsetAndChangeDirectoryEcPolicy
hadoop.hdfs.TestDFSStripedOutputStreamWithRandomECPolicy
hadoop.hdfs.TestDecommissionWithStripedBackoffMonitor
hadoop.hdfs.TestLeaseRecovery2
hadoop.hdfs.TestErasureCodingPolicies
hadoop.hdfs.TestReconstructStripedFile
Subsystem Report/Notes
Docker ClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/3/artifact/out/Dockerfile
GITHUB PR #7139
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux a31533b21dca 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision HDFS-17531 / ac6e0be
Default Java Private Build-1.8.0_422-8u422-b05-1~20.04-b05
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_422-8u422-b05-1~20.04-b05
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/3/testReport/
Max. process+thread count 4215 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-rbf U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/3/console
versions git=2.25.1 maven=3.6.3 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 50s 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 doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ HDFS-17531 Compile Tests _
+0 🆗 mvndep 14m 26s Maven dependency ordering for branch
+1 💚 mvninstall 37m 38s HDFS-17531 passed
+1 💚 compile 19m 35s HDFS-17531 passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 compile 17m 35s HDFS-17531 passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 checkstyle 4m 48s HDFS-17531 passed
+1 💚 mvnsite 4m 19s HDFS-17531 passed
+1 💚 javadoc 3m 35s HDFS-17531 passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javadoc 3m 45s HDFS-17531 passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 spotbugs 7m 46s HDFS-17531 passed
+1 💚 shadedclient 40m 20s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 31s Maven dependency ordering for patch
+1 💚 mvninstall 2m 50s the patch passed
+1 💚 compile 19m 3s the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javac 19m 3s the patch passed
+1 💚 compile 17m 45s the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 javac 17m 45s the patch passed
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 23 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-0 ⚠️ checkstyle 4m 48s /results-checkstyle-root.txt root: The patch generated 103 new + 47 unchanged - 0 fixed = 150 total (was 47)
+1 💚 mvnsite 4m 20s the patch passed
+1 💚 javadoc 3m 26s the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javadoc 3m 38s the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
-1 ❌ spotbugs 1m 57s /new-spotbugs-hadoop-hdfs-project_hadoop-hdfs-rbf.html hadoop-hdfs-project/hadoop-hdfs-rbf generated 14 new + 0 unchanged - 0 fixed = 14 total (was 0)
+1 💚 shadedclient 40m 57s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 19m 34s hadoop-common in the patch passed.
-1 ❌ unit 264m 51s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
+1 💚 unit 32m 50s hadoop-hdfs-rbf in the patch passed.
+1 💚 asflicense 1m 13s The patch does not generate ASF License warnings.
582m 16s
Reason Tests
SpotBugs module:hadoop-hdfs-project/hadoop-hdfs-rbf
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.endCheckpoint(RpcController, NamenodeProtocolProtos$EndCheckpointRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.endCheckpoint(RpcController, NamenodeProtocolProtos$EndCheckpointRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 167]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.errorReport(RpcController, NamenodeProtocolProtos$ErrorReportRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.errorReport(RpcController, NamenodeProtocolProtos$ErrorReportRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 124]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getBlockKeys(RpcController, NamenodeProtocolProtos$GetBlockKeysRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getBlockKeys(RpcController, NamenodeProtocolProtos$GetBlockKeysRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 68]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getBlocks(RpcController, NamenodeProtocolProtos$GetBlocksRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getBlocks(RpcController, NamenodeProtocolProtos$GetBlocksRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 47]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getEditLogManifest(RpcController, NamenodeProtocolProtos$GetEditLogManifestRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getEditLogManifest(RpcController, NamenodeProtocolProtos$GetEditLogManifestRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 181]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getMostRecentCheckpointTxId(RpcController, NamenodeProtocolProtos$GetMostRecentCheckpointTxIdRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getMostRecentCheckpointTxId(RpcController, NamenodeProtocolProtos$GetMostRecentCheckpointTxIdRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 98]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getNextSPSPath(RpcController, NamenodeProtocolProtos$GetNextSPSPathRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getNextSPSPath(RpcController, NamenodeProtocolProtos$GetNextSPSPathRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 231]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getTransactionId(RpcController, NamenodeProtocolProtos$GetTransactionIdRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.getTransactionId(RpcController, NamenodeProtocolProtos$GetTransactionIdRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 86]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.isRollingUpgrade(RpcController, NamenodeProtocolProtos$IsRollingUpgradeRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.isRollingUpgrade(RpcController, NamenodeProtocolProtos$IsRollingUpgradeRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 219]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.isUpgradeFinalized(RpcController, NamenodeProtocolProtos$IsUpgradeFinalizedRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.isUpgradeFinalized(RpcController, NamenodeProtocolProtos$IsUpgradeFinalizedRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 206]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.registerSubordinateNamenode(RpcController, NamenodeProtocolProtos$RegisterRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.registerSubordinateNamenode(RpcController, NamenodeProtocolProtos$RegisterRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 138]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.rollEditLog(RpcController, NamenodeProtocolProtos$RollEditLogRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.rollEditLog(RpcController, NamenodeProtocolProtos$RollEditLogRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 111]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.startCheckpoint(RpcController, NamenodeProtocolProtos$StartCheckpointRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.startCheckpoint(RpcController, NamenodeProtocolProtos$StartCheckpointRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 152]
There is an apparent infinite recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.versionRequest(RpcController, HdfsServerProtos$VersionRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:recursive loop in org.apache.hadoop.hdfs.protocolPB.RouterNamenodeProtocolServerSideTranslatorPB.versionRequest(RpcController, HdfsServerProtos$VersionRequestProto) At RouterNamenodeProtocolServerSideTranslatorPB.java:[line 194]
Failed junit tests hadoop.hdfs.TestRollingUpgrade
Subsystem Report/Notes
Docker ClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/1/artifact/out/Dockerfile
GITHUB PR #7139
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux e917f548f328 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision HDFS-17531 / 4b317e5
Default Java Private Build-1.8.0_422-8u422-b05-1~20.04-b05
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_422-8u422-b05-1~20.04-b05
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/1/testReport/
Max. process+thread count 3344 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-rbf U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/1/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@hfutatzhanghb
Copy link
Contributor Author

hi,@hfutatzhanghb After a brief look, please add some UT, you can refer to HDFS-17544. [ARR] The router client rpc protocol PB supports asynchrony.

@KeeProMise Thanks for your suggestions. Will add soonly,

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 20s 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 doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ HDFS-17531 Compile Tests _
+0 🆗 mvndep 13m 45s Maven dependency ordering for branch
+1 💚 mvninstall 19m 51s HDFS-17531 passed
+1 💚 compile 9m 0s HDFS-17531 passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 compile 8m 8s HDFS-17531 passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 checkstyle 2m 9s HDFS-17531 passed
+1 💚 mvnsite 2m 24s HDFS-17531 passed
+1 💚 javadoc 2m 12s HDFS-17531 passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javadoc 2m 16s HDFS-17531 passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 spotbugs 4m 19s HDFS-17531 passed
+1 💚 shadedclient 20m 26s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 22s Maven dependency ordering for patch
+1 💚 mvninstall 1m 31s the patch passed
+1 💚 compile 8m 45s the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javac 8m 45s the patch passed
+1 💚 compile 8m 6s the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 javac 8m 6s the patch passed
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 23 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-0 ⚠️ checkstyle 2m 6s /results-checkstyle-root.txt root: The patch generated 82 new + 47 unchanged - 0 fixed = 129 total (was 47)
+1 💚 mvnsite 2m 29s the patch passed
+1 💚 javadoc 2m 7s the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javadoc 2m 20s the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 spotbugs 4m 48s the patch passed
+1 💚 shadedclient 20m 44s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 16m 54s hadoop-common in the patch passed.
+1 💚 unit 190m 35s hadoop-hdfs in the patch passed.
+1 💚 unit 27m 53s hadoop-hdfs-rbf in the patch passed.
+1 💚 asflicense 0m 48s The patch does not generate ASF License warnings.
376m 58s
Subsystem Report/Notes
Docker ClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/5/artifact/out/Dockerfile
GITHUB PR #7139
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux bfb215bf11a7 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision HDFS-17531 / 364b616
Default Java Private Build-1.8.0_422-8u422-b05-1~20.04-b05
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_422-8u422-b05-1~20.04-b05
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/5/testReport/
Max. process+thread count 4846 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-rbf U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/5/console
versions git=2.25.1 maven=3.6.3 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 49s 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 doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ HDFS-17531 Compile Tests _
+0 🆗 mvndep 15m 6s Maven dependency ordering for branch
+1 💚 mvninstall 37m 43s HDFS-17531 passed
+1 💚 compile 19m 35s HDFS-17531 passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 compile 17m 54s HDFS-17531 passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 checkstyle 4m 47s HDFS-17531 passed
+1 💚 mvnsite 4m 15s HDFS-17531 passed
+1 💚 javadoc 3m 33s HDFS-17531 passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javadoc 3m 36s HDFS-17531 passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 spotbugs 7m 46s HDFS-17531 passed
+1 💚 shadedclient 40m 43s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 31s Maven dependency ordering for patch
+1 💚 mvninstall 2m 49s the patch passed
+1 💚 compile 19m 10s the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javac 19m 10s the patch passed
+1 💚 compile 17m 58s the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 javac 17m 58s the patch passed
-1 ❌ blanks 0m 1s /blanks-eol.txt The patch has 23 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-0 ⚠️ checkstyle 4m 39s /results-checkstyle-root.txt root: The patch generated 81 new + 47 unchanged - 0 fixed = 128 total (was 47)
+1 💚 mvnsite 4m 17s the patch passed
+1 💚 javadoc 3m 29s the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javadoc 3m 38s the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 spotbugs 8m 22s the patch passed
+1 💚 shadedclient 40m 29s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 19m 34s hadoop-common in the patch passed.
+1 💚 unit 263m 5s hadoop-hdfs in the patch passed.
-1 ❌ unit 32m 55s /patch-unit-hadoop-hdfs-project_hadoop-hdfs-rbf.txt hadoop-hdfs-rbf in the patch passed.
+1 💚 asflicense 1m 12s The patch does not generate ASF License warnings.
581m 46s
Reason Tests
Failed junit tests hadoop.hdfs.server.federation.router.TestRouterRPCMultipleDestinationMountTableResolver
Subsystem Report/Notes
Docker ClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/4/artifact/out/Dockerfile
GITHUB PR #7139
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 5619a274c5c3 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision HDFS-17531 / 8f4d800
Default Java Private Build-1.8.0_422-8u422-b05-1~20.04-b05
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_422-8u422-b05-1~20.04-b05
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/4/testReport/
Max. process+thread count 3471 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-rbf U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/4/console
versions git=2.25.1 maven=3.6.3 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 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 doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ HDFS-17531 Compile Tests _
+0 🆗 mvndep 14m 13s Maven dependency ordering for branch
+1 💚 mvninstall 19m 59s HDFS-17531 passed
+1 💚 compile 8m 53s HDFS-17531 passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 compile 8m 6s HDFS-17531 passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 checkstyle 2m 5s HDFS-17531 passed
+1 💚 mvnsite 2m 32s HDFS-17531 passed
+1 💚 javadoc 2m 15s HDFS-17531 passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javadoc 2m 22s HDFS-17531 passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 spotbugs 4m 20s HDFS-17531 passed
+1 💚 shadedclient 20m 28s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 21s Maven dependency ordering for patch
+1 💚 mvninstall 1m 32s the patch passed
+1 💚 compile 8m 40s the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javac 8m 40s the patch passed
+1 💚 compile 8m 0s the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 javac 8m 0s the patch passed
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 3 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-0 ⚠️ checkstyle 2m 3s /results-checkstyle-root.txt root: The patch generated 70 new + 4 unchanged - 43 fixed = 74 total (was 47)
+1 💚 mvnsite 2m 28s the patch passed
+1 💚 javadoc 1m 59s the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javadoc 2m 28s the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 spotbugs 4m 37s the patch passed
+1 💚 shadedclient 20m 22s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 16m 58s hadoop-common in the patch passed.
+1 💚 unit 192m 45s hadoop-hdfs in the patch passed.
+1 💚 unit 28m 4s hadoop-hdfs-rbf in the patch passed.
+1 💚 asflicense 0m 49s The patch does not generate ASF License warnings.
379m 20s
Subsystem Report/Notes
Docker ClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/7/artifact/out/Dockerfile
GITHUB PR #7139
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux d85bdedf4c51 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision HDFS-17531 / 2a50694
Default Java Private Build-1.8.0_422-8u422-b05-1~20.04-b05
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_422-8u422-b05-1~20.04-b05
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/7/testReport/
Max. process+thread count 4010 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-rbf U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/7/console
versions git=2.25.1 maven=3.6.3 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 51s 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 doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ HDFS-17531 Compile Tests _
+0 🆗 mvndep 14m 12s Maven dependency ordering for branch
+1 💚 mvninstall 38m 13s HDFS-17531 passed
+1 💚 compile 19m 25s HDFS-17531 passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 compile 17m 49s HDFS-17531 passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 checkstyle 4m 46s HDFS-17531 passed
+1 💚 mvnsite 4m 20s HDFS-17531 passed
+1 💚 javadoc 3m 34s HDFS-17531 passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javadoc 3m 40s HDFS-17531 passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 spotbugs 7m 44s HDFS-17531 passed
+1 💚 shadedclient 40m 39s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 31s Maven dependency ordering for patch
+1 💚 mvninstall 2m 50s the patch passed
+1 💚 compile 19m 27s the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javac 19m 27s the patch passed
+1 💚 compile 17m 46s the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 javac 17m 46s the patch passed
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 23 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-0 ⚠️ checkstyle 4m 46s /results-checkstyle-root.txt root: The patch generated 82 new + 47 unchanged - 0 fixed = 129 total (was 47)
+1 💚 mvnsite 4m 21s the patch passed
+1 💚 javadoc 3m 29s the patch passed with JDK Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04
+1 💚 javadoc 3m 38s the patch passed with JDK Private Build-1.8.0_422-8u422-b05-1~20.04-b05
+1 💚 spotbugs 8m 20s the patch passed
+1 💚 shadedclient 41m 11s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 19m 32s hadoop-common in the patch passed.
+1 💚 unit 266m 52s hadoop-hdfs in the patch passed.
-1 ❌ unit 69m 41s /patch-unit-hadoop-hdfs-project_hadoop-hdfs-rbf.txt hadoop-hdfs-rbf in the patch passed.
+0 🆗 asflicense 0m 59s ASF License check generated no output?
622m 36s
Reason Tests
Failed junit tests hadoop.hdfs.server.federation.router.TestRenewLeaseWithSameINodeId
hadoop.hdfs.server.federation.router.TestRouterRpcStoragePolicySatisfier
hadoop.hdfs.server.federation.router.TestRouterWithSecureStartup
hadoop.hdfs.server.federation.router.TestRouterAsyncSnapshot
hadoop.hdfs.server.federation.router.TestNoNamenodesAvailableLongTime
hadoop.hdfs.server.federation.router.TestRouterRpc
hadoop.hdfs.server.federation.router.TestRouterAsyncRpcClient
hadoop.hdfs.server.federation.router.TestRouterFederationRenamePermission
hadoop.hdfs.server.federation.router.TestRouterNamenodeHeartbeat
hadoop.hdfs.server.federation.router.TestRouterMountTableCacheRefreshSecure
hadoop.hdfs.rbfbalance.TestRouterDistCpProcedure
hadoop.hdfs.server.federation.router.TestDisableNameservices
hadoop.hdfs.server.federation.router.TestRouterMountTableWithoutDefaultNS
hadoop.hdfs.server.federation.router.TestRouterRetryCache
hadoop.hdfs.server.federation.router.TestRouterFederationRenameInKerberosEnv
Subsystem Report/Notes
Docker ClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/6/artifact/out/Dockerfile
GITHUB PR #7139
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 2510aaf8404d 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision HDFS-17531 / 7043379
Default Java Private Build-1.8.0_422-8u422-b05-1~20.04-b05
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.24+8-post-Ubuntu-1ubuntu320.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_422-8u422-b05-1~20.04-b05
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/6/testReport/
Max. process+thread count 2971 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-rbf U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/6/console
versions git=2.25.1 maven=3.6.3 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 18m 21s 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 1 new or modified test files.
_ HDFS-17531 Compile Tests _
+0 🆗 mvndep 14m 8s Maven dependency ordering for branch
+1 💚 mvninstall 36m 16s HDFS-17531 passed
+1 💚 compile 18m 52s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 compile 17m 8s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 checkstyle 4m 38s HDFS-17531 passed
+1 💚 mvnsite 4m 8s HDFS-17531 passed
+1 💚 javadoc 3m 33s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 3m 30s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 7m 25s HDFS-17531 passed
+1 💚 shadedclient 38m 14s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 31s Maven dependency ordering for patch
-1 ❌ mvninstall 0m 26s /patch-mvninstall-hadoop-hdfs-project_hadoop-hdfs-rbf.txt hadoop-hdfs-rbf in the patch failed.
-1 ❌ compile 10m 50s /patch-compile-root-jdkUbuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04.txt root in the patch failed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04.
-1 ❌ javac 10m 50s /patch-compile-root-jdkUbuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04.txt root in the patch failed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04.
-1 ❌ compile 9m 24s /patch-compile-root-jdkPrivateBuild-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga.txt root in the patch failed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga.
-1 ❌ javac 9m 24s /patch-compile-root-jdkPrivateBuild-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga.txt root in the patch failed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga.
-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 4m 21s /results-checkstyle-root.txt root: The patch generated 70 new + 3 unchanged - 43 fixed = 73 total (was 46)
-1 ❌ mvnsite 0m 33s /patch-mvnsite-hadoop-hdfs-project_hadoop-hdfs-rbf.txt hadoop-hdfs-rbf in the patch failed.
-1 ❌ javadoc 0m 29s /patch-javadoc-hadoop-hdfs-project_hadoop-hdfs-rbf-jdkUbuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04.txt hadoop-hdfs-rbf in the patch failed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04.
-1 ❌ javadoc 0m 30s /results-javadoc-javadoc-hadoop-hdfs-project_hadoop-hdfs-rbf-jdkPrivateBuild-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga.txt hadoop-hdfs-project_hadoop-hdfs-rbf-jdkPrivateBuild-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga generated 27 new + 0 unchanged - 0 fixed = 27 total (was 0)
-1 ❌ spotbugs 0m 31s /patch-spotbugs-hadoop-hdfs-project_hadoop-hdfs-rbf.txt hadoop-hdfs-rbf in the patch failed.
+1 💚 shadedclient 40m 52s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 19m 32s hadoop-common in the patch passed.
-1 ❌ unit 267m 48s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
-1 ❌ unit 0m 40s /patch-unit-hadoop-hdfs-project_hadoop-hdfs-rbf.txt hadoop-hdfs-rbf in the patch failed.
+1 💚 asflicense 0m 49s The patch does not generate ASF License warnings.
538m 50s
Reason Tests
Failed junit tests hadoop.hdfs.TestRollingUpgrade
Subsystem Report/Notes
Docker ClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/8/artifact/out/Dockerfile
GITHUB PR #7139
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 1badac81cd29 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision HDFS-17531 / b5020d7
Default Java Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/8/testReport/
Max. process+thread count 3135 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-rbf U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/8/console
versions git=2.25.1 maven=3.6.3 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 52s 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 doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ HDFS-17531 Compile Tests _
+0 🆗 mvndep 16m 8s Maven dependency ordering for branch
+1 💚 mvninstall 35m 9s HDFS-17531 passed
+1 💚 compile 6m 6s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 compile 5m 35s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 checkstyle 1m 30s HDFS-17531 passed
+1 💚 mvnsite 2m 4s HDFS-17531 passed
+1 💚 javadoc 1m 54s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 2m 12s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 4m 36s HDFS-17531 passed
+1 💚 shadedclient 37m 33s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 31s Maven dependency ordering for patch
+1 💚 mvninstall 1m 44s the patch passed
+1 💚 compile 6m 15s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javac 6m 15s the patch passed
+1 💚 compile 5m 28s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 javac 5m 28s the patch passed
-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 1m 16s /results-checkstyle-hadoop-hdfs-project.txt hadoop-hdfs-project: The patch generated 70 new + 0 unchanged - 43 fixed = 70 total (was 43)
+1 💚 mvnsite 1m 47s the patch passed
+1 💚 javadoc 1m 35s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 2m 1s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 4m 42s the patch passed
+1 💚 shadedclient 37m 53s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 265m 37s hadoop-hdfs in the patch passed.
+1 💚 unit 31m 52s hadoop-hdfs-rbf in the patch passed.
+1 💚 asflicense 0m 47s The patch does not generate ASF License warnings.
477m 21s
Subsystem Report/Notes
Docker ClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/9/artifact/out/Dockerfile
GITHUB PR #7139
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux ac257c714f32 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision HDFS-17531 / d1355d2
Default Java Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/9/testReport/
Max. process+thread count 3194 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-rbf U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/9/console
versions git=2.25.1 maven=3.6.3 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 53s 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 doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ HDFS-17531 Compile Tests _
+0 🆗 mvndep 17m 28s Maven dependency ordering for branch
+1 💚 mvninstall 35m 38s HDFS-17531 passed
+1 💚 compile 6m 5s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 compile 5m 43s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 checkstyle 1m 32s HDFS-17531 passed
+1 💚 mvnsite 2m 5s HDFS-17531 passed
+1 💚 javadoc 1m 57s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 2m 14s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 4m 39s HDFS-17531 passed
+1 💚 shadedclient 38m 12s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 32s Maven dependency ordering for patch
+1 💚 mvninstall 1m 43s the patch passed
+1 💚 compile 6m 22s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javac 6m 22s the patch passed
+1 💚 compile 5m 35s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 javac 5m 35s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 1m 17s /results-checkstyle-hadoop-hdfs-project.txt hadoop-hdfs-project: The patch generated 70 new + 0 unchanged - 43 fixed = 70 total (was 43)
+1 💚 mvnsite 1m 47s the patch passed
+1 💚 javadoc 1m 34s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 59s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 4m 41s the patch passed
+1 💚 shadedclient 38m 25s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 260m 10s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
+1 💚 unit 31m 54s hadoop-hdfs-rbf in the patch passed.
+1 💚 asflicense 0m 48s The patch does not generate ASF License warnings.
475m 28s
Reason Tests
Failed junit tests hadoop.hdfs.TestRollingUpgrade
Subsystem Report/Notes
Docker ClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/10/artifact/out/Dockerfile
GITHUB PR #7139
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 48da46410f8e 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision HDFS-17531 / c5e833f
Default Java Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/10/testReport/
Max. process+thread count 3491 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-rbf U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/10/console
versions git=2.25.1 maven=3.6.3 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 51s 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 doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ HDFS-17531 Compile Tests _
+0 🆗 mvndep 14m 21s Maven dependency ordering for branch
+1 💚 mvninstall 35m 15s HDFS-17531 passed
+1 💚 compile 6m 7s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 compile 5m 41s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 checkstyle 1m 30s HDFS-17531 passed
+1 💚 mvnsite 2m 3s HDFS-17531 passed
+1 💚 javadoc 1m 54s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 2m 13s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 4m 36s HDFS-17531 passed
+1 💚 shadedclient 38m 3s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 32s Maven dependency ordering for patch
+1 💚 mvninstall 1m 43s the patch passed
+1 💚 compile 6m 22s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javac 6m 22s the patch passed
+1 💚 compile 5m 31s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 javac 5m 31s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 1m 17s /results-checkstyle-hadoop-hdfs-project.txt hadoop-hdfs-project: The patch generated 70 new + 0 unchanged - 43 fixed = 70 total (was 43)
+1 💚 mvnsite 1m 50s the patch passed
+1 💚 javadoc 1m 35s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 2m 1s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 4m 47s the patch passed
+1 💚 shadedclient 47m 4s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 263m 53s hadoop-hdfs in the patch passed.
+1 💚 unit 31m 52s hadoop-hdfs-rbf in the patch passed.
+1 💚 asflicense 0m 46s The patch does not generate ASF License warnings.
484m 0s
Subsystem Report/Notes
Docker ClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/11/artifact/out/Dockerfile
GITHUB PR #7139
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 266958d6cc45 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision HDFS-17531 / 15e4c0e
Default Java Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/11/testReport/
Max. process+thread count 3391 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-rbf U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/11/console
versions git=2.25.1 maven=3.6.3 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 52s 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 7 new or modified test files.
_ HDFS-17531 Compile Tests _
+0 🆗 mvndep 14m 4s Maven dependency ordering for branch
+1 💚 mvninstall 35m 28s HDFS-17531 passed
+1 💚 compile 6m 3s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 compile 5m 38s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 checkstyle 1m 31s HDFS-17531 passed
+1 💚 mvnsite 2m 3s HDFS-17531 passed
+1 💚 javadoc 1m 54s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 2m 14s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 4m 33s HDFS-17531 passed
+1 💚 shadedclient 37m 53s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 31s Maven dependency ordering for patch
+1 💚 mvninstall 1m 43s the patch passed
+1 💚 compile 6m 17s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javac 6m 16s the patch passed
+1 💚 compile 5m 32s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 javac 5m 32s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 1m 19s /results-checkstyle-hadoop-hdfs-project.txt hadoop-hdfs-project: The patch generated 70 new + 0 unchanged - 44 fixed = 70 total (was 44)
+1 💚 mvnsite 1m 49s the patch passed
-1 ❌ javadoc 0m 31s /results-javadoc-javadoc-hadoop-hdfs-project_hadoop-hdfs-rbf-jdkUbuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04.txt hadoop-hdfs-project_hadoop-hdfs-rbf-jdkUbuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04 with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04 generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1 💚 javadoc 1m 59s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 4m 47s the patch passed
+1 💚 shadedclient 38m 7s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 264m 33s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
-1 ❌ unit 36m 16s /patch-unit-hadoop-hdfs-project_hadoop-hdfs-rbf.txt hadoop-hdfs-rbf in the patch passed.
-1 ❌ asflicense 0m 47s /results-asflicense.txt The patch generated 2 ASF License warnings.
479m 47s
Reason Tests
Failed junit tests hadoop.hdfs.TestRollingUpgrade
hadoop.hdfs.server.federation.router.TestRouterAllResolver
Subsystem Report/Notes
Docker ClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/12/artifact/out/Dockerfile
GITHUB PR #7139
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux c110ba2083ee 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision HDFS-17531 / c37a39a
Default Java Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/12/testReport/
Max. process+thread count 3343 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-rbf U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/12/console
versions git=2.25.1 maven=3.6.3 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 52s 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 7 new or modified test files.
_ HDFS-17531 Compile Tests _
+0 🆗 mvndep 17m 31s Maven dependency ordering for branch
+1 💚 mvninstall 35m 59s HDFS-17531 passed
+1 💚 compile 6m 11s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 compile 5m 43s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 checkstyle 1m 32s HDFS-17531 passed
+1 💚 mvnsite 2m 5s HDFS-17531 passed
+1 💚 javadoc 1m 55s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 2m 13s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 4m 35s HDFS-17531 passed
+1 💚 shadedclient 37m 48s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 31s Maven dependency ordering for patch
+1 💚 mvninstall 1m 43s the patch passed
+1 💚 compile 6m 14s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javac 6m 14s the patch passed
+1 💚 compile 5m 28s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 javac 5m 28s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 checkstyle 1m 19s hadoop-hdfs-project: The patch generated 0 new + 0 unchanged - 44 fixed = 0 total (was 44)
+1 💚 mvnsite 1m 51s the patch passed
+1 💚 javadoc 1m 33s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 59s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 4m 44s the patch passed
+1 💚 shadedclient 37m 40s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 261m 52s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
+1 💚 unit 36m 20s hadoop-hdfs-rbf in the patch passed.
+1 💚 asflicense 0m 44s The patch does not generate ASF License warnings.
480m 40s
Reason Tests
Failed junit tests hadoop.hdfs.TestRollingUpgrade
Subsystem Report/Notes
Docker ClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/13/artifact/out/Dockerfile
GITHUB PR #7139
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 2992ea0e3812 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision HDFS-17531 / 70a52af
Default Java Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/13/testReport/
Max. process+thread count 3556 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-rbf U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/13/console
versions git=2.25.1 maven=3.6.3 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 51s 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 7 new or modified test files.
_ HDFS-17531 Compile Tests _
+0 🆗 mvndep 14m 1s Maven dependency ordering for branch
+1 💚 mvninstall 35m 12s HDFS-17531 passed
+1 💚 compile 6m 4s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 compile 5m 42s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 checkstyle 1m 29s HDFS-17531 passed
+1 💚 mvnsite 2m 3s HDFS-17531 passed
+1 💚 javadoc 1m 54s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 2m 13s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 4m 31s HDFS-17531 passed
+1 💚 shadedclient 37m 49s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 32s Maven dependency ordering for patch
+1 💚 mvninstall 1m 43s the patch passed
+1 💚 compile 6m 23s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javac 6m 23s the patch passed
+1 💚 compile 5m 33s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 javac 5m 33s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 checkstyle 1m 17s hadoop-hdfs-project: The patch generated 0 new + 0 unchanged - 44 fixed = 0 total (was 44)
+1 💚 mvnsite 1m 49s the patch passed
+1 💚 javadoc 1m 34s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 58s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 4m 45s the patch passed
+1 💚 shadedclient 37m 55s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 261m 56s hadoop-hdfs in the patch passed.
-1 ❌ unit 31m 58s /patch-unit-hadoop-hdfs-project_hadoop-hdfs-rbf.txt hadoop-hdfs-rbf in the patch passed.
+1 💚 asflicense 0m 49s The patch does not generate ASF License warnings.
472m 17s
Reason Tests
Failed junit tests hadoop.hdfs.server.federation.router.async.TestRouterAsyncRpcMultiDestination
hadoop.hdfs.server.federation.router.async.TestRouterAsyncRpc
Subsystem Report/Notes
Docker ClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/14/artifact/out/Dockerfile
GITHUB PR #7139
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux d461a7fb9f23 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision HDFS-17531 / 3553ea1
Default Java Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/14/testReport/
Max. process+thread count 3484 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-rbf U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/14/console
versions git=2.25.1 maven=3.6.3 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 6m 50s 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 7 new or modified test files.
_ HDFS-17531 Compile Tests _
+0 🆗 mvndep 14m 43s Maven dependency ordering for branch
+1 💚 mvninstall 17m 50s HDFS-17531 passed
+1 💚 compile 2m 51s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 compile 2m 47s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 checkstyle 0m 40s HDFS-17531 passed
+1 💚 mvnsite 1m 12s HDFS-17531 passed
+1 💚 javadoc 1m 10s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 21s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 2m 31s HDFS-17531 passed
+1 💚 shadedclient 19m 12s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 22s Maven dependency ordering for patch
+1 💚 mvninstall 0m 58s the patch passed
+1 💚 compile 2m 59s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javac 2m 59s the patch passed
+1 💚 compile 2m 40s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 javac 2m 40s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 checkstyle 0m 36s hadoop-hdfs-project: The patch generated 0 new + 0 unchanged - 44 fixed = 0 total (was 44)
+1 💚 mvnsite 1m 2s the patch passed
+1 💚 javadoc 0m 51s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 19s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 2m 36s the patch passed
+1 💚 shadedclient 19m 0s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 190m 32s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
+1 💚 unit 28m 28s hadoop-hdfs-rbf in the patch passed.
+1 💚 asflicense 0m 32s The patch does not generate ASF License warnings.
324m 38s
Reason Tests
Failed junit tests hadoop.hdfs.TestDecommissionWithBackoffMonitor
Subsystem Report/Notes
Docker ClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/16/artifact/out/Dockerfile
GITHUB PR #7139
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 9a153d904e44 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision HDFS-17531 / 1ef1f86
Default Java Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/16/testReport/
Max. process+thread count 4146 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-rbf U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/16/console
versions git=2.25.1 maven=3.6.3 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 51s 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 7 new or modified test files.
_ HDFS-17531 Compile Tests _
+0 🆗 mvndep 14m 36s Maven dependency ordering for branch
+1 💚 mvninstall 35m 1s HDFS-17531 passed
+1 💚 compile 6m 5s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 compile 5m 36s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 checkstyle 1m 29s HDFS-17531 passed
+1 💚 mvnsite 2m 3s HDFS-17531 passed
+1 💚 javadoc 1m 54s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 2m 10s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 4m 34s HDFS-17531 passed
+1 💚 shadedclient 37m 49s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 32s Maven dependency ordering for patch
+1 💚 mvninstall 1m 43s the patch passed
+1 💚 compile 6m 18s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javac 6m 18s the patch passed
+1 💚 compile 5m 34s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 javac 5m 34s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 checkstyle 1m 17s hadoop-hdfs-project: The patch generated 0 new + 0 unchanged - 44 fixed = 0 total (was 44)
+1 💚 mvnsite 1m 49s the patch passed
+1 💚 javadoc 1m 35s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 2m 2s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 4m 45s the patch passed
+1 💚 shadedclient 37m 55s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 266m 7s hadoop-hdfs in the patch passed.
-1 ❌ unit 38m 24s /patch-unit-hadoop-hdfs-project_hadoop-hdfs-rbf.txt hadoop-hdfs-rbf in the patch passed.
+1 💚 asflicense 0m 49s The patch does not generate ASF License warnings.
483m 16s
Reason Tests
Failed junit tests hadoop.hdfs.server.federation.router.TestRouterFederationRenamePermission
Subsystem Report/Notes
Docker ClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/15/artifact/out/Dockerfile
GITHUB PR #7139
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux eb4c8b3b305f 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision HDFS-17531 / 8195f2d
Default Java Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/15/testReport/
Max. process+thread count 3452 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-rbf U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/15/console
versions git=2.25.1 maven=3.6.3 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 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 7 new or modified test files.
_ HDFS-17531 Compile Tests _
+0 🆗 mvndep 13m 57s Maven dependency ordering for branch
+1 💚 mvninstall 21m 47s HDFS-17531 passed
+1 💚 compile 3m 6s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 compile 2m 58s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 checkstyle 0m 46s HDFS-17531 passed
+1 💚 mvnsite 1m 12s HDFS-17531 passed
+1 💚 javadoc 1m 8s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 29s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 2m 41s HDFS-17531 passed
+1 💚 shadedclient 23m 16s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 23s Maven dependency ordering for patch
+1 💚 mvninstall 0m 55s the patch passed
+1 💚 compile 3m 7s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javac 3m 7s the patch passed
+1 💚 compile 2m 50s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 javac 2m 50s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 checkstyle 0m 42s hadoop-hdfs-project: The patch generated 0 new + 0 unchanged - 44 fixed = 0 total (was 44)
+1 💚 mvnsite 1m 4s the patch passed
+1 💚 javadoc 0m 57s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 18s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 2m 47s the patch passed
+1 💚 shadedclient 23m 31s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 192m 40s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
+1 💚 unit 28m 51s hadoop-hdfs-rbf in the patch passed.
+1 💚 asflicense 0m 31s The patch does not generate ASF License warnings.
333m 59s
Reason Tests
Failed junit tests hadoop.hdfs.TestDecommission
hadoop.hdfs.TestUnsetAndChangeDirectoryEcPolicy
Subsystem Report/Notes
Docker ClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/17/artifact/out/Dockerfile
GITHUB PR #7139
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux abeef5bc5c53 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision HDFS-17531 / 3107523
Default Java Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/17/testReport/
Max. process+thread count 4774 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-rbf U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/17/console
versions git=2.25.1 maven=3.6.3 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 18m 10s 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 7 new or modified test files.
_ HDFS-17531 Compile Tests _
+0 🆗 mvndep 14m 48s Maven dependency ordering for branch
+1 💚 mvninstall 35m 12s HDFS-17531 passed
+1 💚 compile 6m 13s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 compile 5m 48s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 checkstyle 1m 30s HDFS-17531 passed
+1 💚 mvnsite 2m 5s HDFS-17531 passed
+1 💚 javadoc 1m 53s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 2m 15s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 4m 33s HDFS-17531 passed
+1 💚 shadedclient 37m 52s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 30s Maven dependency ordering for patch
+1 💚 mvninstall 1m 47s the patch passed
+1 💚 compile 6m 21s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javac 6m 21s the patch passed
+1 💚 compile 5m 32s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 javac 5m 32s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 checkstyle 1m 18s hadoop-hdfs-project: The patch generated 0 new + 0 unchanged - 44 fixed = 0 total (was 44)
+1 💚 mvnsite 1m 50s the patch passed
+1 💚 javadoc 1m 35s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 58s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 4m 43s the patch passed
+1 💚 shadedclient 38m 8s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 264m 37s hadoop-hdfs in the patch passed.
-1 ❌ unit 36m 8s /patch-unit-hadoop-hdfs-project_hadoop-hdfs-rbf.txt hadoop-hdfs-rbf in the patch passed.
+1 💚 asflicense 0m 50s The patch does not generate ASF License warnings.
498m 0s
Reason Tests
Failed junit tests hadoop.hdfs.server.federation.router.async.TestRouterAsyncRpc
Subsystem Report/Notes
Docker ClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/18/artifact/out/Dockerfile
GITHUB PR #7139
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux d61b849cf75b 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision HDFS-17531 / c8c26b5
Default Java Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/18/testReport/
Max. process+thread count 3065 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-rbf U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/18/console
versions git=2.25.1 maven=3.6.3 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 51s 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 7 new or modified test files.
_ HDFS-17531 Compile Tests _
+0 🆗 mvndep 17m 50s Maven dependency ordering for branch
+1 💚 mvninstall 36m 18s HDFS-17531 passed
+1 💚 compile 6m 5s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 compile 5m 37s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 checkstyle 1m 28s HDFS-17531 passed
+1 💚 mvnsite 2m 2s HDFS-17531 passed
+1 💚 javadoc 1m 55s HDFS-17531 passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 2m 13s HDFS-17531 passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 4m 35s HDFS-17531 passed
+1 💚 shadedclient 37m 32s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 31s Maven dependency ordering for patch
+1 💚 mvninstall 1m 43s the patch passed
+1 💚 compile 6m 20s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javac 6m 20s the patch passed
+1 💚 compile 5m 36s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 javac 5m 36s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 checkstyle 1m 17s hadoop-hdfs-project: The patch generated 0 new + 0 unchanged - 44 fixed = 0 total (was 44)
+1 💚 mvnsite 1m 49s the patch passed
+1 💚 javadoc 1m 35s the patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 2m 0s the patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
+1 💚 spotbugs 4m 46s the patch passed
+1 💚 shadedclient 40m 7s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 274m 22s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
+1 💚 unit 37m 9s hadoop-hdfs-rbf in the patch passed.
+1 💚 asflicense 0m 49s The patch does not generate ASF License warnings.
496m 55s
Reason Tests
Failed junit tests hadoop.hdfs.TestRollingUpgrade
hadoop.hdfs.server.datanode.TestDataNodeMetrics
Subsystem Report/Notes
Docker ClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/19/artifact/out/Dockerfile
GITHUB PR #7139
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 01374302e656 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision HDFS-17531 / 7475031
Default Java Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_432-8u432-gaus1-0ubuntu220.04-ga
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/19/testReport/
Max. process+thread count 3555 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-rbf U: hadoop-hdfs-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7139/19/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@KeeProMise
Copy link
Member

@Hexiaoqiao Hi, if you have time, please help to take a look at this PR, thanks! The failed unit test is not related to this PR. It runs successfully on my local machine.
image
image

Copy link
Contributor

@Hexiaoqiao Hexiaoqiao left a comment

Choose a reason for hiding this comment

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

I didn't get why we need to update ClientNamenodeProtocolServerSideTranslatorPB and NamenodeProtocolServerSideTranslatorPB. Others look good to me. Will give +1 from my side once solve these suspicious changes. Thanks.

@hfutatzhanghb
Copy link
Contributor Author

I didn't get why we need to update ClientNamenodeProtocolServerSideTranslatorPB and NamenodeProtocolServerSideTranslatorPB. Others look good to me. Will give +1 from my side once solve these suspicious changes. Thanks.

@Hexiaoqiao Sir, we just make some fields and methods from private to protected in ClientNamenodeProtocolServerSideTranslatorPB and NamenodeProtocolServerSideTranslatorPB to make those fields can be accessed by the child class of these two classes such as RouterClientNamenodeProtocolServerSideTranslatorPB and RouterNamenodeProtocolServerSideTranslatorPB.

@Hexiaoqiao
Copy link
Contributor

Got it. Make sense to me. +1.

@KeeProMise KeeProMise merged commit 273673c into apache:HDFS-17531 Jan 9, 2025
1 of 4 checks passed
@KeeProMise
Copy link
Member

@hfutatzhanghb thanks for your contributions, @Hexiaoqiao thanks for your review! merged!

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.

4 participants