[
https://issues.apache.org/jira/browse/IGNITE-9843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16655323#comment-16655323
]
ASF GitHub Bot commented on IGNITE-9843:
----------------------------------------
GitHub user alamar opened a pull request:
https://github.com/apache/ignite/pull/5027
IGNITE-9843 If metadata is not available due to reconnect..,
…return reconnect future wrapped in CacheException.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-9843
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5027.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 #5027
----
commit 5b657da798f8e4923f9b14f24b94bbeae0365d10
Author: Ilya Kasnacheev <ilya.kasnacheev@...>
Date: 2018-10-18T14:19:55Z
IGNITE-9843 If metadata is not available due to reconnect, return reconnect
future wrapped in CacheException.
----
> IgniteClientReconnectCacheQueriesFailoverTest fails: grid loses type meta
> without losing data
> ----------------------------------------------------------------------------------------------
>
> Key: IGNITE-9843
> URL: https://issues.apache.org/jira/browse/IGNITE-9843
> Project: Ignite
> Issue Type: Bug
> Reporter: Ilya Kasnacheev
> Priority: Major
>
> https://ci.ignite.apache.org/viewLog.html?buildId=2052100&#testNameId6624729862379349247
> {code}
> org.apache.ignite.IgniteCheckedException: Cannot find metadata for object
> with compact footer: -1058754203
> Caused by: org.apache.ignite.binary.BinaryObjectException: Cannot find
> metadata for object with compact footer: -1058754203
> {code}
> I was thinking that it can be fixed by adding
> ignite.binary().type(Person.class) before doing query, but it appears to be
> not the case.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)