From issues-return-7120-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Sat May 25 22:49: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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id D212B18065D for ; Sun, 26 May 2019 00:49:02 +0200 (CEST) Received: (qmail 7316 invoked by uid 500); 25 May 2019 22:49: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 7306 invoked by uid 99); 25 May 2019 22:49: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; Sat, 25 May 2019 22:49: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 69E4CE039B for ; Sat, 25 May 2019 22:49: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 CA95D256C1 for ; Sat, 25 May 2019 22:49:00 +0000 (UTC) Date: Sat, 25 May 2019 22:49:00 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-5231) Configurable Stats Cache 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-5231?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 848297#comment-16848297 ]=20 Lars Hofhansl commented on PHOENIX-5231: ---------------------------------------- {code:java} phoenix$ mvn -version Apache Maven 3.5.4 (Red Hat 3.5.4-5) Maven home: /usr/share/maven Java version: 1.8.0_212, vendor: Oracle Corporation, runtime: /usr/lib/jvm/= java-1.8.0-openjdk-1.8.0.212.b04-0.fc30.x86_64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.0.17-300.fc30.x86_64", arch: "amd64", family: "unix{code} Maybe it's different between 5.1 and 4.x somehow..? > Configurable Stats Cache > ------------------------ > > Key: PHOENIX-5231 > URL: https://issues.apache.org/jira/browse/PHOENIX-5231 > Project: Phoenix > Issue Type: Test > Reporter: Daniel Wong > Assignee: Daniel Wong > Priority: Major > Fix For: 4.15.0, 5.1.0 > > Attachments: 5231-quickfix-v2.txt, 5231-quickfix.txt, PHOENIX-523= 1.4.x-HBase-1.3.patch, PHOENIX-5231.4.x-HBase-1.3.v2.patch, PHOENIX-5231.4.= x-HBase-1.3.v3.patch, PHOENIX-5231.master.v3.patch, PHOENIX-5231.master.v4.= patch > > Time Spent: 8h 40m > Remaining Estimate: 0h > > Currently, the phoenix stats cache is per ConnectionQuerySerivce/Connecti= onProfile, which leads to duplicated cached entry (the guideposts) and wast= e resources if these separate connections are querying the same underlying = table.=C2=A0It would be good to be able to provide a configurable stats cac= he as control the cache level so it could be per JVM. -- This message was sent by Atlassian JIRA (v7.6.3#76005)