[ 
https://issues.apache.org/jira/browse/HBASE-15897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Youngjoon Kim updated HBASE-15897:
----------------------------------
    Status: Patch Available  (was: Open)

> 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
>         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