[
https://issues.apache.org/jira/browse/HIVE-19860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16511652#comment-16511652
]
Hive QA commented on HIVE-19860:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12927501/HIVE-19860.patch
{color:red}ERROR:{color} -1 due to build exiting with an error
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/11762/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/11762/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-11762/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Tests exited with: NonZeroExitCodeException
Command 'bash /data/hiveptest/working/scratch/source-prep.sh' failed with exit
status 1 and output '+ date '+%Y-%m-%d %T.%3N'
2018-06-13 20:57:06.674
+ [[ -n /usr/lib/jvm/java-8-openjdk-amd64 ]]
+ export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
+ JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
+ export
PATH=/usr/lib/jvm/java-8-openjdk-amd64/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+
PATH=/usr/lib/jvm/java-8-openjdk-amd64/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+ export 'ANT_OPTS=-Xmx1g -XX:MaxPermSize=256m '
+ ANT_OPTS='-Xmx1g -XX:MaxPermSize=256m '
+ export 'MAVEN_OPTS=-Xmx1g '
+ MAVEN_OPTS='-Xmx1g '
+ cd /data/hiveptest/working/
+ tee /data/hiveptest/logs/PreCommit-HIVE-Build-11762/source-prep.txt
+ [[ false == \t\r\u\e ]]
+ mkdir -p maven ivy
+ [[ git = \s\v\n ]]
+ [[ git = \g\i\t ]]
+ [[ -z master ]]
+ [[ -d apache-github-source-source ]]
+ [[ ! -d apache-github-source-source/.git ]]
+ [[ ! -d apache-github-source-source ]]
+ date '+%Y-%m-%d %T.%3N'
2018-06-13 20:57:06.677
+ cd apache-github-source-source
+ git fetch origin
>From https://github.com/apache/hive
b9bfbdd..5050a40 master -> origin/master
4836f82..97bd88c branch-3 -> origin/branch-3
+ git reset --hard HEAD
HEAD is now at b9bfbdd HIVE-19851: upgrade jQuery version (Prasanth
Jayachandran reviewed by Thejas Nair)
+ git clean -f -d
+ git checkout master
Already on 'master'
Your branch is behind 'origin/master' by 2 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
+ git reset --hard origin/master
HEAD is now at 5050a40 HIVE-19872: hive-schema-3.1.0.hive.sql is missing on
master and branch-3 (Daniel Dai, reviewed by Thejas Nair)
+ git merge --ff-only origin/master
Already up-to-date.
+ date '+%Y-%m-%d %T.%3N'
2018-06-13 20:57:08.443
+ rm -rf ../yetus_PreCommit-HIVE-Build-11762
+ mkdir ../yetus_PreCommit-HIVE-Build-11762
+ git gc
+ cp -R . ../yetus_PreCommit-HIVE-Build-11762
+ mkdir /data/hiveptest/logs/PreCommit-HIVE-Build-11762/yetus
+ patchCommandPath=/data/hiveptest/working/scratch/smart-apply-patch.sh
+ patchFilePath=/data/hiveptest/working/scratch/build.patch
+ [[ -f /data/hiveptest/working/scratch/build.patch ]]
+ chmod +x /data/hiveptest/working/scratch/smart-apply-patch.sh
+ /data/hiveptest/working/scratch/smart-apply-patch.sh
/data/hiveptest/working/scratch/build.patch
error:
a/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/ObjectInspectorFactory.java:
does not exist in index
error: patch failed:
serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/ObjectInspectorFactory.java:28
Falling back to three-way merge...
Applied patch to
'serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/ObjectInspectorFactory.java'
with conflicts.
Going to apply patch with: git apply -p1
error: patch failed:
serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/ObjectInspectorFactory.java:28
Falling back to three-way merge...
Applied patch to
'serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/ObjectInspectorFactory.java'
with conflicts.
U
serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/ObjectInspectorFactory.java
+ result=1
+ '[' 1 -ne 0 ']'
+ rm -rf yetus_PreCommit-HIVE-Build-11762
+ exit 1
'
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12927501 - PreCommit-HIVE-Build
> HiveServer2 ObjectInspectorFactory memory leak with
> cachedUnionStructObjectInspector
> ------------------------------------------------------------------------------------
>
> Key: HIVE-19860
> URL: https://issues.apache.org/jira/browse/HIVE-19860
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2
> Affects Versions: 2.1.0
> Environment: hiveserver2 Interactive with LLAP.
> Reporter: Rajkumar Singh
> Assignee: Rajkumar Singh
> Priority: Major
> Attachments: HIVE-19860.patch, Screen Shot 2018-06-11 at 2.01.00
> PM.png
>
>
> hiveserver2 is start seeing the memory pressure once the
> cachedUnionStructObjectInspector start going
> [https://github.com/apache/hive/blob/master/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/ObjectInspectorFactory.java#L345]
> I did not see any eviction policy for cachedUnionStructObjectInspector, so we
> should implement some size or time-based eviction policy.
> !Screen Shot 2018-06-11 at 2.01.00 PM.png!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)