[GitHub] flink issue #6272: [FLINK-9755][network] forward exceptions in RemoteInputCh...

2018-07-19 Thread NicoK
Github user NicoK commented on the issue: https://github.com/apache/flink/pull/6272 Thanks for the review, merging... ---

[GitHub] flink issue #6272: [FLINK-9755][network] forward exceptions in RemoteInputCh...

2018-07-19 Thread NicoK
Github user NicoK commented on the issue: https://github.com/apache/flink/pull/6272 rebased to solve the merge conflict (auto-solved by git though) ---

[GitHub] flink issue #6272: [FLINK-9755][network] forward exceptions in RemoteInputCh...

2018-07-10 Thread NicoK
Github user NicoK commented on the issue: https://github.com/apache/flink/pull/6272 actually, I forgot to adapt the unit test which relied on the previous order of the calls and assumed that the buffer got recycled. With the changes from the fixup, the buffer is not recycled by the

[GitHub] flink issue #6272: [FLINK-9755][network] forward exceptions in RemoteInputCh...

2018-07-10 Thread zhijiangW
Github user zhijiangW commented on the issue: https://github.com/apache/flink/pull/6272 LGTM! ---

[GitHub] flink issue #6272: [FLINK-9755][network] forward exceptions in RemoteInputCh...

2018-07-10 Thread NicoK
Github user NicoK commented on the issue: https://github.com/apache/flink/pull/6272 thanks for the review - I changed the code as requested ---

[GitHub] flink issue #6272: [FLINK-9755][network] forward exceptions in RemoteInputCh...

2018-07-10 Thread zhijiangW
Github user zhijiangW commented on the issue: https://github.com/apache/flink/pull/6272 Thanks for fixing this potential bug. It makes sense to handle exception during `notifyBufferAvailable` on listener side. Just some thoughts on my side above. :) ---