Apache-HBase commented on pull request #3073:
URL: https://github.com/apache/hbase/pull/3073#issuecomment-803232395


   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | +0 :ok: |  reexec  |   0m 34s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files 
found.  |
   | +1 :green_heart: |  hbaseanti  |   0m  0s |  Patch does not have any 
anti-patterns.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any 
@author tags.  |
   ||| _ branch-2 Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 17s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   3m 34s |  branch-2 passed  |
   | +1 :green_heart: |  compile  |   4m  6s |  branch-2 passed  |
   | +1 :green_heart: |  checkstyle  |   1m 47s |  branch-2 passed  |
   | +1 :green_heart: |  spotbugs  |   3m 13s |  branch-2 passed  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 13s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   3m 21s |  the patch passed  |
   | +1 :green_heart: |  compile  |   4m 13s |  the patch passed  |
   | +1 :green_heart: |  javac  |   4m 13s |  the patch passed  |
   | -0 :warning: |  checkstyle  |   0m 34s |  hbase-client: The patch 
generated 1 new + 114 unchanged - 4 fixed = 115 total (was 118)  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace 
issues.  |
   | +1 :green_heart: |  hadoopcheck  |  11m 54s |  Patch does not cause any 
errors with Hadoop 3.1.2 3.2.1.  |
   | -1 :x: |  spotbugs  |   1m 22s |  hbase-client generated 6 new + 0 
unchanged - 0 fixed = 6 total (was 0)  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m 27s |  The patch does not generate 
ASF License warnings.  |
   |  |   |  46m 56s |   |
   
   
   | Reason | Tests |
   |-------:|:------|
   | FindBugs | module:hbase-client |
   |  |  Potentially ambiguous invocation of either an outer or inherited 
method org.apache.hadoop.hbase.client.NoncedRegionServerCallable.getNonce() in 
org.apache.hadoop.hbase.client.HTable$5.rpcCall()  At HTable.java:an outer or 
inherited method 
org.apache.hadoop.hbase.client.NoncedRegionServerCallable.getNonce() in 
org.apache.hadoop.hbase.client.HTable$5.rpcCall()  At HTable.java:[line 616] |
   |  |  Potentially ambiguous invocation of either an outer or inherited 
method 
org.apache.hadoop.hbase.client.NoncedRegionServerCallable.getNonceGroup() in 
org.apache.hadoop.hbase.client.HTable$5.rpcCall()  At HTable.java:an outer or 
inherited method 
org.apache.hadoop.hbase.client.NoncedRegionServerCallable.getNonceGroup() in 
org.apache.hadoop.hbase.client.HTable$5.rpcCall()  At HTable.java:[line 616] |
   |  |  Potentially ambiguous invocation of either an outer or inherited 
method org.apache.hadoop.hbase.client.NoncedRegionServerCallable.getNonce() in 
org.apache.hadoop.hbase.client.HTable$6.rpcCall()  At HTable.java:an outer or 
inherited method 
org.apache.hadoop.hbase.client.NoncedRegionServerCallable.getNonce() in 
org.apache.hadoop.hbase.client.HTable$6.rpcCall()  At HTable.java:[line 635] |
   |  |  Potentially ambiguous invocation of either an outer or inherited 
method 
org.apache.hadoop.hbase.client.NoncedRegionServerCallable.getNonceGroup() in 
org.apache.hadoop.hbase.client.HTable$6.rpcCall()  At HTable.java:an outer or 
inherited method 
org.apache.hadoop.hbase.client.NoncedRegionServerCallable.getNonceGroup() in 
org.apache.hadoop.hbase.client.HTable$6.rpcCall()  At HTable.java:[line 635] |
   |  |  Potentially ambiguous invocation of either an outer or inherited 
method org.apache.hadoop.hbase.client.NoncedRegionServerCallable.getNonce() in 
org.apache.hadoop.hbase.client.HTable$7.rpcCall()  At HTable.java:an outer or 
inherited method 
org.apache.hadoop.hbase.client.NoncedRegionServerCallable.getNonce() in 
org.apache.hadoop.hbase.client.HTable$7.rpcCall()  At HTable.java:[line 674] |
   |  |  Potentially ambiguous invocation of either an outer or inherited 
method 
org.apache.hadoop.hbase.client.NoncedRegionServerCallable.getNonceGroup() in 
org.apache.hadoop.hbase.client.HTable$7.rpcCall()  At HTable.java:an outer or 
inherited method 
org.apache.hadoop.hbase.client.NoncedRegionServerCallable.getNonceGroup() in 
org.apache.hadoop.hbase.client.HTable$7.rpcCall()  At HTable.java:[line 674] |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: 
https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3073/1/artifact/yetus-general-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/3073 |
   | Optional Tests | dupname asflicense javac spotbugs hadoopcheck hbaseanti 
checkstyle compile |
   | uname | Linux 548fa0c3290a 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 
16:55:30 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2 / ed8b72627d |
   | Default Java | AdoptOpenJDK-1.8.0_282-b08 |
   | checkstyle | 
https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3073/1/artifact/yetus-general-check/output/diff-checkstyle-hbase-client.txt
 |
   | spotbugs | 
https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3073/1/artifact/yetus-general-check/output/new-spotbugs-hbase-client.html
 |
   | Max. process+thread count | 96 (vs. ulimit of 12500) |
   | modules | C: hbase-client hbase-server U: . |
   | Console output | 
https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3073/1/console
 |
   | versions | git=2.17.1 maven=3.6.3 spotbugs=4.2.2 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to