You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/06/12 09:48:00 UTC

[jira] [Commented] (FLINK-8759) Prepare LengthFieldBasedFrameDecoder for Netty upgrade

    [ https://issues.apache.org/jira/browse/FLINK-8759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16509438#comment-16509438 ] 

ASF GitHub Bot commented on FLINK-8759:
---------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/5571


> Prepare LengthFieldBasedFrameDecoder for Netty upgrade
> ------------------------------------------------------
>
>                 Key: FLINK-8759
>                 URL: https://issues.apache.org/jira/browse/FLINK-8759
>             Project: Flink
>          Issue Type: Improvement
>          Components: Network
>    Affects Versions: 1.5.0
>            Reporter: Nico Kruber
>            Assignee: Nico Kruber
>            Priority: Major
>             Fix For: 1.6.0
>
>
> For a bug in Netty's shutdown sequence and overall improvements in Netty, I'd like to bump the version (and stay within the 4.0 series for now). The problem we faced in the past should not be relevant for credit-based flow control anymore and can be worked around (for the fallback code path) by restoring {{LengthFieldBasedFrameDecoder}}'s old behaviour of copying contents to new buffers instead of slicing the existing one (please refer to FLINK-7428 for the inverse direction).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)