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 15F56200D2B for ; Thu, 19 Oct 2017 01:23:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 14746160BF0; Wed, 18 Oct 2017 23:23:41 +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 5BAFE160BEA for ; Thu, 19 Oct 2017 01:23:40 +0200 (CEST) Received: (qmail 94533 invoked by uid 500); 18 Oct 2017 23:23:39 -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 94521 invoked by uid 99); 18 Oct 2017 23:23:39 -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; Wed, 18 Oct 2017 23:23:39 +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 B286CC07F8 for ; Wed, 18 Oct 2017 23:23:38 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.022 X-Spam-Level: X-Spam-Status: No, score=-3.022 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] 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 NAmK5LOsDzko for ; Wed, 18 Oct 2017 23:23:34 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id B5C9D5F1D5 for ; Wed, 18 Oct 2017 23:23:33 +0000 (UTC) Received: (qmail 93535 invoked by uid 99); 18 Oct 2017 23:23:33 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2017 23:23:33 +0000 Received: from mail-qk0-f169.google.com (mail-qk0-f169.google.com [209.85.220.169]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 5A3061A02DA for ; Wed, 18 Oct 2017 23:23:32 +0000 (UTC) Received: by mail-qk0-f169.google.com with SMTP id y23so8332325qkb.10 for ; Wed, 18 Oct 2017 16:23:32 -0700 (PDT) X-Gm-Message-State: AMCzsaUtCKtpNZv7VSxv3Kw5vgkuErZ/omE70jllYuTiC7X4EZGbIWv7 4UcAchPr9q2Qh1W45uKf+NvyDbekQKfe0rbodXM= X-Google-Smtp-Source: ABhQp+Q9uBSabZMLfJR+F4GOZXIFnc5U+cGSHTR2KIex5Z0I0rTNDNBgPliKMhtAPfOQq+LIWeE+0z9rplA7M2+efm8= X-Received: by 10.55.175.5 with SMTP id y5mr4705977qke.326.1508369011323; Wed, 18 Oct 2017 16:23:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.149.73 with HTTP; Wed, 18 Oct 2017 16:23:30 -0700 (PDT) In-Reply-To: References: From: James Taylor Date: Wed, 18 Oct 2017 16:23:30 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: java.lang.RuntimeException: org.apache.thrift.TException: Unable to discover transaction service. To: dev@tephra.incubator.apache.org Content-Type: multipart/alternative; boundary="94eb2c06d7041c39a0055bda8732" archived-at: Wed, 18 Oct 2017 23:23:41 -0000 --94eb2c06d7041c39a0055bda8732 Content-Type: text/plain; charset="UTF-8" Here's a pointer to the failure in the test run: https://builds.apache.org/job/Phoenix-master/1840/testReport/junit/org.apache.phoenix.tx/TxCheckpointIT/testUpsertSelectDoesntSeeUpsertedData_TxCheckpointIT_localIndex_false_mutable_false_columnEncoded_false_/ On Wed, Oct 18, 2017 at 1:39 PM, Andreas Neumann wrote: > Hi James, > > do you have logs from that test run? There can be different reasons: > - the test started before Tephra was initialized, in that case maybe wait > until it is discoverable? > - Transaction manager crashed for some reason - logs would show that > > -Andreas > > On Tue, Oct 17, 2017 at 8:04 PM, James Taylor > wrote: > > > During Phoenix test runs, we sometimes get this exception: > > > > java.lang.RuntimeException: org.apache.thrift.TException: Unable to > > discover transaction service. > > > > Is this something that we should retry the test after receiving? What > would > > cause this? > > > > Thanks, > > James > > > --94eb2c06d7041c39a0055bda8732--