[jira] [Created] (FLINK-33417) Update netty version to 4.1.83 for flink-shaded

2023-10-31 Thread Yuxin Tan (Jira)
Yuxin Tan created FLINK-33417: - Summary: Update netty version to 4.1.83 for flink-shaded Key: FLINK-33417 URL: https://issues.apache.org/jira/browse/FLINK-33417 Project: Flink Issue Type: Bug

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

Update Netty version

2017-05-17 Thread Alexey Demin
Hi For now we use very old netty version. Netty 4.0.27.Final released on 02-Apr-15 If we so worry about slice in LengthFieldBasedFrameDecoder we can add custom LengthFieldBasedCopyFrameDecoder which extend original LengthFieldBasedFrameDecoder and override extractFrame for keep current behavio