[ 
https://issues.apache.org/jira/browse/IGNITE-21414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roman Puchkovskiy updated IGNITE-21414:
---------------------------------------
    Description: The code in HandshakeManagerUtils switches a channel to an 
event loop bound to the logical connection. The problem is that there are 2 
event loop groups (server and client ones), and we always choose an event loop 
from the same group which created the channel; so we can actually chose one of 
2 event loops, not just 1.

> Use the same event loop for channels of the same logical connection
> -------------------------------------------------------------------
>
>                 Key: IGNITE-21414
>                 URL: https://issues.apache.org/jira/browse/IGNITE-21414
>             Project: Ignite
>          Issue Type: Improvement
>          Components: networking
>            Reporter: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-beta2
>
>
> The code in HandshakeManagerUtils switches a channel to an event loop bound 
> to the logical connection. The problem is that there are 2 event loop groups 
> (server and client ones), and we always choose an event loop from the same 
> group which created the channel; so we can actually chose one of 2 event 
> loops, not just 1.



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

Reply via email to