[
https://issues.apache.org/jira/browse/IGNITE-22783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy reassigned IGNITE-22783:
------------------------------------------
Assignee: Roman Puchkovskiy
> Handle CMG-related network messages in a thread pool
> ----------------------------------------------------
>
> Key: IGNITE-22783
> URL: https://issues.apache.org/jira/browse/IGNITE-22783
> Project: Ignite
> Issue Type: Improvement
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3, long-message-handling, threading
>
> ClusterManagementGroupManager handles a few messages (including
> CmgInitMessage and ClusterStateMessage). Currently, the default inbound pool
> is used for this. But these messages touch storage and their handling might
> take around 10-20ms (or more), which is a bit too much for the inbound pool.
> The handler has to be registered with a pool that will be used for handling
> the messages. It would be great to reuse some existing pool and not create a
> new one.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)