Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
As a result of code analysis, it was discovered that if in org.apache.ignite.internal.network.DefaultMessagingService a message is sent to itself, then processing of the response will be performed in the same thread as the message is sent (without transferring threads to the pool). Which can affect system throughput.
We need to fix this.
Attachments
Issue Links
- is caused by
-
IGNITE-22542 Synchronous message handling on local node
- Resolved
- links to