[ https://issues.apache.org/jira/browse/HADOOP-19532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17942120#comment-17942120 ]
ASF GitHub Bot commented on HADOOP-19532: ----------------------------------------- hadoop-yetus commented on PR #7591: URL: https://github.com/apache/hadoop/pull/7591#issuecomment-2788690570 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |:----:|----------:|--------:|:--------:|:-------:| | +0 :ok: | reexec | 1m 4s | | 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. | | +1 :green_heart: | @author | 0m 1s | | 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. | |||| _ trunk Compile Tests _ | | +1 :green_heart: | mvninstall | 38m 9s | | trunk passed | | +1 :green_heart: | compile | 0m 20s | | trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04 | | +1 :green_heart: | compile | 0m 20s | | trunk passed with JDK Private Build-1.8.0_442-8u442-b06~us1-0ubuntu1~20.04-b06 | | +1 :green_heart: | mvnsite | 0m 24s | | trunk passed | | +1 :green_heart: | javadoc | 0m 25s | | trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04 | | +1 :green_heart: | javadoc | 0m 20s | | trunk passed with JDK Private Build-1.8.0_442-8u442-b06~us1-0ubuntu1~20.04-b06 | | +1 :green_heart: | shadedclient | 76m 11s | | branch has no errors when building and testing our client artifacts. | |||| _ Patch Compile Tests _ | | +1 :green_heart: | mvninstall | 0m 14s | | the patch passed | | +1 :green_heart: | compile | 0m 13s | | the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04 | | +1 :green_heart: | javac | 0m 13s | | the patch passed | | +1 :green_heart: | compile | 0m 13s | | the patch passed with JDK Private Build-1.8.0_442-8u442-b06~us1-0ubuntu1~20.04-b06 | | +1 :green_heart: | javac | 0m 13s | | the patch passed | | +1 :green_heart: | blanks | 0m 0s | | The patch has no blanks issues. | | +1 :green_heart: | mvnsite | 0m 16s | | the patch passed | | +1 :green_heart: | javadoc | 0m 14s | | the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04 | | +1 :green_heart: | javadoc | 0m 14s | | the patch passed with JDK Private Build-1.8.0_442-8u442-b06~us1-0ubuntu1~20.04-b06 | | +1 :green_heart: | shadedclient | 36m 32s | | patch has no errors when building and testing our client artifacts. | |||| _ Other Tests _ | | +1 :green_heart: | unit | 0m 17s | | hadoop-project in the patch passed. | | +1 :green_heart: | asflicense | 0m 36s | | The patch does not generate ASF License warnings. | | | | 117m 9s | | | | Subsystem | Report/Notes | |----------:|:-------------| | Docker | ClientAPI=1.48 ServerAPI=1.48 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7591/1/artifact/out/Dockerfile | | GITHUB PR | https://github.com/apache/hadoop/pull/7591 | | Optional Tests | dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient codespell detsecrets xmllint | | uname | Linux 03fdc7c4e0a5 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux | | Build tool | maven | | Personality | dev-support/bin/hadoop.sh | | git revision | trunk / f57909957f7d4aaf34a779eb6c7bae373523a36f | | Default Java | Private Build-1.8.0_442-8u442-b06~us1-0ubuntu1~20.04-b06 | | Multi-JDK versions | /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_442-8u442-b06~us1-0ubuntu1~20.04-b06 | | Test Results | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7591/1/testReport/ | | Max. process+thread count | 544 (vs. ulimit of 5500) | | modules | C: hadoop-project U: hadoop-project | | Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7591/1/console | | versions | git=2.25.1 maven=3.6.3 | | Powered by | Apache Yetus 0.14.0 https://yetus.apache.org | This message was automatically generated. > Update commons-lang3 to 3.17.0 > ------------------------------ > > Key: HADOOP-19532 > URL: https://issues.apache.org/jira/browse/HADOOP-19532 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 3.5.0, 3.4.1 > Reporter: Istvan Toth > Assignee: Istvan Toth > Priority: Major > Labels: pull-request-available > > The commons-text version used by Hadoop is incompatible with commons-lang3 > 3.12. > This is actually with an older Hadoop, but with the same {_}commons-lang3{_}, > _commons-configuration2_ and _commons-text_ versions as trunk: > {noformat} > java.lang.NoSuchMethodError: 'org.apache.commons.lang3.Range > org.apache.commons.lang3.Range.of(java.lang.Comparable, java.lang.Comparable)' > at > org.apache.commons.text.translate.NumericEntityEscaper.<init>(NumericEntityEscaper.java:97) > at > org.apache.commons.text.translate.NumericEntityEscaper.between(NumericEntityEscaper.java:59) > at > org.apache.commons.text.StringEscapeUtils.<clinit>(StringEscapeUtils.java:271) > at > org.apache.commons.configuration2.PropertiesConfiguration$PropertiesReader.unescapePropertyName(PropertiesConfiguration.java:690) > at > org.apache.commons.configuration2.PropertiesConfiguration$PropertiesReader.initPropertyName(PropertiesConfiguration.java:583) > at > org.apache.commons.configuration2.PropertiesConfiguration$PropertiesReader.parseProperty(PropertiesConfiguration.java:640) > at > org.apache.commons.configuration2.PropertiesConfiguration$PropertiesReader.nextProperty(PropertiesConfiguration.java:626) > at > org.apache.commons.configuration2.PropertiesConfigurationLayout.load(PropertiesConfigurationLayout.java:443) > at > org.apache.commons.configuration2.PropertiesConfiguration.read(PropertiesConfiguration.java:1500) > at > org.apache.commons.configuration2.io.FileHandler.loadFromReader(FileHandler.java:712) > at > org.apache.commons.configuration2.io.FileHandler.loadFromTransformedStream(FileHandler.java:782) > at > org.apache.commons.configuration2.io.FileHandler.loadFromStream(FileHandler.java:738) > at > org.apache.commons.configuration2.io.FileHandler.load(FileHandler.java:693) > at > org.apache.commons.configuration2.io.FileHandler.load(FileHandler.java:596) > at > org.apache.commons.configuration2.io.FileHandler.load(FileHandler.java:569) > at > org.apache.hadoop.metrics2.impl.MetricsConfig.loadFirst(MetricsConfig.java:116) > at > org.apache.hadoop.metrics2.impl.MetricsConfig.create(MetricsConfig.java:96) > at > org.apache.hadoop.metrics2.impl.MetricsSystemImpl.configure(MetricsSystemImpl.java:478) > at > org.apache.hadoop.metrics2.impl.MetricsSystemImpl.start(MetricsSystemImpl.java:188) > at > org.apache.hadoop.metrics2.impl.MetricsSystemImpl.init(MetricsSystemImpl.java:163) > at > org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.init(DefaultMetricsSystem.java:62) > at > org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.initialize(DefaultMetricsSystem.java:58) > at > org.apache.phoenix.monitoring.GlobalMetricRegistriesAdapter.<init>(GlobalMetricRegistriesAdapter.java:63) > at > org.apache.phoenix.monitoring.GlobalMetricRegistriesAdapter.<clinit>(GlobalMetricRegistriesAdapter.java:53) > at > org.apache.phoenix.monitoring.GlobalClientMetrics.<clinit>(GlobalClientMetrics.java:138) > at > org.apache.phoenix.iterate.SpoolingResultIterator.<init>(SpoolingResultIterator.java:123) > at > org.apache.phoenix.iterate.SpoolingResultIteratorTest.testSpooling(SpoolingResultIteratorTest.java:59) > at > org.apache.phoenix.iterate.SpoolingResultIteratorTest.testOnDiskSpooling(SpoolingResultIteratorTest.java:72) > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org