[
https://issues.apache.org/jira/browse/IGNITE-18764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maksim Timonin reassigned IGNITE-18764:
---------------------------------------
Assignee: Maksim Timonin
> Cluster snapshot doesn't restore marshaller data
> ------------------------------------------------
>
> Key: IGNITE-18764
> URL: https://issues.apache.org/jira/browse/IGNITE-18764
> Project: Ignite
> Issue Type: Bug
> Reporter: Maksim Timonin
> Assignee: Maksim Timonin
> Priority: Major
> Labels: ise
>
> Case:
> # There is a cache - IgniteCache<Integer, Account>
> # cache.put(0, new BetterAccount()), where BetterAccount extends Account
> # createSnapshot()
> # restoreSnapshot on clean environment
> # cache.get(0) throws java.lang.ClassNotFoundException: Failed to resolve
> class name [platformId=0, platform=Java, typeId=-68243360]
> ReasonĀ that Ignite restores binary meta but misses marshaller data.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)