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

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/12747608/HBASE-14162-branch-1.patch
  against branch-1 branch at commit d2fbaf267e9388ea7ad51f0b9548dab75c9e6945.
  ATTACHMENT ID: 12747608

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    {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:red}-1 lineLengths{color}.  The patch introduces the following lines 
longer than 100:
    +    lastComparison = 
Boolean.valueOf(isSetBloomFilterType()).compareTo(other.isSetBloomFilterType());
+    lastComparison = 
Boolean.valueOf(isSetBloomFilterVectorSize()).compareTo(other.isSetBloomFilterVectorSize());
+    lastComparison = 
Boolean.valueOf(isSetBloomFilterNbHashes()).compareTo(other.isSetBloomFilterNbHashes());
+    lastComparison = 
Boolean.valueOf(isSetBlockCacheEnabled()).compareTo(other.isSetBlockCacheEnabled());
+          iface.mutateRowTs(args.tableName, args.row, args.mutations, 
args.timestamp, args.attributes);
+          result.success = iface.scannerOpen(args.tableName, args.startRow, 
args.columns, args.attributes);
+          result.success = iface.scannerOpenWithStop(args.tableName, 
args.startRow, args.stopRow, args.columns, args.attributes);
+          result.success = iface.scannerOpenWithPrefix(args.tableName, 
args.startAndPrefix, args.columns, args.attributes);
+          result.success = iface.scannerOpenTs(args.tableName, args.startRow, 
args.columns, args.timestamp, args.attributes);
+          result.success = iface.scannerOpenWithStopTs(args.tableName, 
args.startRow, args.stopRow, args.columns, args.timestamp, args.attributes);

  {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.master.procedure.TestWALProcedureStoreOnHDFS

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/14912//testReport/
Release Findbugs (version 2.0.3)        warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/14912//artifact/patchprocess/newFindbugsWarnings.html
Checkstyle Errors: 
https://builds.apache.org/job/PreCommit-HBASE-Build/14912//artifact/patchprocess/checkstyle-aggregate.html

  Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/14912//console

This message is automatically generated.

> 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-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)

Reply via email to