[
https://issues.apache.org/jira/browse/IGNITE-22603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Tkalenko resolved IGNITE-22603.
--------------------------------------
Fix Version/s: 3.0.0-beta2
Resolution: Fixed
> Add InetSocketAddress caching for DefaultMessagingService
> ---------------------------------------------------------
>
> Key: IGNITE-22603
> URL: https://issues.apache.org/jira/browse/IGNITE-22603
> Project: Ignite
> Issue Type: Improvement
> Reporter: Kirill Tkalenko
> Assignee: Kirill Tkalenko
> Priority: Major
> Labels: ignite3, ignite3_performance
> Fix For: 3.0.0-beta2
>
>
> As a result of analyzing the flamegraph of sending messages between two nodes
> through *org.apache.ignite.internal.network.DefaultMessagingService*, I
> noticed that we can use *java.net.InetSocketAddress* caching and not create
> it every time, which increased the number of messages sent by about 10% on my
> PC.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)