From issues-return-94050-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Sat Mar 23 21:53:03 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9B19418078F for ; Sat, 23 Mar 2019 22:53:02 +0100 (CET) Received: (qmail 1492 invoked by uid 500); 23 Mar 2019 21:53: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 1471 invoked by uid 99); 23 Mar 2019 21:53:01 -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; Sat, 23 Mar 2019 21:53:01 +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 0AC09E20CD for ; Sat, 23 Mar 2019 21:53:01 +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 4BE0B2459B for ; Sat, 23 Mar 2019 21:53:00 +0000 (UTC) Date: Sat, 23 Mar 2019 21:53:00 +0000 (UTC) From: "Alexey Goncharuk (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-11617) New exchange coordinator skips client fast reply for previous exchange 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-11617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Goncharuk updated IGNITE-11617: -------------------------------------- Priority: Critical (was: Major) > New exchange coordinator skips client fast reply for previous exchange > ---------------------------------------------------------------------- > > Key: IGNITE-11617 > URL: https://issues.apache.org/jira/browse/IGNITE-11617 > Project: Ignite > Issue Type: Bug > Reporter: Alexey Goncharuk > Priority: Critical > Fix For: 2.8 > > > The following scenario is broken: > 1) A client joins topology, all server nodes complete client exchange, client delays sending it's single message > 2) A new node joins topology, next exchange is started > 3) Coordinator of the new exchange fails > 4) New coordinator attempts to restore exchange state from all nodes, including client from step 1 > 5) Client send single message. The message should be processed by a fast-reply path because the corresponding exchange is completed. However, this does not happen because this exchange was completed with state {{SRV}} on new coordinator. Fast-reply is omitted and exchange hangs. > Attached is a test reproducing the problem. -- This message was sent by Atlassian JIRA (v7.6.3#76005)