This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-shaded.git
commit 1233f1bb0e2b9fafa4260603aa130b7eb9995a7a Author: zentol <[email protected]> AuthorDate: Mon Feb 19 11:56:26 2018 +0100 (#35) Bump netty to 4.0.56 --- flink-shaded-netty-4/pom.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/flink-shaded-netty-4/pom.xml b/flink-shaded-netty-4/pom.xml index 4018920..9817538 100644 --- a/flink-shaded-netty-4/pom.xml +++ b/flink-shaded-netty-4/pom.xml @@ -34,15 +34,7 @@ under the License. <version>${netty.version}-3.0</version> <properties> - <!-- Don't upgrade for now. Netty versions >= 4.0.28.Final - contain an improvement by Netty, which slices a Netty buffer - instead of doing a memory copy [1] in the - LengthFieldBasedFrameDecoder. In some situations, this - interacts badly with our Netty pipeline leading to OutOfMemory - errors. - - [1] https://github.com/netty/netty/issues/3704 --> - <netty.version>4.0.27.Final</netty.version> + <netty.version>4.0.56.Final</netty.version> </properties> <dependencies>
