[
https://issues.apache.org/jira/browse/IGNITE-9250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16579832#comment-16579832
]
ASF GitHub Bot commented on IGNITE-9250:
----------------------------------------
GitHub user akalash opened a pull request:
https://github.com/apache/ignite/pull/4541
IGNITE-9250 Save configuration during register cache descriptor.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-9250-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4541.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4541
----
commit af67a9124533c8f0a927d310aab89b5469ad4841
Author: Anton Kalashnikov <kaa.dev@...>
Date: 2018-08-13T08:47:49Z
IGNITE-9250 Save configuration during register cache descriptor.
----
> Replace CacheAffinitySharedManager.CachesInfo by ClusterCachesInfo
> ------------------------------------------------------------------
>
> Key: IGNITE-9250
> URL: https://issues.apache.org/jira/browse/IGNITE-9250
> Project: Ignite
> Issue Type: Improvement
> Reporter: Anton Kalashnikov
> Assignee: Anton Kalashnikov
> Priority: Major
>
> Now we have duplicate of registerCaches(and groups). They holds in
> ClusterCachesInfo - main storage, and also they holds in
> CacheAffinitySharedManager.CachesInfo. It looks like redundantly and can lead
> to unconsistancy of caches info.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)