[jira] [Updated] (FLINK-7402) Ineffective null check in NettyMessage#write()

2017-09-15 Thread Greg Hogan (JIRA)
[ 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() >

[jira] [Updated] (FLINK-7402) Ineffective null check in NettyMessage#write()

2017-09-08 Thread Ted Yu (JIRA)
[ 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) {

[jira] [Updated] (FLINK-7402) Ineffective null check in NettyMessage#write()

2017-08-20 Thread Robert Metzger (JIRA)
[ 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() >