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

yexiaowei commented on IGNITE-22128:
------------------------------------

[~v.pyatkov] Does using StripedDisruptor cause events of different groups to be 
executed serially in the same stripes? Can different group batches be executed 
in parallel?

> Balancing partitions across stripes
> -----------------------------------
>
>                 Key: IGNITE-22128
>                 URL: https://issues.apache.org/jira/browse/IGNITE-22128
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Vladislav Pyatkov
>            Assignee: Vladislav Pyatkov
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-beta2
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> h3. Motivation
> Right now, we use a hash to balance partitions.
> {code:java}
> public int getStripe(NodeId nodeId) {
>   return Math.abs(nodeId.hashCode() % stripes);
> }
> {code}
> This approach might lead to a skew.
> h3. Definition of done
> Partition is distributed statically by the honest round-robin algorithm.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to