Kirill Sizov created IGNITE-22679:
--------------------------------------
Summary: It' not safe to get latestCatalogVersion() in startAsync
Key: IGNITE-22679
URL: https://issues.apache.org/jira/browse/IGNITE-22679
Project: Ignite
Issue Type: Bug
Reporter: Kirill Sizov
CatalogManagerImpl now initializes catalog versions in a separate thread in its
startAsync.
Any further call in other components cannot safely rely on
{{catalogManager.latestCatalogVersion()}} being ready in their startAsync
without extra syncronization.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)