Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-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 6036F182C7 for ; Thu, 6 Aug 2015 14:43:58 +0000 (UTC) Received: (qmail 64689 invoked by uid 500); 6 Aug 2015 14:43:24 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 64662 invoked by uid 500); 6 Aug 2015 14:43:24 -0000 Mailing-List: contact issues-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list issues@ignite.incubator.apache.org Received: (qmail 64652 invoked by uid 99); 6 Aug 2015 14:43:24 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2015 14:43:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 82D07C027F for ; Thu, 6 Aug 2015 14:43:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.77 X-Spam-Level: * X-Spam-Status: No, score=1.77 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id jg8nWJzPfbyh for ; Thu, 6 Aug 2015 14:43:22 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id A707924DBC for ; Thu, 6 Aug 2015 14:43:21 +0000 (UTC) Received: (qmail 64126 invoked by uid 99); 6 Aug 2015 14:43:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2015 14:43:20 +0000 Date: Thu, 6 Aug 2015 14:43:20 +0000 (UTC) From: "Yakov Zhdanov (JIRA)" To: issues@ignite.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-1010) Wrong result for ServiceExample when it start without remote node MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yakov Zhdanov updated IGNITE-1010: ---------------------------------- Fix Version/s: (was: sprint-7) ignite-1.4 > Wrong result for ServiceExample when it start without remote node > ----------------------------------------------------------------- > > Key: IGNITE-1010 > URL: https://issues.apache.org/jira/browse/IGNITE-1010 > Project: Ignite > Issue Type: Bug > Components: general > Affects Versions: sprint-6 > Environment: Ubuntu 14.04/Win7, community version 1.1.2, build 86, rev. 420b6bd82501a3f47388865ecbdf53ce1162462c > Reporter: Vasilisa Sidorova > Assignee: Yakov Zhdanov > Fix For: ignite-1.4 > > Attachments: ignite-6dc4264d.log > > > --------------------------------------------- > DESCRIPTION > --------------------------------------------- > Service Example doesn't stop running if it's running without remote node > --------------------------------------------- > STEPS FOR REPRODUCE > --------------------------------------------- > 1. Run ServiceExample > --------------------------------------------- > ACTUAL RESULT > --------------------------------------------- > Example doesn't stop running. There is TcpDiscoverySpi warning in the example's node log: > {noformat} > [22:32:13,759][WARN ][tcp-client-disco-msg-worker-#4%null][TcpDiscoverySpi] Failed to connect to any address from IP finder (will retry to join topology in 2000ms): [/127.0.0.1:47507, /127.0.0.1:47504, /127.0.0.1:47502, /127.0.0.1:47501, /127.0.0.1:47505, /127.0.0.1:47509, /127.0.0.1:47506, /127.0.0.1:47508, /127.0.0.1:47503, /127.0.0.1:47500] > {noformat} > Look at the attached log > --------------------------------------------- > EXPECTED RESULT > --------------------------------------------- > Example stop running with message: "Server nodes not found (start data nodes with ExampleNodeStartup class)" > --------------------------------------------- > ADDITIONAL INFO > --------------------------------------------- > 1. This is recent issue. It wasn't reproducible for community version 1.0.6 build #22, rev. 4b4158f752ee1565539ca4977464f8d7ee6de40b > 2. The same behavior is for streaming examples (StreamVisitorExample, StreamTransformerExample) -- This message was sent by Atlassian JIRA (v6.3.4#6332)