[
https://issues.apache.org/jira/browse/HBASE-14162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14647419#comment-14647419
]
Hadoop QA commented on HBASE-14162:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12747936/HBASE-14162_v2.patch
against master branch at commit 5f1129c799e9c273dfd58a7fc87d5e654061607b.
ATTACHMENT ID: 12747936
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+0 tests included{color}. The patch appears to be a
documentation, build,
or dev-support patch that doesn't require tests.
{color:green}+1 hadoop versions{color}. The patch compiles with all
supported hadoop versions (2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.0 2.7.0)
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 protoc{color}. The applied patch does not increase the
total number of protoc compiler warnings.
{color:green}+1 javadoc{color}. The javadoc tool did not generate any
warning messages.
{color:green}+1 checkstyle{color}. The applied patch does not increase the
total number of checkstyle errors
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 lineLengths{color}. The patch does not introduce lines
longer than 100
{color:green}+1 site{color}. The mvn post-site goal succeeds with this patch.
{color:red}-1 core tests{color}. The patch failed these unit tests:
org.apache.hadoop.hbase.TestJMXListener
{color:red}-1 core zombie tests{color}. There are 4 zombie test(s):
at
org.apache.hadoop.hbase.wal.TestWALSplit.testTrailingGarbageCorruptionLogFileSkipErrorsFalseThrows(TestWALSplit.java:582)
at
org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanBase.testScan(TestTableInputFormatScanBase.java:243)
at
org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan2.testScanOPPToEmpty(TestTableInputFormatScan2.java:71)
at
org.apache.hadoop.hbase.mapreduce.TestTableMapReduceBase.testCombiner(TestTableMapReduceBase.java:106)
at
org.apache.hadoop.hbase.wal.TestWALSplit.testMiddleGarbageCorruptionSkipErrorsReadsHalfOfFile(TestWALSplit.java:509)
Test results:
https://builds.apache.org/job/PreCommit-HBASE-Build/14933//testReport/
Release Findbugs (version 2.0.3) warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/14933//artifact/patchprocess/newFindbugsWarnings.html
Checkstyle Errors:
https://builds.apache.org/job/PreCommit-HBASE-Build/14933//artifact/patchprocess/checkstyle-aggregate.html
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/14933//console
This message is automatically generated.
> Fixing maven target for regenerating thrift classes fails against 0.9.2
> -----------------------------------------------------------------------
>
> Key: HBASE-14162
> URL: https://issues.apache.org/jira/browse/HBASE-14162
> Project: HBase
> Issue Type: Bug
> Components: build, Thrift
> Affects Versions: 2.0.0, 1.3.0
> Reporter: Sean Busbey
> Assignee: Srikanth Srungarapu
> Priority: Blocker
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-14162-branch-1.patch, HBASE-14162.patch,
> HBASE-14162_v2.patch
>
>
> HBASE-14045 updated the thrift version, but our enforcer rule is still
> checking 0.9.0.
> {code}
> $ git checkout master
> Switched to branch 'master'
> Your branch is up-to-date with 'origin/master'.
> $ mvn compile -Pcompile-thrift -DskipTests
> [INFO] Scanning for projects...
> ... SNIP ...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building HBase - Thrift 2.0.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce) @ hbase-thrift ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-thrift-version) @
> hbase-thrift ---
> [WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireProperty failed
> with message:
> -
> -
> [FATAL]
> ==========================================================================================
> [FATAL] HBase Thrift requires the thrift generator version 0.9.0.
> [FATAL] Setting it to something else needs to be reviewed for wire and
> behavior compatibility.
> [FATAL]
> ==========================================================================================
> -
> -
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] HBase .............................................. SUCCESS [ 2.897
> s]
> [INFO] HBase - Checkstyle ................................. SUCCESS [ 0.554
> s]
> [INFO] HBase - Annotations ................................ SUCCESS [ 0.940
> s]
> [INFO] HBase - Protocol ................................... SUCCESS [ 15.454
> s]
> [INFO] HBase - Common ..................................... SUCCESS [ 8.984
> s]
> [INFO] HBase - Procedure .................................. SUCCESS [ 1.982
> s]
> [INFO] HBase - Client ..................................... SUCCESS [ 6.805
> s]
> [INFO] HBase - Hadoop Compatibility ....................... SUCCESS [ 0.202
> s]
> [INFO] HBase - Hadoop Two Compatibility ................... SUCCESS [ 1.393
> s]
> [INFO] HBase - Prefix Tree ................................ SUCCESS [ 1.233
> s]
> [INFO] HBase - Server ..................................... SUCCESS [ 13.841
> s]
> [INFO] HBase - Testing Util ............................... SUCCESS [ 2.979
> s]
> [INFO] HBase - Thrift ..................................... FAILURE [ 0.234
> s]
> [INFO] HBase - Shell ...................................... SKIPPED
> [INFO] HBase - Integration Tests .......................... SKIPPED
> [INFO] HBase - Examples ................................... SKIPPED
> [INFO] HBase - Rest ....................................... SKIPPED
> [INFO] HBase - Assembly ................................... SKIPPED
> [INFO] HBase - Shaded ..................................... SKIPPED
> [INFO] HBase - Shaded - Client ............................ SKIPPED
> [INFO] HBase - Shaded - Server ............................ SKIPPED
> [INFO] Apache HBase - Spark ............................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 01:00 min
> [INFO] Finished at: 2015-07-28T12:36:15-05:00
> [INFO] Final Memory: 84M/1038M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce
> (enforce-thrift-version) on project hbase-thrift: Some Enforcer rules have
> failed. Look above for specific messages explaining why the rule failed. ->
> [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/MojoExecutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR] mvn <goals> -rf :hbase-thrift
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)