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 9A56218EB3 for ; Thu, 16 Jul 2015 13:55:06 +0000 (UTC) Received: (qmail 39936 invoked by uid 500); 16 Jul 2015 13:55:06 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 39908 invoked by uid 500); 16 Jul 2015 13:55:06 -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 39890 invoked by uid 99); 16 Jul 2015 13:55:06 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2015 13:55:06 +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 D0BE8181A37 for ; Thu, 16 Jul 2015 13:55:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.97 X-Spam-Level: X-Spam-Status: No, score=0.97 tagged_above=-999 required=6.31 tests=[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-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id OjryMpTquJaR for ; Thu, 16 Jul 2015 13:55:05 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 0BC2220F19 for ; Thu, 16 Jul 2015 13:55:05 +0000 (UTC) Received: (qmail 39533 invoked by uid 99); 16 Jul 2015 13:55:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2015 13:55:04 +0000 Date: Thu, 16 Jul 2015 13:55:04 +0000 (UTC) From: "Denis Magda (JIRA)" To: issues@ignite.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (IGNITE-1100) TcpDiscoveryMultiTreadedTest.testMultiThreaded() fails 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-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Denis Magda resolved IGNITE-1100. --------------------------------- Resolution: Fixed The following was fixed: - passing non verified messages to client nodes; - bug in the code that removes disconnected nodes from a topology. As a result now multiple client nodes may be started and stopped from multiple threads without causing memory leaks and other failures. > TcpDiscoveryMultiTreadedTest.testMultiThreaded() fails > ------------------------------------------------------ > > Key: IGNITE-1100 > URL: https://issues.apache.org/jira/browse/IGNITE-1100 > Project: Ignite > Issue Type: Bug > Components: general > Affects Versions: sprint-7 > Reporter: Denis Magda > Assignee: Denis Magda > Attachments: error_log.zip > > > TcpDiscoveryMultiThreaded wasn't added to any suite. > After it's addition it became clear that testMultiThreaded fails permanently. > This message always repeats in the log. > {noformat} > [12:01:34,223][WARN ][ignite-#2790%sys-tcp.TcpDiscoveryMultiThreadedTest9%][GridDhtPartitionsExchangeFuture] Retrying preload partition exchange due to timeout [done=false, dummy=false, exchId=GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion [topVer=103, minorTopVer=0], nodeId=90055622, evt=NODE_JOINED], rcvdIds=[5087d2b6, 104bf438, 501ec7b1, 50b290bd, 60b3a52f, 60cea4d7, 4033b64e, 7004a020, 00bb7ec0, 30056464, 800eb9be, 701f7d6f, 6062171e, 201361b4], rmtIds=[201361b4, 30056464, 4033b64e, 104bf438], remaining=[], init=true, initFut=true, ready=false, replied=false, added=true, oldest=201361b4, oldestOrder=98, evtLatch=0, locNodeOrder=103, locNodeId=90055622-02b7-4f44-8c4c-18440d7dc009] > {noformat} > The full log is attached to the issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)