[ 
https://issues.apache.org/jira/browse/HIVE-20274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16566398#comment-16566398
 ] 

Hive QA commented on HIVE-20274:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12933985/HIVE-20274.2.patch

{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 9 failed/errored test(s), 14842 tests 
executed
*Failed tests:*
{noformat}
org.apache.hive.minikdc.TestJdbcWithDBTokenStore.testCancelRenewTokenFlow 
(batchId=264)
org.apache.hive.minikdc.TestJdbcWithDBTokenStore.testConnection (batchId=264)
org.apache.hive.minikdc.TestJdbcWithDBTokenStore.testIsValid (batchId=264)
org.apache.hive.minikdc.TestJdbcWithDBTokenStore.testIsValidNeg (batchId=264)
org.apache.hive.minikdc.TestJdbcWithDBTokenStore.testNegativeProxyAuth 
(batchId=264)
org.apache.hive.minikdc.TestJdbcWithDBTokenStore.testNegativeTokenAuth 
(batchId=264)
org.apache.hive.minikdc.TestJdbcWithDBTokenStore.testProxyAuth (batchId=264)
org.apache.hive.minikdc.TestJdbcWithDBTokenStore.testRenewDelegationToken 
(batchId=264)
org.apache.hive.minikdc.TestJdbcWithDBTokenStore.testTokenAuth (batchId=264)
{noformat}

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/12994/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/12994/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-12994/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 9 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12933985 - PreCommit-HIVE-Build

> HiveServer2 ObjectInspectorFactory leaks for Struct and List object inspectors
> ------------------------------------------------------------------------------
>
>                 Key: HIVE-20274
>                 URL: https://issues.apache.org/jira/browse/HIVE-20274
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2
>    Affects Versions: 3.0.0, 4.0.0
>            Reporter: Gopal V
>            Assignee: Prasanth Jayachandran
>            Priority: Major
>         Attachments: HIVE-20274.1.patch, HIVE-20274.2.patch
>
>
> Fix in HIVE-19860 needs to be applied to 
> {code}
>   static ConcurrentHashMap<ObjectInspector, StandardListObjectInspector>
>       cachedStandardListObjectInspector = new 
> ConcurrentHashMap<ObjectInspector, StandardListObjectInspector>();
> ...
>   static ConcurrentHashMap<ArrayList<List<?>>, StandardStructObjectInspector> 
> cachedStandardStructObjectInspector =
>       new ConcurrentHashMap<ArrayList<List<?>>, 
> StandardStructObjectInspector>();
> ...
>   static ConcurrentHashMap<ArrayList<Object>, ColumnarStructObjectInspector> 
> cachedColumnarStructObjectInspector =
>       new ConcurrentHashMap<ArrayList<Object>, 
> ColumnarStructObjectInspector>();
> {code}
> And possibly for 
> {code}
>   static ConcurrentHashMap<Type, ObjectInspector> objectInspectorCache = new 
> ConcurrentHashMap<Type, ObjectInspector>();
> ...
> {code}



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

Reply via email to