[
https://issues.apache.org/jira/browse/IGNITE-7976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16402056#comment-16402056
]
ASF GitHub Bot commented on IGNITE-7976:
----------------------------------------
GitHub user alex-plekhanov opened a pull request:
https://github.com/apache/ignite/pull/3650
IGNITE-7976 Normalize query entites when dynamic start cache by store…
…d cache data
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alex-plekhanov/ignite ignite-7976
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3650.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 #3650
----
commit 4bc90b0de290813e5ee64f7f4bab4944b24320b4
Author: Aleksey Plekhanov <plehanov.alex@...>
Date: 2018-03-16T15:29:41Z
IGNITE-7976 Normalize query entites when dynamic start cache by stored
cache data
----
> [Test failed]
> IgnitePersistentStoreCacheGroupsTest.testClusterRestartCachesWithH2Indexes
> fails on TC
> ----------------------------------------------------------------------------------------------------
>
> Key: IGNITE-7976
> URL: https://issues.apache.org/jira/browse/IGNITE-7976
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.4
> Reporter: Aleksey Plekhanov
> Assignee: Aleksey Plekhanov
> Priority: Major
> Labels: MakeTeamcityGreenAgain
>
> Test
> {{IgnitePersistentStoreCacheGroupsTest.testClusterRestartCachesWithH2Indexes}}
> always fail on TeamCity due to changes by IGNITE-7869. With the following
> error:
> {noformat}
> javax.cache.CacheException: Failed to parse query. Table "PERSON" not found;
> SQL statement:
> SELECT p._KEY, p._VAL FROM Person p WHERE p.lname=? ORDER BY p.fname
> [42102-195]
> ...
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)