[
https://issues.apache.org/jira/browse/HBASE-10997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973629#comment-13973629
]
stack commented on HBASE-10997:
-------------------------------
[~ndimiduk] Don't know about supercede. I missed hbase-9953. The modulo is a
bit more basic. All random read clients were picking at random from the total
namespace. The module narrows the namespace that clients operate in. If
module is 10, then all clients will pick rows in range 0-10 even though rows
might be 1M and clients 1000.
Does that supercede? The patches look to do similar things. Your size
confines where we operate in a similar way? (I can back this out np. You can
imagine why I need this).
> Add a modulo argument to PE to constrain the key range
> ------------------------------------------------------
>
> Key: HBASE-10997
> URL: https://issues.apache.org/jira/browse/HBASE-10997
> Project: HBase
> Issue Type: Improvement
> Reporter: stack
> Assignee: stack
> Priority: Trivial
> Fix For: 0.99.0
>
> Attachments: modulo.txt
>
>
> Helps w/ keeping PE inside block cache but same number of clients.
--
This message was sent by Atlassian JIRA
(v6.2#6252)