From issues-return-95149-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Fri Apr 12 10:56:01 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8D4DD180621 for ; Fri, 12 Apr 2019 12:56:01 +0200 (CEST) Received: (qmail 15369 invoked by uid 500); 12 Apr 2019 10:56:01 -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 15360 invoked by uid 99); 12 Apr 2019 10:56:00 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Apr 2019 10:56:00 +0000 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 63E14E03EE for ; Fri, 12 Apr 2019 10:56: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 22C4D24595 for ; Fri, 12 Apr 2019 10:56:00 +0000 (UTC) Date: Fri, 12 Apr 2019 10:56:00 +0000 (UTC) From: "Ignite TC Bot (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-11732) Multi-merged partitions exchange future may hang if node left event is received last 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-11732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816166#comment-16816166 ] Ignite TC Bot commented on IGNITE-11732: ---------------------------------------- {panel:title=--> Run :: All: Possible Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1} {color:#d04437}Scala (Visor Console){color} [[tests 0 Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=3578862]] {panel} [TeamCity *--> Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=3573028&buildTypeId=IgniteTests24Java8_RunAll] > Multi-merged partitions exchange future may hang if node left event is received last > ------------------------------------------------------------------------------------ > > Key: IGNITE-11732 > URL: https://issues.apache.org/jira/browse/IGNITE-11732 > Project: Ignite > Issue Type: Bug > Reporter: Alexey Goncharuk > Assignee: Alexey Goncharuk > Priority: Major > Fix For: 2.8 > > Time Spent: 10m > Remaining Estimate: 0h > > The scenario is similar to IGNITE-11204, but several exchanges should be merged. If in this case a merged-exchange node is left and all other nodes messages are already received, the exchange will not be completed because {{F.isEmpty(mergedJoinExchMsgs)}} is {{false}}. > Looks like we should decrement the {{awaitMergedMsgs}} and check this field for {{0}}. -- This message was sent by Atlassian JIRA (v7.6.3#76005)