You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/05/23 21:59:04 UTC

[GitHub] [hbase] Apache-HBase commented on issue #251: HBASE-22114 Port HBASE-15560 (TinyLFU-based BlockCache) to branch-1

Apache-HBase commented on issue #251: HBASE-22114 Port HBASE-15560 (TinyLFU-based BlockCache) to branch-1
URL: https://github.com/apache/hbase/pull/251#issuecomment-495400341
 
 
   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | 0 | reexec | 48 | Docker mode activated. |
   ||| _ Prechecks _ |
   | 0 | findbugs | 1 | Findbugs executables are not available. |
   | -1 | hbaseanti | 0 |  The patch appears use Hadoop classification instead of HBase. |
   | +1 | @author | 0 | The patch does not contain any @author tags. |
   | +1 | test4tests | 0 | The patch appears to include 2 new or modified test files. |
   ||| _ branch-1 Compile Tests _ |
   | 0 | mvndep | 20 | Maven dependency ordering for branch |
   | +1 | mvninstall | 98 | branch-1 passed |
   | +1 | compile | 91 | branch-1 passed with JDK v1.8.0_212 |
   | +1 | compile | 88 | branch-1 passed with JDK v1.7.0_222 |
   | +1 | checkstyle | 431 | branch-1 passed |
   | 0 | refguide | 169 | branch has no errors when building the reference guide. See footer for rendered docs, which you should manually inspect. |
   | +1 | shadedjars | 164 | branch has no errors when building our shaded downstream artifacts. |
   | +1 | javadoc | 196 | branch-1 passed with JDK v1.8.0_212 |
   | +1 | javadoc | 299 | branch-1 passed with JDK v1.7.0_222 |
   ||| _ Patch Compile Tests _ |
   | 0 | mvndep | 11 | Maven dependency ordering for patch |
   | +1 | mvninstall | 97 | the patch passed |
   | -1 | compile | 8 | root in the patch failed with JDK v1.8.0_212. |
   | -1 | javac | 8 | root in the patch failed with JDK v1.8.0_212. |
   | +1 | compile | 90 | the patch passed with JDK v1.7.0_222 |
   | +1 | javac | 90 | the patch passed |
   | +1 | checkstyle | 9 | The patch passed checkstyle in hbase-resource-bundle |
   | +1 | checkstyle | 23 | The patch passed checkstyle in hbase-common |
   | +1 | checkstyle | 79 | hbase-server: The patch generated 0 new + 83 unchanged - 12 fixed = 83 total (was 95) |
   | +1 | checkstyle | 23 | The patch passed checkstyle in hbase-it |
   | +1 | checkstyle | 279 | root: The patch generated 0 new + 92 unchanged - 12 fixed = 92 total (was 104) |
   | -1 | checkstyle | 4 | The patch fails to run checkstyle in hbase-tinylfu-blockcache |
   | +1 | whitespace | 0 | The patch has no whitespace issues. |
   | -1 | xml | 0 | The patch has 5 ill-formed XML file(s). |
   | 0 | refguide | 157 | patch has no errors when building the reference guide. See footer for rendered docs, which you should manually inspect. |
   | +1 | shadedjars | 162 | patch has no errors when building our shaded downstream artifacts. |
   | +1 | hadoopcheck | 202 | Patch does not cause any errors with Hadoop 2.8.5 2.9.2. |
   | -1 | javadoc | 12 | hbase-it in the patch failed with JDK v1.8.0_212. |
   | -1 | javadoc | 7 | root in the patch failed with JDK v1.8.0_212. |
   | -1 | javadoc | 6 | hbase-tinylfu-blockcache in the patch failed with JDK v1.8.0_212. |
   | -1 | javadoc | 6 | hbase-tinylfu-blockcache in the patch failed with JDK v1.7.0_222. |
   ||| _ Other Tests _ |
   | -1 | unit | 8536 | root in the patch failed. |
   | +1 | asflicense | 128 | The patch does not generate ASF License warnings. |
   | | | 11921 | |
   
   
   | Reason | Tests |
   |-------:|:------|
   | XML | Parsing Error(s): |
   |   | hbase-common/src/main/resources/hbase-default.xml |
   |   | hbase-it/pom.xml |
   |   | hbase-resource-bundle/src/main/resources/supplemental-models.xml |
   |   | hbase-tinylfu-blockcache/pom.xml |
   |   | pom.xml |
   | Failed junit tests | hadoop.hbase.master.TestMasterOperationsForRegionReplicas |
   |   | hadoop.hbase.security.access.TestAccessController |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-251/1/artifact/out/Dockerfile |
   | GITHUB PR | https://github.com/apache/hbase/pull/251 |
   | Optional Tests |  dupname  asflicense  javac  javadoc  unit  findbugs  shadedjars  hadoopcheck  hbaseanti  checkstyle  compile  refguide  xml  |
   | uname | Linux 39231e81b3eb 3.13.0-153-generic #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | /testptch/patchprocess/precommit/personality/provided.sh |
   | git revision | branch-1 / b5d667c |
   | maven | version: Apache Maven 3.0.5 |
   | Default Java | 1.7.0_222 |
   | Multi-JDK versions |  /usr/lib/jvm/java-8-openjdk-amd64:1.8.0_212 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_222 |
   | refguide | https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-251/1/artifact/out/branch-site/book.html |
   | compile | https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-251/1/artifact/out/patch-compile-root-jdk1.8.0_212.txt |
   | javac | https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-251/1/artifact/out/patch-compile-root-jdk1.8.0_212.txt |
   | checkstyle | https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-251/1/artifact/out//testptch/patchprocess/maven-patch-checkstyle-hbase-tinylfu-blockcache.txt |
   | xml | https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-251/1/artifact/out/xml.txt |
   | refguide | https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-251/1/artifact/out/patch-site/book.html |
   | javadoc | https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-251/1/artifact/out/patch-javadoc-hbase-it-jdk1.8.0_212.txt |
   | javadoc | https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-251/1/artifact/out/patch-javadoc-root-jdk1.8.0_212.txt |
   | javadoc | https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-251/1/artifact/out/patch-javadoc-hbase-tinylfu-blockcache-jdk1.8.0_212.txt |
   | javadoc | https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-251/1/artifact/out/patch-javadoc-hbase-tinylfu-blockcache-jdk1.7.0_222.txt |
   | unit | https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-251/1/artifact/out/patch-unit-root.txt |
   |  Test Results | https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-251/1/testReport/ |
   | Max. process+thread count | 3718 (vs. ulimit of 10000) |
   | modules | C: hbase-resource-bundle hbase-common hbase-server hbase-it . hbase-tinylfu-blockcache U: . |
   | Console output | https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-251/1/console |
   | Powered by | Apache Yetus 0.9.0 http://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:
users@infra.apache.org


With regards,
Apache Git Services