Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B31C0200D50 for ; Mon, 4 Dec 2017 20:51:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B1C07160C1B; Mon, 4 Dec 2017 19:51:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0B34A160BF7 for ; Mon, 4 Dec 2017 20:51:04 +0100 (CET) Received: (qmail 71254 invoked by uid 500); 4 Dec 2017 19:51:04 -0000 Mailing-List: contact issues-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list issues@geode.apache.org Received: (qmail 71245 invoked by uid 99); 4 Dec 2017 19:51:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2017 19:51:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 7FC35C423D for ; Mon, 4 Dec 2017 19:51:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.211 X-Spam-Level: X-Spam-Status: No, score=-99.211 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id bBiww6bc0rFq for ; Mon, 4 Dec 2017 19:51:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 3B5B75F472 for ; Mon, 4 Dec 2017 19:51:02 +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 4095DE105A for ; Mon, 4 Dec 2017 19:51: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 37AB7255C9 for ; Mon, 4 Dec 2017 19:51:00 +0000 (UTC) Date: Mon, 4 Dec 2017 19:51:00 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-4033) TxFailover doesn't throw exception when tx state is not found on the server MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 04 Dec 2017 19:51:05 -0000 [ https://issues.apache.org/jira/browse/GEODE-4033?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1627= 7380#comment-16277380 ]=20 ASF subversion and git services commented on GEODE-4033: -------------------------------------------------------- Commit f504c7d607a405fcd156092d050df2edc33e4642 in geode's branch refs/head= s/develop from [~agingade] [ https://gitbox.apache.org/repos/asf?p=3Dgeode.git;h=3Df504c7d ] GEODE-4033: Exception is thrown when Tx Id is not found on server dur=E2=80= =A6 (#1115) * GEODE-4033: Exception is thrown when Tx Id is not found on server during = failover > TxFailover doesn't throw exception when tx state is not found on the serv= er > -------------------------------------------------------------------------= -- > > Key: GEODE-4033 > URL: https://issues.apache.org/jira/browse/GEODE-4033 > Project: Geode > Issue Type: Bug > Components: transactions > Reporter: Anilkumar Gingade > Assignee: Anilkumar Gingade > > When a client transaction gets an exception due to connection failure; it= tries to execute the transaction on other available server. This failover = transaction is processed, if the tx.state is available on any of the server= s; if not an exception thrown back to the client.=20 > Currently the client catches this exception and tries to re-create the ex= ception instead of returning back to the application. This could cause mult= iple transaction state to be created for the same transaction id on the clu= ster (if the first attempt to the server is still in process), causing unex= pected behavior. -- This message was sent by Atlassian JIRA (v6.4.14#64029)