[ 
https://issues.apache.org/jira/browse/BEAM-11648?focusedWorklogId=543320&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-543320
 ]

ASF GitHub Bot logged work on BEAM-11648:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Jan/21 02:24
            Start Date: 28/Jan/21 02:24
    Worklog Time Spent: 10m 
      Work Description: suztomo commented on pull request #13765:
URL: https://github.com/apache/beam/pull/13765#issuecomment-768750812


   The netty's problem is easy one.
   
   ```
   (io.netty:netty-buffer:4.1.51.Final) 
io.netty.buffer.PooledByteBufAllocator's method <init>(boolean, int, int, int, 
int, int, int, boolean) is not found;
     referenced by 1 class file
       io.grpc.netty.Utils (io.grpc:grpc-netty:1.35.0)
     Cause:
       Dependency conflict: io.netty:netty-buffer:4.1.51.Final does not define 
io.netty.buffer.PooledByteBufAllocator's method <init>(boolean, int, int, int, 
int, int, int, boolean) but io.netty:netty-buffer:4.1.52.Final defines it.
         selected: 
org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.29.0-SNAPSHOT / 
io.netty:netty-handler:4.1.51.Final (compile) / 
io.netty:netty-buffer:4.1.51.Final (compile)
         unselected: 
org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.29.0-SNAPSHOT / 
io.grpc:grpc-netty:1.35.0 (compile) / io.netty:netty-codec-http2:4.1.52.Final 
(compile) / io.netty:netty-buffer:4.1.52.Final (compile)
   ```
   
    "io.grpc:grpc-netty:1.35.0" is not compatible with 
"io.netty:netty-buffer:4.1.51.Final". Just upgrade the [netty_version in 
BeamModulePlugin.groovy](https://github.com/apache/beam/blob/master/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L450)
 to "io.netty:netty-buffer:4.1.52.Final"


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 543320)
    Time Spent: 8h  (was: 7h 50m)

> Implement new BigQuery sink (Vortex)
> ------------------------------------
>
>                 Key: BEAM-11648
>                 URL: https://issues.apache.org/jira/browse/BEAM-11648
>             Project: Beam
>          Issue Type: New Feature
>          Components: extensions-java-gcp
>            Reporter: Reuven Lax
>            Priority: P2
>          Time Spent: 8h
>  Remaining Estimate: 0h
>




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

Reply via email to