[ https://issues.apache.org/jira/browse/HIVE-18415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16959383#comment-16959383 ]
Hive QA commented on HIVE-18415: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12983975/HIVE-18415.1.branch-3.patch {color:red}ERROR:{color} -1 due to build exiting with an error Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/19151/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/19151/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-19151/ 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-10-25 03:04:41.739 + [[ -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-19151/source-prep.txt + [[ false == \t\r\u\e ]] + mkdir -p maven ivy + [[ git = \s\v\n ]] + [[ git = \g\i\t ]] + [[ -z branch-3 ]] + [[ -d apache-github-source-source ]] + [[ ! -d apache-github-source-source/.git ]] + [[ ! -d apache-github-source-source ]] + date '+%Y-%m-%d %T.%3N' 2019-10-25 03:04:41.742 + cd apache-github-source-source + git fetch origin + git reset --hard HEAD HEAD is now at 1c189b6 HIVE-22315: Support Decimal64 column division with decimal64 scalar (Ramesh Kumar Thangarajan, reviewed by Gopal V) + git clean -f -d Removing standalone-metastore/metastore-server/src/gen/ + git checkout branch-3 Switched to branch 'branch-3' Your branch is up-to-date with 'origin/branch-3'. + git reset --hard origin/branch-3 HEAD is now at f90975a HIVE-22241: Implement UDF to interpret date/timestamp using its internal representation and Gregorian-Julian hybrid calendar (Jesus Camacho Rodriguez, reviewed by Adam Szita) + git merge --ff-only origin/branch-3 Already up-to-date. + date '+%Y-%m-%d %T.%3N' 2019-10-25 03:04:46.575 + rm -rf ../yetus_PreCommit-HIVE-Build-19151 + mkdir ../yetus_PreCommit-HIVE-Build-19151 + git gc + cp -R . ../yetus_PreCommit-HIVE-Build-19151 + mkdir /data/hiveptest/logs/PreCommit-HIVE-Build-19151/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/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreServerUtils.java: does not exist in index error: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreServerUtils.java: does not exist in index error: metastore-server/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreServerUtils.java: does not exist in index The patch does not appear to apply with p0, p1, or p2 + result=1 + '[' 1 -ne 0 ']' + rm -rf yetus_PreCommit-HIVE-Build-19151 + exit 1 ' {noformat} This message is automatically generated. ATTACHMENT ID: 12983975 - PreCommit-HIVE-Build > Lower "Updating Partition Stats" Logging Level > ---------------------------------------------- > > Key: HIVE-18415 > URL: https://issues.apache.org/jira/browse/HIVE-18415 > Project: Hive > Issue Type: Improvement > Components: Metastore > Affects Versions: 1.2.2, 2.2.0, 3.0.0, 2.3.2 > Reporter: David Mollitor > Assignee: David Mollitor > Priority: Trivial > Fix For: 4.0.0 > > Attachments: HIVE-18415.1.branch-3.patch, HIVE-18415.1.patch, > HIVE-18415.2.patch, HIVE-18415.3.patch, HIVE-18415.4.patch, > HIVE-18415.5.patch, HIVE-18415.6.patch > > > {code:title=org.apache.hadoop.hive.metastore.utils.MetaStoreUtils} > LOG.warn("Updating partition stats fast for: " + part.getTableName()); > ... > LOG.warn("Updated size to " + params.get(StatsSetupConst.TOTAL_SIZE)); > {code} > This logging produces many lines of WARN log messages in my log file and it's > not clear to me what the issue is here. Why is this a warning and how should > I respond to address this warning? > DEBUG is probably more appropriate for a utility class. Please lower. -- This message was sent by Atlassian Jira (v8.3.4#803005)