[
https://issues.apache.org/jira/browse/HADOOP-18301?focusedWorklogId=783634&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-783634
]
ASF GitHub Bot logged work on HADOOP-18301:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 22/Jun/22 00:07
Start Date: 22/Jun/22 00:07
Worklog Time Spent: 10m
Work Description: aajisaka commented on PR #4455:
URL: https://github.com/apache/hadoop/pull/4455#issuecomment-1162479085
The error message in shadedclient:
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-4455/1/artifact/out/patch-shadedclient.txt
> [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile)
on project hadoop-hdfs: Compilation failure
> [ERROR]
/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-4455/ubuntu-focal/src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/HostRestrictingAuthorizationFilter.java:[128,9]
exception java.io.IOException is never thrown in body of corresponding try
statement
Since commons-io 2.11.0 `throws IOException` has been removed from
`FilenameUtils#directoryContains` and that's why the compile failed:
https://github.com/apache/commons-io/commit/083c58432d8bb169f350cb8936e59883f7dd448f
Given there is an incompatibility between 2.11.0 and 2.8.0, I recommend to
upgrade to 2.11.0 only for trunk if there is no security issue in the current
version.
Issue Time Tracking
-------------------
Worklog Id: (was: 783634)
Time Spent: 1h 20m (was: 1h 10m)
> Upgrade commons-io to 2.11.0
> ----------------------------
>
> Key: HADOOP-18301
> URL: https://issues.apache.org/jira/browse/HADOOP-18301
> Project: Hadoop Common
> Issue Type: Improvement
> Affects Versions: 3.2.3, 3.3.3
> Reporter: Ashutosh Gupta
> Assignee: Ashutosh Gupta
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Current version 2.8.0 is almost ~2 years old
> Upgrading to new release to keep up for new features and bug fixes.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]