You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2015/10/09 18:11:26 UTC

[jira] [Comment Edited] (PHOENIX-2317) Leverage round robin queue in HBase

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

James Taylor edited comment on PHOENIX-2317 at 10/9/15 4:10 PM:
----------------------------------------------------------------

To use, the following property must be set on all of the HBase RSs:
{code}
    <property>
        <name>hbase.region.server.rpc.scheduler.factory.class</name>
        <value>org.apache.hadoop.hbase.regionserver.RoundRobinRPCSchedulerFactory</value>
      </property>
{code}


was (Author: jamestaylor):
To use, the following property must be set on all of the HBase RSs:
{code}
<property>
        <name>hbase.region.server.rpc.scheduler.factory.class</name>
        <value>org.apache.hadoop.hbase.regionserver.RoundRobinRPCSchedulerFactory</value>
      </property>
{code}

> Leverage round robin queue in HBase
> -----------------------------------
>
>                 Key: PHOENIX-2317
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2317
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: James Taylor
>            Assignee: ramkrishna.s.vasudevan
>         Attachments: Phoenix-groupid (1).patch
>
>
> Phoenix part of HBASE-12790 that leverages a round robin priority queue in HBase RS instead of FIFO queue to prevent latency degradation of point queries when larger, long running queries are simultaneously run.



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