[
https://issues.apache.org/jira/browse/IGNITE-22399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17854045#comment-17854045
]
Kirill Tkalenko commented on IGNITE-22399:
------------------------------------------
Looks good.
> Improve handling of small network messages on send
> --------------------------------------------------
>
> Key: IGNITE-22399
> URL: https://issues.apache.org/jira/browse/IGNITE-22399
> Project: Ignite
> Issue Type: Improvement
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Currently, each message send produces a flush meaning a channel.write() call
> per message (if the message is small).
> We need to consolidate writes so that small messages are grouped in batches
> and channel.write() writes a lot of small messages at once.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)