[
https://issues.apache.org/jira/browse/IGNITE-22560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky updated IGNITE-22560:
----------------------------------------
Fix Version/s: 3.2
(was: 3.1)
> Processing messages to yourself in a thread pool
> ------------------------------------------------
>
> Key: IGNITE-22560
> URL: https://issues.apache.org/jira/browse/IGNITE-22560
> Project: Ignite
> Issue Type: Improvement
> Reporter: Kirill Tkalenko
> Assignee: Kirill Tkalenko
> Priority: Major
> Labels: ignite-3, ignite3_performance
> Fix For: 3.2
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)