[jira] [Commented] (BEAM-3098) Upgrade Java grpc version
[ https://issues.apache.org/jira/browse/BEAM-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16611006#comment-16611006 ] Luke Cwik commented on BEAM-3098: - [~kbolton], the 2.7.0 release is ongoing right now. You can follow progress on the [d...@beam.apache.org|mailto:d...@beam.apache.org] list. > Upgrade Java grpc version > - > > Key: BEAM-3098 > URL: https://issues.apache.org/jira/browse/BEAM-3098 > Project: Beam > Issue Type: Improvement > Components: sdk-java-core >Reporter: Solomon Duskis >Assignee: Garrett Jones >Priority: Major > Fix For: 2.7.0 > > Time Spent: 1.5h > Remaining Estimate: 0h > > Beam Java currently depends on grpc 1.2, which was released in March. It > would be great if the dependency could be update to something newer, like > grpc 1.7.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (BEAM-3098) Upgrade Java grpc version
[ https://issues.apache.org/jira/browse/BEAM-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16610904#comment-16610904 ] Kyle Bolton commented on BEAM-3098: --- [~chamikara] any updates on this issue? > Upgrade Java grpc version > - > > Key: BEAM-3098 > URL: https://issues.apache.org/jira/browse/BEAM-3098 > Project: Beam > Issue Type: Improvement > Components: sdk-java-core >Reporter: Solomon Duskis >Assignee: Garrett Jones >Priority: Major > Fix For: 2.7.0 > > Time Spent: 1.5h > Remaining Estimate: 0h > > Beam Java currently depends on grpc 1.2, which was released in March. It > would be great if the dependency could be update to something newer, like > grpc 1.7.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (BEAM-3098) Upgrade Java grpc version
[ https://issues.apache.org/jira/browse/BEAM-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16497475#comment-16497475 ] Chamikara Jayalath commented on BEAM-3098: -- We are actively looking into this now. > Upgrade Java grpc version > - > > Key: BEAM-3098 > URL: https://issues.apache.org/jira/browse/BEAM-3098 > Project: Beam > Issue Type: Improvement > Components: sdk-java-core >Reporter: Solomon Duskis >Assignee: Chamikara Jayalath >Priority: Major > > Beam Java currently depends on grpc 1.2, which was released in March. It > would be great if the dependency could be update to something newer, like > grpc 1.7.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (BEAM-3098) Upgrade Java grpc version
[ https://issues.apache.org/jira/browse/BEAM-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16409015#comment-16409015 ] Chamikara Jayalath commented on BEAM-3098: -- Yeah, netty shaded gRPC is not available for 1.2.0 so won't help in this case. > Upgrade Java grpc version > - > > Key: BEAM-3098 > URL: https://issues.apache.org/jira/browse/BEAM-3098 > Project: Beam > Issue Type: Improvement > Components: sdk-java-core >Reporter: Solomon Duskis >Priority: Major > > Beam Java currently depends on grpc 1.2, which was released in March. It > would be great if the dependency could be update to something newer, like > grpc 1.7.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (BEAM-3098) Upgrade Java grpc version
[ https://issues.apache.org/jira/browse/BEAM-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16408970#comment-16408970 ] Ismaël Mejía commented on BEAM-3098: Actually the issue is that grpc is leaking netty on all the runners and this has conflicts with Spark at runtime because they use netty 4.0 by default instead of 4.1, This is the case of BEAM-3519 I saw your PR for that, but I have the impression that both issues are intertwined, because using the shaded version of gRPC would require to upgrade it, no? > Upgrade Java grpc version > - > > Key: BEAM-3098 > URL: https://issues.apache.org/jira/browse/BEAM-3098 > Project: Beam > Issue Type: Improvement > Components: sdk-java-core >Reporter: Solomon Duskis >Priority: Major > > Beam Java currently depends on grpc 1.2, which was released in March. It > would be great if the dependency could be update to something newer, like > grpc 1.7.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (BEAM-3098) Upgrade Java grpc version
[ https://issues.apache.org/jira/browse/BEAM-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16408963#comment-16408963 ] Chamikara Jayalath commented on BEAM-3098: -- BTW there is a gRPC version with netty shaded now: https://mvnrepository.com/artifact/io.grpc/grpc-netty-shaded > Upgrade Java grpc version > - > > Key: BEAM-3098 > URL: https://issues.apache.org/jira/browse/BEAM-3098 > Project: Beam > Issue Type: Improvement > Components: sdk-java-core >Reporter: Solomon Duskis >Priority: Major > > Beam Java currently depends on grpc 1.2, which was released in March. It > would be great if the dependency could be update to something newer, like > grpc 1.7.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (BEAM-3098) Upgrade Java grpc version
[ https://issues.apache.org/jira/browse/BEAM-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16408952#comment-16408952 ] Chamikara Jayalath commented on BEAM-3098: -- This is something that has been in our radar but has been de-prioritized due to other high priority issues. Looks like pom.xml in runners/spark module does not specify gRPC as a dependency. Am I correct to assume that this is only an issue if a user use both a Beam module that depend on gRPC (for example, io/google-cloud-platform) and runners/spark ? > Upgrade Java grpc version > - > > Key: BEAM-3098 > URL: https://issues.apache.org/jira/browse/BEAM-3098 > Project: Beam > Issue Type: Improvement > Components: sdk-java-core >Reporter: Solomon Duskis >Priority: Major > > Beam Java currently depends on grpc 1.2, which was released in March. It > would be great if the dependency could be update to something newer, like > grpc 1.7.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (BEAM-3098) Upgrade Java grpc version
[ https://issues.apache.org/jira/browse/BEAM-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16408904#comment-16408904 ] Ismaël Mejía commented on BEAM-3098: Any chance this can happen anytime soon ? I am particularly interested in version 1.10.0 because it perfectly aligns netty with the version used by the Spark runner of course this is not a long term fix (or real) to the real problem of shading but it will help a bit to ease the pain. > Upgrade Java grpc version > - > > Key: BEAM-3098 > URL: https://issues.apache.org/jira/browse/BEAM-3098 > Project: Beam > Issue Type: Improvement > Components: sdk-java-core >Reporter: Solomon Duskis >Priority: Major > > Beam Java currently depends on grpc 1.2, which was released in March. It > would be great if the dependency could be update to something newer, like > grpc 1.7.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (BEAM-3098) Upgrade Java grpc version
[ https://issues.apache.org/jira/browse/BEAM-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16406856#comment-16406856 ] Chamikara Jayalath commented on BEAM-3098: -- DataflowRunner currently overrides and shards gRPC version internally. So at lest for that component we have to maintain the current version till the runner is upgraded. > Upgrade Java grpc version > - > > Key: BEAM-3098 > URL: https://issues.apache.org/jira/browse/BEAM-3098 > Project: Beam > Issue Type: Improvement > Components: sdk-java-core >Reporter: Solomon Duskis >Priority: Major > > Beam Java currently depends on grpc 1.2, which was released in March. It > would be great if the dependency could be update to something newer, like > grpc 1.7.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (BEAM-3098) Upgrade Java grpc version
[ https://issues.apache.org/jira/browse/BEAM-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16406519#comment-16406519 ] Ismaël Mejía commented on BEAM-3098: Any news on this one? Can this upgrade be considered independent of the shading? (probably I am wrong, but it seems nobody is shading grpc yet, no?). > Upgrade Java grpc version > - > > Key: BEAM-3098 > URL: https://issues.apache.org/jira/browse/BEAM-3098 > Project: Beam > Issue Type: Improvement > Components: sdk-java-core >Reporter: Solomon Duskis >Priority: Major > > Beam Java currently depends on grpc 1.2, which was released in March. It > would be great if the dependency could be update to something newer, like > grpc 1.7.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (BEAM-3098) Upgrade Java grpc version
[ https://issues.apache.org/jira/browse/BEAM-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16335013#comment-16335013 ] Solomon Duskis commented on BEAM-3098: -- Ping. > Upgrade Java grpc version > - > > Key: BEAM-3098 > URL: https://issues.apache.org/jira/browse/BEAM-3098 > Project: Beam > Issue Type: Improvement > Components: sdk-java-core >Reporter: Solomon Duskis >Priority: Major > > Beam Java currently depends on grpc 1.2, which was released in March. It > would be great if the dependency could be update to something newer, like > grpc 1.7.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (BEAM-3098) Upgrade Java grpc version
[ https://issues.apache.org/jira/browse/BEAM-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16282659#comment-16282659 ] Solomon Duskis commented on BEAM-3098: -- grpc 1.7.0+ allows for tcnative to be shaded. Cloud Bigtable does that now with our CloudBigtableIO client, but ideally, we should use the same grpc version as everyone else. Which client libraries other than Cloud Bigtable shade away gRCP et al? > Upgrade Java grpc version > - > > Key: BEAM-3098 > URL: https://issues.apache.org/jira/browse/BEAM-3098 > Project: Beam > Issue Type: Improvement > Components: sdk-java-core >Reporter: Solomon Duskis > > Beam Java currently depends on grpc 1.2, which was released in March. It > would be great if the dependency could be update to something newer, like > grpc 1.7.0 -- This message was sent by Atlassian JIRA (v6.4.14#64029)
[jira] [Commented] (BEAM-3098) Upgrade Java grpc version
[ https://issues.apache.org/jira/browse/BEAM-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16222741#comment-16222741 ] Luke Cwik commented on BEAM-3098: - This will require shading away the gRPC et al usage inside the Apache Beam SDK and also upgrading client libraries that have also shaded away gRPC et al. > Upgrade Java grpc version > - > > Key: BEAM-3098 > URL: https://issues.apache.org/jira/browse/BEAM-3098 > Project: Beam > Issue Type: Improvement > Components: sdk-java-core >Reporter: Solomon Duskis > > Beam Java currently depends on grpc 1.2, which was released in March. It > would be great if the dependency could be update to something newer, like > grpc 1.7.0 -- This message was sent by Atlassian JIRA (v6.4.14#64029)