Re: Update Netty version

2017-06-07 Thread Alexey Demin
Hi I found ticket in jira: https://issues.apache.org/jira/browse/FLINK-3952 For update to latest 4.0 I can create separate ticket and pull request in nearest 2 day. (I test in my env and all work correctly) Update on 4.1 not so easy: 1) we use tv.cntt:netty-router:jar:1.10 for rest endpoints 2)

Re: Update Netty version

2017-06-07 Thread Greg Hogan
Hi Alexey, Are you looking to create pull requests for upgrading Netty 4.0 and/or 4.1? Greg On Thu, May 18, 2017 at 4:41 AM, Alexey Demin wrote: > Hi > > Problem not directly in flink, but it you use flink with beam then in > classpath you have original netty 4.0.27 from flink and netty 4.1.x

Re: Update Netty version

2017-05-18 Thread Alexey Demin
Hi Problem not directly in flink, but it you use flink with beam then in classpath you have original netty 4.0.27 from flink and netty 4.1.x from beam (grpc use netty 4.1.x for communication). Other interest (specific for me now): netty have custom wrapper for openssl library which have more prod

Re: Update Netty version

2017-05-18 Thread Till Rohrmann
Hi Alexey, thanks for looking into it. Are we currently facing any problems with Netty 4.0.27 (bugs or performance)? I agree that in general we should try to use the latest bug fix release. However, in the past we have seen that they might entail some slight behaviour changes which breaks things o