[jira] [Updated] (HIVE-15924) move ORC PPD failure message caused by a dynamic value to DEBUG level

2017-03-02 Thread Prasanth Jayachandran (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-15924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prasanth Jayachandran updated HIVE-15924:
-
Resolution: Won't Fix
Status: Resolved  (was: Patch Available)

This is not going into master. As Orc is now out of hive and this issue is 
tracked in ORC-148. Closing this as Won't Fix. 

> 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_30_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_57_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_30_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_57_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_30_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)


[jira] [Updated] (HIVE-15924) move ORC PPD failure message caused by a dynamic value to DEBUG level

2017-02-23 Thread Sergey Shelukhin (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-15924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shelukhin updated HIVE-15924:

Status: Patch Available  (was: Open)

> 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_30_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_57_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_30_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_57_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_30_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)


[jira] [Updated] (HIVE-15924) move ORC PPD failure message caused by a dynamic value to DEBUG level

2017-02-14 Thread Prasanth Jayachandran (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-15924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prasanth Jayachandran updated HIVE-15924:
-
Attachment: HIVE-15924.1.patch

Attaching patch for branch-2.x. 

> 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_30_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_57_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_30_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_57_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_30_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)