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

Hudson commented on HBASE-15897:
--------------------------------

FAILURE: Integrated in HBase-Trunk_matrix #959 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/959/])
HBASE-15897 Fix a wrong comment about QOS order (stack: rev 
47176049f86295c5384442b2947ebd9e30298b02)
* hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java


> Fix a wrong comment about QOS order
> -----------------------------------
>
>                 Key: HBASE-15897
>                 URL: https://issues.apache.org/jira/browse/HBASE-15897
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Youngjoon Kim
>            Priority: Trivial
>             Fix For: 2.0.0
>
>         Attachments: HBASE-15897.patch
>
>
> The following comment is wrong.
> It should be 'normal_QOS < replication_QOS < replay_QOS < QOS_threshold < 
> admin_QOS < high_QOS'
> {code:title=hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java}
> // normal_QOS < QOS_threshold < replication_QOS < replay_QOS < admin_QOS < 
> high_QOS
> public static final int NORMAL_QOS = 0;
> public static final int QOS_THRESHOLD = 10;
> public static final int HIGH_QOS = 200;
> public static final int REPLICATION_QOS = 5;
> public static final int REPLAY_QOS = 6;
> public static final int ADMIN_QOS = 100;
> public static final int SYSTEMTABLE_QOS = HIGH_QOS;
> {code}



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

Reply via email to