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

Hadoop QA commented on HBASE-13398:
-----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12731175/HBASE-13398.02.patch
  against master branch at commit 11b76732c0ec80a2cccbe7937440bd107e577c8b.
  ATTACHMENT ID: 12731175

    {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 patch that doesn't require tests.

    {color:green}+1 hadoop versions{color}. The patch compiles with all 
supported hadoop versions (2.4.1 2.5.2 2.6.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:
    +When a work load increases on a cluster due to multiple users or user 
requests, the system needs to prioritize the users or the user requests for a 
smooth operation. 
+This is handled by the HBase quota feature. The quota allows the admin to 
limit the number of tables, regions, or request in a system.
+By default the quota function is disabled. To enable the quota, change the 
value of parameter `hbase.quota.enabled` to `true` in _hbase-site.xml_ file for 
all HMaster and HRegionServer machines.
+By default quota setting cache refresh time period 
`'hbase.quota.refresh.period'` is set to 5*60000(5 mins). Which means a user 
has to wait for maximum of 5 mins to get his quota settings updated.
+Request Number Quota reserves the number of requests that is allowed to 
execute on a particular table or namespace in any given time by a user or users 
with similar name. 
+Request size quota reserves the size of the requests that is allowed to 
execute on a particular table or a namespace in any given time by a user or 
users with similar name.  
+The valid size units are B(byte), K(kilobyte), M(megabyte), G(gigabyte), 
T(terabyte), and P(petabyte).

  {color:green}+1 site{color}.  The mvn site goal succeeds with this patch.

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

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

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

This message is automatically generated.

> Document HBase Quota
> --------------------
>
>                 Key: HBASE-13398
>                 URL: https://issues.apache.org/jira/browse/HBASE-13398
>             Project: HBase
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Ashish Singhi
>            Assignee: Gururaj Shetty
>         Attachments: HBASE-13398.01.patch, HBASE-13398.02.patch
>
>
> As part of this we should document HBASE-11598 and HBASE-8410



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to