[jira] [Commented] (YARN-10344) Sync netty versions in hadoop-yarn-csi

2020-07-08 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/YARN-10344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17154190#comment-17154190
 ] 

Hudson commented on YARN-10344:
---

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #18420 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/18420/])
YARN-10344. Sync netty versions in hadoop-yarn-csi. (#2126) (github: rev 
10d218934c9bc143bf8578c92cdbd6df6a4d3b98)
* (edit) hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml


> Sync netty versions in hadoop-yarn-csi
> --
>
> Key: YARN-10344
> URL: https://issues.apache.org/jira/browse/YARN-10344
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: build
>Affects Versions: 3.3.0
>Reporter: Akira Ajisaka
>Assignee: Akira Ajisaka
>Priority: Major
> Fix For: 3.4.0, 3.3.1
>
>
> netty-all is now 4.1.50.Final but the other netty libraries are 4.1.42.Final:
> {noformat}
> [INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ hadoop-yarn-csi 
> ---
> [INFO] org.apache.hadoop:hadoop-yarn-csi:jar:3.3.0
> [INFO] +- com.google.guava:guava:jar:20.0:compile
> [INFO] +- com.google.protobuf:protobuf-java:jar:3.6.1:compile
> [INFO] +- io.netty:netty-all:jar:4.1.50.Final:compile
> [INFO] +- io.grpc:grpc-core:jar:1.26.0:compile
> [INFO] |  +- io.grpc:grpc-api:jar:1.26.0:compile (version selected from 
> constraint [1.26.0,1.26.0])
> [INFO] |  |  +- io.grpc:grpc-context:jar:1.26.0:compile
> [INFO] |  |  +- 
> com.google.errorprone:error_prone_annotations:jar:2.3.3:compile
> [INFO] |  |  \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.17:compile
> [INFO] |  +- com.google.code.gson:gson:jar:2.2.4:compile
> [INFO] |  +- com.google.android:annotations:jar:4.1.1.4:compile
> [INFO] |  +- io.perfmark:perfmark-api:jar:0.19.0:compile
> [INFO] |  +- io.opencensus:opencensus-api:jar:0.24.0:compile
> [INFO] |  \- io.opencensus:opencensus-contrib-grpc-metrics:jar:0.24.0:compile
> [INFO] +- io.grpc:grpc-protobuf:jar:1.26.0:compile
> [INFO] |  +- com.google.api.grpc:proto-google-common-protos:jar:1.12.0:compile
> [INFO] |  \- io.grpc:grpc-protobuf-lite:jar:1.26.0:compile
> [INFO] +- io.grpc:grpc-stub:jar:1.26.0:compile
> [INFO] +- io.grpc:grpc-netty:jar:1.26.0:compile
> [INFO] |  +- io.netty:netty-codec-http2:jar:4.1.42.Final:compile (version 
> selected from constraint [4.1.42.Final,4.1.42.Final])
> [INFO] |  |  +- io.netty:netty-common:jar:4.1.42.Final:compile
> [INFO] |  |  +- io.netty:netty-buffer:jar:4.1.42.Final:compile
> [INFO] |  |  +- io.netty:netty-transport:jar:4.1.42.Final:compile
> [INFO] |  |  |  \- io.netty:netty-resolver:jar:4.1.42.Final:compile
> [INFO] |  |  +- io.netty:netty-codec:jar:4.1.42.Final:compile
> [INFO] |  |  +- io.netty:netty-handler:jar:4.1.42.Final:compile
> [INFO] |  |  \- io.netty:netty-codec-http:jar:4.1.42.Final:compile
> [INFO] |  \- io.netty:netty-handler-proxy:jar:4.1.42.Final:compile
> [INFO] | \- io.netty:netty-codec-socks:jar:4.1.42.Final:compile
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-10344) Sync netty-* versions in hadoop-yarn-csi

2020-07-07 Thread Akira Ajisaka (Jira)


[ 
https://issues.apache.org/jira/browse/YARN-10344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17153178#comment-17153178
 ] 

Akira Ajisaka commented on YARN-10344:
--

Given hadoop-yarn-csi module directly depends on netty-all, we can safely 
exclude the other netty dependencies.

> Sync netty-* versions in hadoop-yarn-csi
> 
>
> Key: YARN-10344
> URL: https://issues.apache.org/jira/browse/YARN-10344
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: build
>Reporter: Akira Ajisaka
>Priority: Major
>
> netty-all is now 4.1.50.Final but the other netty libraries are 4.1.42.Final:
> {noformat}
> [INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ hadoop-yarn-csi 
> ---
> [INFO] org.apache.hadoop:hadoop-yarn-csi:jar:3.3.0
> [INFO] +- com.google.guava:guava:jar:20.0:compile
> [INFO] +- com.google.protobuf:protobuf-java:jar:3.6.1:compile
> [INFO] +- io.netty:netty-all:jar:4.1.50.Final:compile
> [INFO] +- io.grpc:grpc-core:jar:1.26.0:compile
> [INFO] |  +- io.grpc:grpc-api:jar:1.26.0:compile (version selected from 
> constraint [1.26.0,1.26.0])
> [INFO] |  |  +- io.grpc:grpc-context:jar:1.26.0:compile
> [INFO] |  |  +- 
> com.google.errorprone:error_prone_annotations:jar:2.3.3:compile
> [INFO] |  |  \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.17:compile
> [INFO] |  +- com.google.code.gson:gson:jar:2.2.4:compile
> [INFO] |  +- com.google.android:annotations:jar:4.1.1.4:compile
> [INFO] |  +- io.perfmark:perfmark-api:jar:0.19.0:compile
> [INFO] |  +- io.opencensus:opencensus-api:jar:0.24.0:compile
> [INFO] |  \- io.opencensus:opencensus-contrib-grpc-metrics:jar:0.24.0:compile
> [INFO] +- io.grpc:grpc-protobuf:jar:1.26.0:compile
> [INFO] |  +- com.google.api.grpc:proto-google-common-protos:jar:1.12.0:compile
> [INFO] |  \- io.grpc:grpc-protobuf-lite:jar:1.26.0:compile
> [INFO] +- io.grpc:grpc-stub:jar:1.26.0:compile
> [INFO] +- io.grpc:grpc-netty:jar:1.26.0:compile
> [INFO] |  +- io.netty:netty-codec-http2:jar:4.1.42.Final:compile (version 
> selected from constraint [4.1.42.Final,4.1.42.Final])
> [INFO] |  |  +- io.netty:netty-common:jar:4.1.42.Final:compile
> [INFO] |  |  +- io.netty:netty-buffer:jar:4.1.42.Final:compile
> [INFO] |  |  +- io.netty:netty-transport:jar:4.1.42.Final:compile
> [INFO] |  |  |  \- io.netty:netty-resolver:jar:4.1.42.Final:compile
> [INFO] |  |  +- io.netty:netty-codec:jar:4.1.42.Final:compile
> [INFO] |  |  +- io.netty:netty-handler:jar:4.1.42.Final:compile
> [INFO] |  |  \- io.netty:netty-codec-http:jar:4.1.42.Final:compile
> [INFO] |  \- io.netty:netty-handler-proxy:jar:4.1.42.Final:compile
> [INFO] | \- io.netty:netty-codec-socks:jar:4.1.42.Final:compile
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org