[jira] [Updated] (FLINK-2913) Close of ObjectOutputStream should be enclosed in finally block in FsStateBackend

2015-11-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated FLINK-2913: -- Description: {code} ObjectOutputStream os = new ObjectOutputStream(outStream); os.writeObject(state)

[jira] [Updated] (FLINK-2913) Close of ObjectOutputStream should be enclosed in finally block in FsStateBackend

2015-11-01 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated FLINK-2913: -- Description: {code} ObjectOutputStream os = new ObjectOutputStream(outStream); os.writeObject(state)