You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2018/04/26 18:50:00 UTC

[jira] [Updated] (HIVE-19322) broken test: TestNegativeMinimrCliDriver#testCliDriver[minimr_broken_pipe]

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

Eugene Koifman updated HIVE-19322:
----------------------------------
    Description: 
this is apparently caused by HIVE-18739, specifically changing

{{private static ThreadLocal<SessionStates> tss}} in {{SessionState}} to {{private static InheritableThreadLocal<SessionStates> tss}}

need to figure out why this is.  

Looks like
TestNegativeMinimrCliDriver -Dqfile=mapreduce_stack_trace_turnoff.q,mapreduce_stack_trace.q,cluster_tasklog_retrieval.q
are also broken by this


  was:
this is apparently caused by HIVE-18739, specifically changing

{{private static ThreadLocal<SessionStates> tss}} in {{SessionState}} to {{private static InheritableThreadLocal<SessionStates> tss}}

need to figure out why this is.  



> broken test: TestNegativeMinimrCliDriver#testCliDriver[minimr_broken_pipe]
> --------------------------------------------------------------------------
>
>                 Key: HIVE-19322
>                 URL: https://issues.apache.org/jira/browse/HIVE-19322
>             Project: Hive
>          Issue Type: Bug
>          Components: Test, Transactions
>    Affects Versions: 3.0.0
>            Reporter: Eugene Koifman
>            Assignee: Eugene Koifman
>            Priority: Major
>
> this is apparently caused by HIVE-18739, specifically changing
> {{private static ThreadLocal<SessionStates> tss}} in {{SessionState}} to {{private static InheritableThreadLocal<SessionStates> tss}}
> need to figure out why this is.  
> Looks like
> TestNegativeMinimrCliDriver -Dqfile=mapreduce_stack_trace_turnoff.q,mapreduce_stack_trace.q,cluster_tasklog_retrieval.q
> are also broken by this



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)