[ https://issues.apache.org/jira/browse/HIVE-20415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16852689#comment-16852689 ]
Hive QA commented on HIVE-20415: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12970388/HIVE-20415.1-branch-1.patch {color:red}ERROR:{color} -1 due to build exiting with an error Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/17363/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/17363/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-17363/ 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' 2019-05-31 05:46:31.384 + [[ -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-17363/source-prep.txt + [[ false == \t\r\u\e ]] + mkdir -p maven ivy + [[ git = \s\v\n ]] + [[ git = \g\i\t ]] + [[ -z branch-1 ]] + [[ -d apache-github-branch-1-source ]] + [[ ! -d apache-github-branch-1-source/.git ]] + [[ ! -d apache-github-branch-1-source ]] + date '+%Y-%m-%d %T.%3N' 2019-05-31 05:46:31.453 + cd apache-github-branch-1-source + git fetch origin >From https://github.com/apache/hive db72a86..7fecb6f branch-1 -> origin/branch-1 a457012..fd2f7c8 branch-2 -> origin/branch-2 2fe5186..9945e1e branch-2.3 -> origin/branch-2.3 1ce6c7c..31a417e branch-3 -> origin/branch-3 5909c6e..a354bed branch-3.0 -> origin/branch-3.0 c39b5d1..5f43c55 branch-3.1 -> origin/branch-3.1 e8b87bf..c280615 master -> origin/master 8151911..750daa4 master-tez092 -> origin/master-tez092 * [new tag] rel/release-2.3.4 -> rel/release-2.3.4 * [new tag] rel/release-2.3.5 -> rel/release-2.3.5 * [new tag] rel/release-3.1.1 -> rel/release-3.1.1 * [new tag] release-2.3.5-rc0 -> release-2.3.5-rc0 + git reset --hard HEAD HEAD is now at db72a86 HIVE-18836 : backport HIVE-17600 to hive 1 (Sergey Shelukhin, reviewed by Prasanth Jayachandran) + git clean -f -d + git checkout branch-1 Already on 'branch-1' Your branch is behind 'origin/branch-1' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) + git reset --hard origin/branch-1 HEAD is now at 7fecb6f HIVE-20756 : Disable SARG leaf creation for date column until ORC-135 (Chiran Ravani, reviewed by Sergey Shelukhin and Prasanth Jayachandran) + git merge --ff-only origin/branch-1 Already up-to-date. + date '+%Y-%m-%d %T.%3N' 2019-05-31 05:46:57.818 + rm -rf ../yetus_PreCommit-HIVE-Build-17363 + mkdir ../yetus_PreCommit-HIVE-Build-17363 + git gc + cp -R . ../yetus_PreCommit-HIVE-Build-17363 + mkdir /data/hiveptest/logs/PreCommit-HIVE-Build-17363/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/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezSessionPoolManager.java: does not exist in index Going to apply patch with: git apply -p1 + [[ maven == \m\a\v\e\n ]] + rm -rf /data/hiveptest/working/maven/org/apache/hive + mvn -B clean install -DskipTests -T 4 -q -Dmaven.repo.local=/data/hiveptest/working/maven -Phadoop-2 [ERROR] Failed to execute goal on project hive-hcatalog: Could not resolve dependencies for project org.apache.hive.hcatalog:hive-hcatalog:pom:1.3.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.curator:curator-framework:jar:2.6.0, org.apache.curator:curator-client:jar:2.6.0: Could not find artifact org.apache.curator:curator-framework:jar:2.6.0 in datanucleus (http://www.datanucleus.org/downloads/maven2) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :hive-hcatalog + result=1 + '[' 1 -ne 0 ']' + rm -rf yetus_PreCommit-HIVE-Build-17363 + exit 1 ' {noformat} This message is automatically generated. ATTACHMENT ID: 12970388 - PreCommit-HIVE-Build > Hive1: Tez Session failed to return if background thread is interrupted > ----------------------------------------------------------------------- > > Key: HIVE-20415 > URL: https://issues.apache.org/jira/browse/HIVE-20415 > Project: Hive > Issue Type: Bug > Affects Versions: 1.2.1 > Reporter: Rajkumar Singh > Assignee: Rajkumar Singh > Priority: Major > Attachments: HIVE-20415.1-branch-1.patch > > > user canceled the query which interrupts the background thread, because of > this interrupt background thread fail to put the session back to the pool. > {code} > 2018-08-14 15:55:27,581 ERROR exec.Task (TezTask.java:execute(226)) - Failed > to execute tez graph. > java.lang.InterruptedException > at > java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220) > at > java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:335) > at > java.util.concurrent.ArrayBlockingQueue.put(ArrayBlockingQueue.java:350) > at > org.apache.hadoop.hive.ql.exec.tez.TezSessionPoolManager.returnSession(TezSessionPoolManager.java:176) > {code} > we need a similar fix as HIVE-15731 -- This message was sent by Atlassian JIRA (v7.6.3#76005)