[ https://issues.apache.org/jira/browse/YARN-11657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17820282#comment-17820282 ]
ASF GitHub Bot commented on YARN-11657: --------------------------------------- hadoop-yetus commented on PR #6581: URL: https://github.com/apache/hadoop/pull/6581#issuecomment-1962275833 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |:----:|----------:|--------:|:--------:|:-------:| | +0 :ok: | reexec | 0m 20s | | Docker mode activated. | |||| _ Prechecks _ | | +1 :green_heart: | dupname | 0m 0s | | No case conflicting files found. | | +0 :ok: | codespell | 0m 0s | | codespell was not available. | | +0 :ok: | detsecrets | 0m 0s | | detect-secrets was not available. | | +0 :ok: | xmllint | 0m 0s | | xmllint was not available. | | +0 :ok: | shelldocs | 0m 0s | | Shelldocs was not available. | | +1 :green_heart: | @author | 0m 0s | | The patch does not contain any @author tags. | | -1 :x: | 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. | |||| _ branch-3.3 Compile Tests _ | | +0 :ok: | mvndep | 13m 39s | | Maven dependency ordering for branch | | +1 :green_heart: | mvninstall | 24m 11s | | branch-3.3 passed | | +1 :green_heart: | compile | 11m 34s | | branch-3.3 passed | | +1 :green_heart: | mvnsite | 18m 11s | | branch-3.3 passed | | +1 :green_heart: | javadoc | 4m 42s | | branch-3.3 passed | | +1 :green_heart: | shadedclient | 26m 13s | | branch has no errors when building and testing our client artifacts. | |||| _ Patch Compile Tests _ | | +0 :ok: | mvndep | 0m 22s | | Maven dependency ordering for patch | | +1 :green_heart: | mvninstall | 24m 39s | | the patch passed | | +1 :green_heart: | compile | 11m 20s | | the patch passed | | +1 :green_heart: | javac | 11m 20s | | the patch passed | | +1 :green_heart: | blanks | 0m 0s | | The patch has no blanks issues. | | +1 :green_heart: | mvnsite | 14m 26s | | the patch passed | | +1 :green_heart: | shellcheck | 0m 0s | | No new issues. | | +1 :green_heart: | javadoc | 4m 33s | | the patch passed | | +1 :green_heart: | shadedclient | 27m 9s | | patch has no errors when building and testing our client artifacts. | |||| _ Other Tests _ | | -1 :x: | unit | 607m 54s | [/patch-unit-root.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6581/1/artifact/out/patch-unit-root.txt) | root in the patch passed. | | +1 :green_heart: | asflicense | 1m 7s | | The patch does not generate ASF License warnings. | | | | 784m 59s | | | | Reason | Tests | |-------:|:------| | Failed junit tests | hadoop.hdfs.server.namenode.TestBlockPlacementPolicyRackFaultTolerant | | | hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks | | | hadoop.hdfs.TestReadStripedFileWithDNFailure | | | hadoop.hdfs.server.datanode.TestLargeBlockReport | | | hadoop.hdfs.TestDFSStripedInputStreamWithRandomECPolicy | | | hadoop.hdfs.TestErasureCodingPoliciesWithRandomECPolicy | | | hadoop.hdfs.server.datanode.TestDataNodeRollingUpgrade | | | hadoop.hdfs.protocol.TestBlockListAsLongs | | | hadoop.hdfs.server.balancer.TestBalancerWithHANameNodes | | Subsystem | Report/Notes | |----------:|:-------------| | Docker | ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6581/1/artifact/out/Dockerfile | | GITHUB PR | https://github.com/apache/hadoop/pull/6581 | | Optional Tests | dupname asflicense codespell detsecrets compile javac javadoc mvninstall mvnsite unit shadedclient xmllint shellcheck shelldocs | | uname | Linux 1044b159e79c 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux | | Build tool | maven | | Personality | dev-support/bin/hadoop.sh | | git revision | branch-3.3 / f92c528071ae93f216bee610eff68ec33401d8b9 | | Default Java | Private Build-1.8.0_362-8u372-ga~us1-0ubuntu1~18.04-b09 | | Test Results | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6581/1/testReport/ | | Max. process+thread count | 4223 (vs. ulimit of 5500) | | modules | C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice . U: . | | Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6581/1/console | | versions | git=2.17.1 maven=3.6.0 shellcheck=0.4.6 | | Powered by | Apache Yetus 0.14.0 https://yetus.apache.org | This message was automatically generated. > Remove protobuf-2.5 as dependency of hadoop-yarn-api > ---------------------------------------------------- > > Key: YARN-11657 > URL: https://issues.apache.org/jira/browse/YARN-11657 > Project: Hadoop YARN > Issue Type: Improvement > Components: api > Affects Versions: 3.4.0 > Reporter: Steve Loughran > Assignee: Steve Loughran > Priority: Major > Labels: pull-request-available > > hadoop-yarn-api is still exporting protobuf-2.5. > if we can cut this, we should > {code} > [echo] [INFO] +- > org.apache.hadoop:hadoop-yarn-server-common:jar:3.4.0:compile > [echo] [INFO] | +- org.apache.hadoop:hadoop-yarn-api:jar:3.4.0:compile > [echo] [INFO] | | +- > (org.apache.hadoop.thirdparty:hadoop-shaded-guava:jar:1.2.0:compile - omitted > for duplicate) > [echo] [INFO] | | +- (javax.xml.bind:jaxb-api:jar:2.2.11:compile - > omitted for duplicate) > [echo] [INFO] | | +- > (org.apache.hadoop:hadoop-annotations:jar:3.4.0:compile - omitted for > duplicate) > [echo] [INFO] | | +- > com.google.protobuf:protobuf-java:jar:2.5.0:compile > [echo] [INFO] | | +- > (org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_21:jar:1.2.0:compile - > omitted for duplicate) > [echo] [INFO] | | \- > (com.fasterxml.jackson.core:jackson-annotations:jar:2.12.7:compile - omitted > for duplicate) > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org