From issues-return-74482-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Wed Sep 12 04:19:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id CDAA618065B for ; Wed, 12 Sep 2018 04:19:03 +0200 (CEST) Received: (qmail 6238 invoked by uid 500); 12 Sep 2018 02:19:02 -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 6223 invoked by uid 99); 12 Sep 2018 02:19:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2018 02:19:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 4063C18F5E4 for ; Wed, 12 Sep 2018 02:19:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -108.188 X-Spam-Level: X-Spam-Status: No, score=-108.188 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, URI_HEX=1.313, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Pdmnwi2Dpw9o for ; Wed, 12 Sep 2018 02:19:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E4ED65F3AB for ; Wed, 12 Sep 2018 02:19:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 80BEBE0D27 for ; Wed, 12 Sep 2018 02:19:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 19DA52183D for ; Wed, 12 Sep 2018 02:19:00 +0000 (UTC) Date: Wed, 12 Sep 2018 02:19:00 +0000 (UTC) From: "Saikat Maitra (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (IGNITE-3303) Apache Flink Integration - Flink source to run a continuous query against one or multiple caches MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-3303?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D166= 11467#comment-16611467 ]=20 Saikat Maitra edited comment on IGNITE-3303 at 9/12/18 2:18 AM: ---------------------------------------------------------------- [~amashenkov] I have incorporated the review comments. Also, I wanted to=C2=A0share that IgniteSrc is a continuous process and con= tinue to run unless stopped is set to=C2=A0true or our desired test executi= on time is complete. I have added a fail () statement in the catch block to= check if during igniteSrc.run any exception is encountered within 3 secs.= =C2=A0 I have also added=C2=A0assert=C2=A0f.error()=C2=A0=3D=3D=C2=A0null t= o check if any error was encountered during the test execution in igniteSrc= .run() process.=C2=A0This will validate for any exception during the stream= ing data process from source.=C2=A0If we use f.get() then the source will b= e continuously running and we will be waiting for result event synchronousl= y.=C2=A0 Please review and let me know if any changes required. Regards Saikat =C2=A0 =C2=A0 =C2=A0 was (Author: samaitra): [~amashenkov] I have incorporated the review comments. Also, I wanted to=C2=A0share that IgniteSrc is a continuous process and con= tinue to run unless stopped is set to=C2=A0true or our desired test executi= on time is complete. I have added a fail () statement in the catch block to= check if during igniteSrc.run any exception is encountered within 3 secs.= =C2=A0 I have also added=C2=A0assert=C2=A0f.error()=C2=A0=3D=3D=C2=A0null t= o check if any error was encountered during the test execution in igniteSec= .run() process.=C2=A0This will validate for any exception during the stream= ing data process from source.=C2=A0If we use f.get() then the source will b= e continuously running and we will be waiting for result event synchronousl= y.=C2=A0 Please review and let me know if any changes required. Regards Saikat =C2=A0 =C2=A0 =C2=A0 > Apache Flink Integration - Flink source to run a continuous query against= one or multiple caches > -------------------------------------------------------------------------= ----------------------- > > Key: IGNITE-3303 > URL: https://issues.apache.org/jira/browse/IGNITE-3303 > Project: Ignite > Issue Type: New Feature > Components: streaming > Reporter: Saikat Maitra > Assignee: Saikat Maitra > Priority: Major > Attachments: Screen Shot 2016-10-07 at 12.44.47 AM.png, testFlink= IgniteSourceWithLargeBatch.log, win7.PNG > > > Apache Flink integration=20 > +++ *Ignite as a bidirectional Connector* +++ > As a Flink source =3D> run a continuous query against one or multiple > caches [4]. > Related discussion : http://apache-ignite-developers.2346864.n4.nabble.co= m/Apache-Flink-lt-gt-Apache-Ignite-integration-td8163.html -- This message was sent by Atlassian JIRA (v7.6.3#76005)