[
https://issues.apache.org/jira/browse/IGNITE-21626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17823961#comment-17823961
]
Roman Puchkovskiy commented on IGNITE-21626:
--------------------------------------------
Thanks
> Make each component of the Inbound pool striped
> -----------------------------------------------
>
> Key: IGNITE-21626
> URL: https://issues.apache.org/jira/browse/IGNITE-21626
> Project: Ignite
> Issue Type: Improvement
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3, threading
> Fix For: 3.0.0-beta2
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Currently, the inbound thread pool is partitioned by channel type, but all
> messages coming from channels with same channel type are processed by the
> same thread. For all channel types but DEFAULT we can still have 1 thread per
> channel type per node, but for DEFAULT we should have a striped pool. Stripe
> should be chosen based on the sender node ephemeral ID.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)