You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jesse Yates (JIRA)" <ji...@apache.org> on 2014/07/14 21:28:05 UTC

[jira] [Updated] (HBASE-11513) Combine SingleMultiple Queue RpcExecutor into a single class

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

Jesse Yates updated HBASE-11513:
--------------------------------

    Attachment: hbase-11513-v0.patch

Combining the SingleQueueExecutor and MultipleQueueExecutor into a single class that manages the balancing internally. Minor improvement, but makes the code a bit simpler int he RpcScheduler.

[~mbertozzi] mind taking a look?

> Combine SingleMultiple Queue RpcExecutor into a single class
> ------------------------------------------------------------
>
>                 Key: HBASE-11513
>                 URL: https://issues.apache.org/jira/browse/HBASE-11513
>             Project: HBase
>          Issue Type: Improvement
>          Components: io, regionserver
>    Affects Versions: 0.99.0, 0.98.4, 2.0.0
>            Reporter: Jesse Yates
>            Assignee: Jesse Yates
>            Priority: Minor
>         Attachments: hbase-11513-v0.patch
>
>
> Its a little odd that we use multiple classes, leading to mutliple if-else conditions for rpc execution when we could just combine them into one. Makes the logic and also puts the code into one place



--
This message was sent by Atlassian JIRA
(v6.2#6252)