Pavel Kovalenko created IGNITE-9419:
---------------------------------------
Summary: Avoid saving cache configuration synchronously during PME
Key: IGNITE-9419
URL:
https://issues.apache.org/jira/browse/IGNITE-9419 Project: Ignite
Issue Type: Bug
Components: cache
Affects Versions: 2.5
Reporter: Pavel Kovalenko
Fix For: 2.7
Currently, we save cache configuration during PME at the activation phase here org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager.CachesInfo#updateCachesInfo . We should avoid this, as it performs operations to a disk. We should save it asynchronously or lazy.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)