[
https://issues.apache.org/jira/browse/IGNITE-10235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16685336#comment-16685336
]
ASF GitHub Bot commented on IGNITE-10235:
-----------------------------------------
GitHub user antonovsergey93 opened a pull request:
https://github.com/apache/ignite/pull/5381
IGNITE-10235 Fix error with double cache registering with disabled
IGNITE_ALLOW_START_CACHES_IN_PARALLEL option.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-10235
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5381.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 #5381
----
commit 075ee9c25a61b0018d67324a9fd9bf8654f22f4a
Author: Sergey Antonov <antonovsergey93@...>
Date: 2018-11-13T14:59:40Z
IGNITE-10235 Fix error with double cache registering with disabled
IGNITE_ALLOW_START_CACHES_IN_PARALLEL option.
----
> Cache registered in QueryManager twice if parallel caches start is disabled
> ---------------------------------------------------------------------------
>
> Key: IGNITE-10235
> URL: https://issues.apache.org/jira/browse/IGNITE-10235
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 2.8
> Reporter: Pavel Kovalenko
> Assignee: Sergey Antonov
> Priority: Critical
> Fix For: 2.8
>
>
> In case of disabled property IGNITE_ALLOW_START_CACHES_IN_PARALLEL callback
> that registers cache in QueryManager invoked twice which leads to
> impossibility to start cache if it was recovered before join to topology.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)