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 7D696200BB1 for ; Thu, 20 Oct 2016 02:08:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7BF33160AFB; Thu, 20 Oct 2016 00:08:02 +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 C05A6160AEA for ; Thu, 20 Oct 2016 02:08:01 +0200 (CEST) Received: (qmail 56002 invoked by uid 500); 20 Oct 2016 00:08:01 -0000 Mailing-List: contact dev-help@tephra.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tephra.incubator.apache.org Delivered-To: mailing list dev@tephra.incubator.apache.org Received: (qmail 55988 invoked by uid 99); 20 Oct 2016 00:08:00 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2016 00:08:00 +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 4CEA418068A for ; Thu, 20 Oct 2016 00:08:00 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id hee0NxfMl1eo for ; Thu, 20 Oct 2016 00:07:59 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id E98405F4E5 for ; Thu, 20 Oct 2016 00:07:58 +0000 (UTC) Received: (qmail 55652 invoked by uid 99); 20 Oct 2016 00:07:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2016 00:07:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 68AC42C0059 for ; Thu, 20 Oct 2016 00:07:58 +0000 (UTC) Date: Thu, 20 Oct 2016 00:07:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@tephra.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TEPHRA-194) Transaction client should not retry startShort() if an invalid timeout is given MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 20 Oct 2016 00:08:02 -0000 [ https://issues.apache.org/jira/browse/TEPHRA-194?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1559= 0308#comment-15590308 ]=20 ASF GitHub Bot commented on TEPHRA-194: --------------------------------------- GitHub user anew opened a pull request: https://github.com/apache/incubator-tephra/pull/18 [TEPHRA-194] Make startShort() throw IllegalArgumentException =E2=80=A6 =E2=80=A6 consistently for invalid timeout values. =20 Previously, it was throwing IllegalArgumentException in-memory and Exce= ption for thrift mode.=20 =20 This breaks down into: - adding a new exception to the thrift stubs to be able to communicate = back any exception - adding a new method startShortWithTimeout that throws that exception - modifying the TransactionServiceThriftClient to convert that exceptio= n back into an IllegalArgumentException - modifying the TransactionSystemTest to expect IllegalArgumentExceptio= n now - modifying the ThriftTransactionServerTest to use a retry strategy tha= t counts retries and validate that the number of retries is 0 if startShort= () throws IllegalArgumentException - modifying TransactionServiceClient to accept a class name as the retr= y strategy provider (needed for above test case) - some unrelated but reasonable style fixes =20 =20 You can merge this pull request into a Git repository by running: $ git pull https://github.com/anew/incubator-tephra tephra-194 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-tephra/pull/18.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #18 =20 ---- commit 64be9f46b8d3cc823d9eb303f9eb8ed7811375c7 Author: anew Date: 2016-10-19T23:59:33Z [TEPHRA-194] Make startShort() throw IllegalArgumentException consisten= tly for invalid timeout values ---- > Transaction client should not retry startShort() if an invalid timeout is= given=20 > -------------------------------------------------------------------------= ------- > > Key: TEPHRA-194 > URL: https://issues.apache.org/jira/browse/TEPHRA-194 > Project: Tephra > Issue Type: Bug > Components: client > Affects Versions: 0.9.0-incubating, 0.10.0-incubating > Reporter: Andreas Neumann > Assignee: Andreas Neumann > Fix For: 0.10.0-incubating > > > Currently, if an invalid timeout (negative, or too long) is given, the Tx= manager throws an IllegalArgumentException. The thrift client will catch t= hat and apply the retry strategy. However, in this case, retry is pointless= , and if the strategy is, for example, exponential backoff, if introduces u= nneccessary load and latency.=20 > The service should instead throw a meaningful exception for that, so that= the client knows not to retry.=20 -- This message was sent by Atlassian JIRA (v6.3.4#6332)