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

Kirill Tkalenko commented on IGNITE-24411:
------------------------------------------

Looks good.

> Remove 'client' Netty event loop group
> --------------------------------------
>
>                 Key: IGNITE-24411
>                 URL: https://issues.apache.org/jira/browse/IGNITE-24411
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Roman Puchkovskiy
>            Assignee: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We have 3 event loop groups:
>  # srv-accept (used to accept new connections)
>  # srv-worker (to work on channels accepted by this node)
>  # client (to work on channels opened by this node)
> Our server-to-server protocol is symmetric, so we probably don't need the 
> 'client' event loop group; srv-worker could be used instead for opening 
> connections (and it should be renamed to not mention 'srv' anymore).



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

Reply via email to