From issues-return-69143-apmail-hive-issues-archive=hive.apache.org@hive.apache.org Thu Mar 2 22:14:48 2017 Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6EFC319AE9 for ; Thu, 2 Mar 2017 22:14:48 +0000 (UTC) Received: (qmail 95481 invoked by uid 500); 2 Mar 2017 22:14:48 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 95457 invoked by uid 500); 2 Mar 2017 22:14:48 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 95448 invoked by uid 99); 2 Mar 2017 22:14:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2017 22:14:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id C0983C139E for ; Thu, 2 Mar 2017 22:14:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.547 X-Spam-Level: X-Spam-Status: No, score=-1.547 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-2.999, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id KRj1PO9K1UTm for ; Thu, 2 Mar 2017 22:14:46 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 53A2D5F23D for ; Thu, 2 Mar 2017 22:14:46 +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 8EC3DE031F for ; Thu, 2 Mar 2017 22:14:45 +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 3DD522415A for ; Thu, 2 Mar 2017 22:14:45 +0000 (UTC) Date: Thu, 2 Mar 2017 22:14:45 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-15924) move ORC PPD failure message caused by a dynamic value to DEBUG level 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/HIVE-15924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15893136#comment-15893136 ] Sergey Shelukhin commented on HIVE-15924: ----------------------------------------- Ping? This appears to have stalled. > move ORC PPD failure message caused by a dynamic value to DEBUG level > --------------------------------------------------------------------- > > Key: HIVE-15924 > URL: https://issues.apache.org/jira/browse/HIVE-15924 > Project: Hive > Issue Type: Bug > Affects Versions: 2.2.0 > Reporter: Sergey Shelukhin > Assignee: Prasanth Jayachandran > Attachments: HIVE-15924.1.patch > > > Several WARN msgs are observed like below when running LLAP with default configurations > {code} > 2017-02-14T17:42:06,665 WARN [IO-Elevator-Thread-8 (1484282558103_6753_2_05_000030_2)] impl.RecordReaderImpl: IllegalStateException when evaluating predicate. Skipping ORC PPD. Exception: Failed to retrieve dynamic value for RS_19_store_ss_store_sk_min StatsType: Long PredicateType: null > 2017-02-14T17:42:06,665 WARN [IO-Elevator-Thread-3 (1484282558103_6753_2_05_000057_0)] impl.RecordReaderImpl: IllegalStateException when evaluating predicate. Skipping ORC PPD. Exception: Failed to retrieve dynamic value for RS_19_store_ss_store_sk_min StatsType: Long PredicateType: null > 2017-02-14T17:42:06,665 WARN [IO-Elevator-Thread-8 (1484282558103_6753_2_05_000030_2)] impl.RecordReaderImpl: IllegalStateException when evaluating predicate. Skipping ORC PPD. Exception: Failed to retrieve dynamic value for RS_13_item_ss_item_sk_min StatsType: Long PredicateType: null > 2017-02-14T17:42:06,665 WARN [IO-Elevator-Thread-3 (1484282558103_6753_2_05_000057_0)] impl.RecordReaderImpl: IllegalStateException when evaluating predicate. Skipping ORC PPD. Exception: Failed to retrieve dynamic value for RS_13_item_ss_item_sk_min StatsType: Long PredicateType: null > 2017-02-14T17:42:06,665 WARN [IO-Elevator-Thread-8 (1484282558103_6753_2_05_000030_2)] impl.RecordReaderImpl: IllegalStateException when evaluating predicate. Skipping ORC PPD. Exception: Failed to retrieve dynamic value for RS_19_store_ss_store_sk_min StatsType: Long PredicateType: null > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)