[
https://issues.apache.org/jira/browse/IGNITE-5763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Semen Boikov resolved IGNITE-5763.
----------------------------------
Resolution: Fixed
Assignee: (was: Semen Boikov)
Merged fix into master (644c9f39cd980e8087438519b34a79986c82d8b4).
> Race in concurrent client cache start
> -------------------------------------
>
> Key: IGNITE-5763
> URL: https://issues.apache.org/jira/browse/IGNITE-5763
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Reporter: Semen Boikov
> Priority: Critical
> Fix For: 2.2
>
>
> Issue was introduced as part of IGNITE-5272, this race is possible:
> - two threads on client call getOrCreateCache(s)
> - one of threads initiates cache start and sends custom event, this event is
> processed in discovery thread but is not passed yet to DiscoveryWorker
> - second thread sees that cache descriptor already exists and adds 'client
> cache start' event in DiscoveryWorker before cache start event is added in
> DiscoveryWorker
> - when 'client cache start' event processed, cache does not exists and
> getOrCreateCache(s) fails
> Added test IgniteDynamicCacheMultinodeTest.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)