[
https://issues.apache.org/jira/browse/HBASE-16803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15566373#comment-15566373
]
Ted Yu commented on HBASE-16803:
--------------------------------
Here is excerpt from:
https://builds.apache.org/job/PreCommit-HBASE-Build/3943/console
| Vote | Subsystem | Runtime | Comment
============================================================================
| 0 | reexec | 0m 17s | Docker mode activated.
| 0 | patch | 0m 2s | The patch file was not named according
| | | | to hbase's naming conventions. Please
| | | | see
| | | |
https://yetus.apache.org/documentation/0.
| | | | 3.0/precommit-patchnames for
| | | | instructions.
| +1 | @author | 0m 0s | The patch does not contain any @author
| | | | tags.
| -1 | test4tests | 0m 0s | 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.
| +1 | mvninstall | 4m 14s | master passed
| +1 | compile | 0m 40s | master passed
| +1 | checkstyle | 0m 51s | master passed
| +1 | mvneclipse | 0m 16s | master passed
| +1 | findbugs | 2m 0s | master passed
| +1 | javadoc | 0m 29s | master passed
| +1 | mvninstall | 0m 55s | the patch passed
| +1 | compile | 0m 43s | the patch passed
| +1 | javac | 0m 43s | the patch passed
| +1 | checkstyle | 0m 52s | the patch passed
| +1 | mvneclipse | 0m 15s | the patch passed
| +1 | whitespace | 0m 0s | The patch has no whitespace issues.
| +1 | hadoopcheck | 27m 48s | Patch does not cause any errors with
| | | | Hadoop 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2
| | | | 2.6.1 2.6.2 2.6.3 2.7.1.
| +1 | hbaseprotoc | 0m 11s | the patch passed
| +1 | findbugs | 1m 52s | the patch passed
| +1 | javadoc | 0m 26s | the patch passed
| -1 | unit | 76m 51s | hbase-server in the patch failed.
| +1 | asflicense | 0m 14s | The patch does not generate ASF License
| | | | warnings.
| | | 119m 14s |
Reason | Tests
Timed out junit tests | org.apache.hadoop.hbase.client.TestFromClientSide
| org.apache.hadoop.hbase.client.TestScannerTimeout
|
org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientWithRegionReplicas
|
org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClient
|
org.apache.hadoop.hbase.client.TestMobSnapshotCloneIndependence
|| Subsystem || Report/Notes ||
============================================================================
| Docker | Client=1.11.2 Server=1.11.2 Image:yetus/hbase:7bda515 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12832687/16803.v2.txt |
| JIRA Issue | HBASE-16803 |
| Optional Tests | asflicense javac javadoc unit findbugs hadoopcheck
hbaseanti checkstyle compile |
| uname | Linux 63aeab47c691 3.13.0-92-generic #139-Ubuntu SMP Tue Jun 28
20:42:26 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality |
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build@2/component/dev-support/hbase-personality.sh
|
| git revision | master / 9d304d3 |
| Default Java | 1.8.0_101 |
| findbugs | v3.0.0 |
| unit | /testptch/patchprocess/patch-unit-hbase-server.txt |
| unit test logs | /testptch/patchprocess/patch-unit-hbase-server.txt |
| Test Results |
https://builds.apache.org/job/PreCommit-HBASE-Build/3943/testReport/ |
| modules | C: hbase-server U: hbase-server |
| Console output |
https://builds.apache.org/job/PreCommit-HBASE-Build/3943/console |
| Powered by | Apache Yetus 0.3.0 http://yetus.apache.org |
> Make hbase:acl table unsplittable
> ---------------------------------
>
> Key: HBASE-16803
> URL: https://issues.apache.org/jira/browse/HBASE-16803
> Project: HBase
> Issue Type: Improvement
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 16803.v1.txt, 16803.v2.txt
>
>
> HBASE-16773 fixed a case where PriorityRpcServer handler threads are all
> occupied accessing hbase:acl table.
> However, the fix relies on the fact that there is single region in hbase:acl
> table so that the access can be local.
> As discussed at the end of HBASE-16773, we should disable split of hbase:acl
> table as well.
> hbase:meta is normally much larger than hbase:acl table and it has only one
> region.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)