[ 
https://issues.apache.org/jira/browse/IGNITE-24896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roman Puchkovskiy updated IGNITE-24896:
---------------------------------------
    Description: 
Main storages (MV, tx state, index storages) contain assertions making sure 
that the thread executing such operations involving I/O is explicitly allowed 
to do so. This allows us to catch situations when threads that must never be 
blocked (like network threads) get blocked by I/O.

The same needs to be done for Metastore-related storage.

> Assert that Metastore-related I/O is executed in allowed threads
> ----------------------------------------------------------------
>
>                 Key: IGNITE-24896
>                 URL: https://issues.apache.org/jira/browse/IGNITE-24896
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>
> Main storages (MV, tx state, index storages) contain assertions making sure 
> that the thread executing such operations involving I/O is explicitly allowed 
> to do so. This allows us to catch situations when threads that must never be 
> blocked (like network threads) get blocked by I/O.
> The same needs to be done for Metastore-related storage.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to