Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.
Attachments
Issue Links
- is caused by
-
IGNITE-22542 Synchronous message handling on local node
- Resolved
- links to