You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by GitBox <gi...@apache.org> on 2020/06/22 21:29:27 UTC

[GitHub] [flume] VeekeeFr opened a new pull request #331: Update Avro to 1.9.2

VeekeeFr opened a new pull request #331:
URL: https://github.com/apache/flume/pull/331


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [flume] rgoers closed pull request #331: Update Avro to 1.9.2

Posted by GitBox <gi...@apache.org>.
rgoers closed pull request #331:
URL: https://github.com/apache/flume/pull/331


   


-- 
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: dev-unsubscribe@flume.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flume] Asturias-sam removed a comment on pull request #331: Update Avro to 1.9.2

Posted by GitBox <gi...@apache.org>.
Asturias-sam removed a comment on pull request #331:
URL: https://github.com/apache/flume/pull/331#issuecomment-822376878


   @VeekeeFr  i want to update the Avro version to 1.10.0 will this change works ?
   I am getting this error :
   `/api/NettyAvroRpcClient.java:[164,11] incompatible types: org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory cannot be converted to java.lang.Integer`
   
   Any help regarding this ?
   This line of code:
   ```
     transceiver = new NettyTransceiver(this.address,
             socketChannelFactory,
             tu.toMillis(timeout));
   ```


-- 
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:
users@infra.apache.org



[GitHub] [flume] Asturias-sam edited a comment on pull request #331: Update Avro to 1.9.2

Posted by GitBox <gi...@apache.org>.
Asturias-sam edited a comment on pull request #331:
URL: https://github.com/apache/flume/pull/331#issuecomment-822376878


   @VeekeeFr  i want to update the Avro version to 1.10.0 will this change works ?
   I am getting this error :
   `/api/NettyAvroRpcClient.java:[164,11] incompatible types: org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory cannot be converted to java.lang.Integer`
   
   Any help regarding this ?
   This line of code:
   ```
     transceiver = new NettyTransceiver(this.address,
             socketChannelFactory,
             tu.toMillis(timeout));
   ```


-- 
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:
users@infra.apache.org



[GitHub] [flume] Asturias-sam commented on pull request #331: Update Avro to 1.9.2

Posted by GitBox <gi...@apache.org>.
Asturias-sam commented on pull request #331:
URL: https://github.com/apache/flume/pull/331#issuecomment-822376878


   @VeekeeFr  i want to update the Avro version to 1.10.0 will this change works ?
   I am getting this error :
   `/api/NettyAvroRpcClient.java:[164,11] incompatible types: org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory cannot be converted to java.lang.Integer`
   
   Any help regarding this ?
   


-- 
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:
users@infra.apache.org



[GitHub] [flume] rgoers commented on pull request #331: Update Avro to 1.9.2

Posted by GitBox <gi...@apache.org>.
rgoers commented on pull request #331:
URL: https://github.com/apache/flume/pull/331#issuecomment-1011537508


   This PR had conflicts and implementing it required removal of the Kite Dataset Sink as it encountered a NoSuchMethodError after Avro was upgraded. Still, this PR saved me a lot of work. Thanks!


-- 
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: dev-unsubscribe@flume.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org