Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 435E7200B51 for ; Mon, 1 Aug 2016 17:21:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 42203160AA7; Mon, 1 Aug 2016 15:21:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AFA52160A6C for ; Mon, 1 Aug 2016 17:21:21 +0200 (CEST) Received: (qmail 10263 invoked by uid 500); 1 Aug 2016 15:21:20 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 10240 invoked by uid 99); 1 Aug 2016 15:21:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2016 15:21:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8F7222C0033 for ; Mon, 1 Aug 2016 15:21:20 +0000 (UTC) Date: Mon, 1 Aug 2016 15:21:20 +0000 (UTC) From: "Vladislav Pyatkov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-3138) IgniteDataStreamer: failures are not shown on the streaming side MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 01 Aug 2016 15:21:22 -0000 [ https://issues.apache.org/jira/browse/IGNITE-3138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15402238#comment-15402238 ] Vladislav Pyatkov commented on IGNITE-3138: ------------------------------------------- I am added some changes, but it had not passed tests yet. > IgniteDataStreamer: failures are not shown on the streaming side > ---------------------------------------------------------------- > > Key: IGNITE-3138 > URL: https://issues.apache.org/jira/browse/IGNITE-3138 > Project: Ignite > Issue Type: Bug > Reporter: Denis Magda > Assignee: Vladislav Pyatkov > Attachments: DataStreamerFailuresTest.java > > > If an exception happens during the streaming, the side that streams the data won't printed out anything in its logs even if IGNITE_QUIET set to false. > This makes it's inconvenient to see whether there an issue happened during the streaming or not. > Suggested improvements: > - print out errors that happened during the streaming on the streaming side; > - Future that is returned from {{addData}} methods is not called in case of error. This must be fixed. So that the user is able to write a custom logic around this feature and process errors somehow. -- This message was sent by Atlassian JIRA (v6.3.4#6332)