[GitHub] flink pull request: [FLINK-2446]Fix SocketTextStreamFunction has m...

2015-07-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/965 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] flink pull request: [FLINK-2446]Fix SocketTextStreamFunction has m...

2015-07-31 Thread mbalassi
Github user mbalassi commented on the pull request: https://github.com/apache/flink/pull/965#issuecomment-126619190 Good catch, if no objections I will merge this in the evening. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] flink pull request: [FLINK-2446]Fix SocketTextStreamFunction has m...

2015-07-31 Thread chiwanpark
Github user chiwanpark commented on the pull request: https://github.com/apache/flink/pull/965#issuecomment-12669 Nice catch! Looks good to merge. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] flink pull request: [FLINK-2446]Fix SocketTextStreamFunction has m...

2015-07-30 Thread ffbin
GitHub user ffbin opened a pull request: https://github.com/apache/flink/pull/965 [FLINK-2446]Fix SocketTextStreamFunction has memory leak when reconnect server When reconnect server failed, it should call socket.close() to avoid memory leak. You can merge this pull request into