From issues-return-176210-apmail-flink-issues-archive=flink.apache.org@flink.apache.org Tue Jul 10 08:04:11 2018 Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 708741810C for ; Tue, 10 Jul 2018 08:04:11 +0000 (UTC) Received: (qmail 65119 invoked by uid 500); 10 Jul 2018 08:04:11 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 65081 invoked by uid 500); 10 Jul 2018 08:04:11 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 65072 invoked by uid 99); 10 Jul 2018 08:04:11 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2018 08:04:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 31947DFAD1; Tue, 10 Jul 2018 08:04:11 +0000 (UTC) From: zhijiangW To: issues@flink.apache.org Reply-To: issues@flink.apache.org References: In-Reply-To: Subject: [GitHub] flink issue #6272: [FLINK-9755][network] forward exceptions in RemoteInputCh... Content-Type: text/plain Message-Id: <20180710080411.31947DFAD1@git1-us-west.apache.org> Date: Tue, 10 Jul 2018 08:04:11 +0000 (UTC) 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. :) ---