You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@rocketmq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/20 07:14:44 UTC

[jira] [Commented] (ROCKETMQ-67) Consistent Hash allocate strategy support

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

ASF GitHub Bot commented on ROCKETMQ-67:
----------------------------------------

GitHub user Jaskey opened a pull request:

    https://github.com/apache/incubator-rocketmq/pull/67

    [ROCKETMQ-67] Consistent Hash allocate strategy

    JIRA: https://issues.apache.org/jira/browse/ROCKETMQ-67
    
    suport virtual nodes and custom hash algorithm

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Jaskey/incubator-rocketmq ROCKETMQ-67-Consistent-Hash

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-rocketmq/pull/67.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #67
    
----
commit a56df6a703a4e4474ec401244b0343c1fe29f324
Author: Jaskey <li...@gmail.com>
Date:   2017-02-20T07:13:09Z

    ROCKETMQ-67 : Consistent Hash allocate strategy

----


> Consistent Hash allocate strategy support
> -----------------------------------------
>
>                 Key: ROCKETMQ-67
>                 URL: https://issues.apache.org/jira/browse/ROCKETMQ-67
>             Project: Apache RocketMQ
>          Issue Type: New Feature
>          Components: rocketmq-client
>            Reporter: Jaskey Lam
>            Assignee: Xiaorui Wang
>             Fix For: 4.1.0-incubating
>
>
> For now, the average allocate strategy is very sensitive when clients register and unrigister.
> A Consistent Hash allocate strategy is valueable for the developer who cares more about  stabilization than averaging.
>  This option should be supported. And averaging should be meet as much as possible.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)