[
https://issues.apache.org/jira/browse/IGNITE-25046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Polovtsev updated IGNITE-25046:
-----------------------------------------
Description: Currently, when a table is destroyed on a Low Watermark event,
it blocks the Low Watermark updates until the table and its storages are fully
destroyed (see {{TableManager#destroyTableLocally}}). There's no need to block
the Low Watermark, tables can be destroyed fully asynchronously in the
background.
> Make table destruction asynchronous
> -----------------------------------
>
> Key: IGNITE-25046
> URL: https://issues.apache.org/jira/browse/IGNITE-25046
> Project: Ignite
> Issue Type: Improvement
> Reporter: Aleksandr Polovtsev
> Assignee: Aleksandr Polovtsev
> Priority: Major
> Labels: ignite-3
>
> Currently, when a table is destroyed on a Low Watermark event, it blocks the
> Low Watermark updates until the table and its storages are fully destroyed
> (see {{TableManager#destroyTableLocally}}). There's no need to block the Low
> Watermark, tables can be destroyed fully asynchronously in the background.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)