Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.0
-
None
Description
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).
Attachments
Issue Links
- is related to
-
FLINK-4387 Instability in KvStateClientTest.testClientServerIntegration()
- Closed
- is superceded by
-
FLINK-3952 Bump Netty to 4.1
- Closed
- relates to
-
FLINK-8893 NPE when netty try to allocate directBuffer
- Closed
- supercedes
-
FLINK-7428 avoid one additional buffer copy when receiving messages
- Closed
- links to