[
https://issues.apache.org/jira/browse/IGNITE-22676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy updated IGNITE-22676:
---------------------------------------
Description:
User-facing futures are currently completed (in many cases) in Ignite internal
threads which means that the user can hijack those threads and do something
heavy in them, creating a possibility for a starvation.
We should complete such futures in the async continuation executor.
> Add protection against internal thread hijacking to IgniteCatalog
> -----------------------------------------------------------------
>
> Key: IGNITE-22676
> URL: https://issues.apache.org/jira/browse/IGNITE-22676
> Project: Ignite
> Issue Type: Improvement
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> User-facing futures are currently completed (in many cases) in Ignite
> internal threads which means that the user can hijack those threads and do
> something heavy in them, creating a possibility for a starvation.
> We should complete such futures in the async continuation executor.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)