[
https://issues.apache.org/jira/browse/IGNITE-25345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy updated IGNITE-25345:
---------------------------------------
Description: TableManager#getOrCreatePartitionStorages() currently throws a
TableClosedException, but handling of this exception is implemented as
exceptionally() stage, so the latter does not work.
getOrCreatePartitionStorages() should return a failed future instead of
throwing an exception.
> Improve handling of closed storages on node stop
> ------------------------------------------------
>
> Key: IGNITE-25345
> URL: https://issues.apache.org/jira/browse/IGNITE-25345
> Project: Ignite
> Issue Type: Improvement
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> TableManager#getOrCreatePartitionStorages() currently throws a
> TableClosedException, but handling of this exception is implemented as
> exceptionally() stage, so the latter does not work.
> getOrCreatePartitionStorages() should return a failed future instead of
> throwing an exception.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)