[
https://issues.apache.org/jira/browse/FLINK-7402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Hogan updated FLINK-7402:
--
Fix Version/s: 1.4.0
> Ineffective null check in NettyMessage#write()
>
[
https://issues.apache.org/jira/browse/FLINK-7402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated FLINK-7402:
--
Description:
Here is the null check in finally block:
{code}
finally {
if (buffer != null) {
[
https://issues.apache.org/jira/browse/FLINK-7402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Metzger updated FLINK-7402:
--
Component/s: Network
> Ineffective null check in NettyMessage#write()
>