[
https://issues.apache.org/jira/browse/IGNITE-21738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky updated IGNITE-21738:
----------------------------------------
Fix Version/s: 3.2
(was: 3.1)
> Proper fix to linearize LWM and Metastorage event.
> --------------------------------------------------
>
> Key: IGNITE-21738
> URL: https://issues.apache.org/jira/browse/IGNITE-21738
> Project: Ignite
> Issue Type: Improvement
> Reporter: Andrey Mashenkov
> Priority: Major
> Labels: ignite-3
> Fix For: 3.2
>
>
> In IGNITE-21585 there were fixed potential races:
> 1. ClientPrimaryReplicaTracker might update `primaryReplicas` after table
> destroyed concurrently.
> The fix idea was to forbid caching data for destroyed tables. However, cache
> contains placeholders for all tables/partitions even if ther never be
> requested.
> 2. TableManager might register index (see `registerIndexesToTable`) in a
> table, while LWM rising up concurrently.
> The `registerIndexesToTable` execution was delegated into LowWatermark, to
> make sure it runs under an lwm lock.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)