From dev-return-51431-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Thu May 3 18:16:07 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4BCA9180625 for ; Thu, 3 May 2018 18:16:07 +0200 (CEST) Received: (qmail 10953 invoked by uid 500); 3 May 2018 16:16:06 -0000 Mailing-List: contact dev-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 dev@phoenix.apache.org Received: (qmail 10939 invoked by uid 99); 3 May 2018 16:16:06 -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, 03 May 2018 16:16:06 +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 DC49218031D for ; Thu, 3 May 2018 16:16:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.511 X-Spam-Level: X-Spam-Status: No, score=-109.511 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] 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 TGJy8iUZUEwF for ; Thu, 3 May 2018 16:16:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 0A1A85FB9D for ; Thu, 3 May 2018 16:16:01 +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 871E8E12BF for ; Thu, 3 May 2018 16:16:00 +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 3E0F92129C for ; Thu, 3 May 2018 16:16:00 +0000 (UTC) Date: Thu, 3 May 2018 16:16:00 +0000 (UTC) From: "James Taylor (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (PHOENIX-4590) Reduce log level in BaseResultIterators#getStatsForParallelizationProp when parent table not found MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/PHOENIX-4590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-4590. ----------------------------------- Resolution: Won't Fix Please reopen if you feel strongly, [~rajeshbabu]. > Reduce log level in BaseResultIterators#getStatsForParallelizationProp when parent table not found > -------------------------------------------------------------------------------------------------- > > Key: PHOENIX-4590 > URL: https://issues.apache.org/jira/browse/PHOENIX-4590 > Project: Phoenix > Issue Type: Bug > Reporter: Rajeshbabu Chintaguntla > Assignee: Rajeshbabu Chintaguntla > Priority: Minor > Fix For: 4.14.0 > > > Currently when we check whether to use stats for parallelisation or not we check with parent table if the index table doesn't have stats. In this case if parent table not present at connection meta. When we directly scan(which is not a valid case but sometimes we may scan index directly) then we see this log all the time. I think we can reduce the log level to debug or trace as usually we can have parent table in the connection meta so it should be very rare. > {noformat} > } catch (TableNotFoundException e) { > logger.warn("Unable to find parent table \"" + parentTableName + "\" of table \"" > + table.getName().getString() > + "\" to determine USE_STATS_FOR_PARALLELIZATION", > e); > } > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)