rohit-kb commented on PR #5639: URL: https://github.com/apache/hadoop/pull/5639#issuecomment-1549443703
Actually, we have tried porting [HADOOP-18131](https://issues.apache.org/jira/browse/HADOOP-18131) to branch-3.3 previously and I checked it again too, but we were/are getting this compilation issue: ``` Dependency convergence error for log4j:log4j:jar:1.2.17:test paths to dependency are: +-org.apache.hadoop:hadoop-yarn-server-timelineservice-documentstore:jar:3.3.9-SNAPSHOT +-org.mockito:mockito-core:jar:2.8.9:test +-net.bytebuddy:byte-buddy-agent:jar:1.6.14:test +-com.kohlschutter.junixsocket:junixsocket-native-common:jar:2.0.4:test +-com.kohlschutter.junixsocket:junixsocket-common:jar:2.0.4:test +-log4j:log4j:jar:1.2.17:test and +-org.apache.hadoop:hadoop-yarn-server-timelineservice-documentstore:jar:3.3.9-SNAPSHOT +-org.mockito:mockito-core:jar:2.8.9:test +-net.bytebuddy:byte-buddy-agent:jar:1.6.14:test +-com.kohlschutter.junixsocket:junixsocket-native-common:jar:2.0.4:test +-log4j:log4j:jar:1.2.17:test and +-org.apache.hadoop:hadoop-yarn-server-timelineservice-documentstore:jar:3.3.9-SNAPSHOT +-com.microsoft.azure:azure-cosmosdb:jar:2.4.5:compile +-com.fasterxml.uuid:java-uuid-generator:jar:3.1.4:compile +-log4j:log4j:jar:1.2.13:provided ``` It kind of comes down to **log4j** in **trunk** vs **reload4j** in **branch-3.3**. So, either we can try some exclusions/replacements while porting [HADOOP-18131](https://issues.apache.org/jira/browse/HADOOP-18131) or we can go with current filters in this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
