From issues-return-6701-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Wed May 8 22:13:06 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 0C3A3180630 for ; Thu, 9 May 2019 00:13:05 +0200 (CEST) Received: (qmail 38518 invoked by uid 500); 8 May 2019 22:13:02 -0000 Mailing-List: contact issues-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list issues@phoenix.apache.org Received: (qmail 38509 invoked by uid 99); 8 May 2019 22:13:02 -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; Wed, 08 May 2019 22:13:02 +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 471B7E25AC for ; Wed, 8 May 2019 22:13: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 C9E8624597 for ; Wed, 8 May 2019 22:13:00 +0000 (UTC) Date: Wed, 8 May 2019 22:13:00 +0000 (UTC) From: "Hudson (JIRA)" To: issues@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-5273) Singleton ConnectionQueryServices for UpdateCacheAcrossDifferentClientsIT MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/PHOENIX-5273?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 835939#comment-16835939 ]=20 Hudson commented on PHOENIX-5273: --------------------------------- FAILURE: Integrated in Jenkins build Phoenix-4.x-HBase-1.3 #396 (See [https= ://builds.apache.org/job/Phoenix-4.x-HBase-1.3/396/]) PHOENIX-5273 Singleton ConnectionQueryServices for (tdsilva: rev a73efcea80= a9d20334d60404df9b8ed7b4f9932a) * (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/UpdateCacheAcr= ossDifferentClientsIT.java > Singleton ConnectionQueryServices for UpdateCacheAcrossDifferentClientsIT > ------------------------------------------------------------------------- > > Key: PHOENIX-5273 > URL: https://issues.apache.org/jira/browse/PHOENIX-5273 > Project: Phoenix > Issue Type: Bug > Affects Versions: 4.14.1 > Reporter: Daniel Wong > Assignee: Thomas D'Silva > Priority: Minor > Fix For: 4.15.0, 5.1.0 > > Attachments: PHOENIX-5273-4.x-HBase-1.3-v2.patch, PHOENIX-5273-4.= x-HBase-1.3.patch > > > While I was implementing my pluggable stats cache and related work I foun= d that the IT, UpdateCacheAcrossDifferentClientsIT assumes it uses 2 differ= ent ConnectionQueryServices.=C2=A0 When I was debugging it however I saw th= at it still had the test properties in the JDBC url which caused it to use = the PhoenixTestDriver which has a Singleton for ConnectionQueryServices.=C2= =A0 When I corrected this error=C2=A0one of the=C2=A0tests started failing. -- This message was sent by Atlassian JIRA (v7.6.3#76005)