You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maksim Timonin (Jira)" <ji...@apache.org> on 2023/02/13 10:58:00 UTC

[jira] [Updated] (IGNITE-18764) Cluster snapshot doesn't restore marshaller data

     [ https://issues.apache.org/jira/browse/IGNITE-18764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maksim Timonin updated IGNITE-18764:
------------------------------------
    Ignite Flags:   (was: Docs Required,Release Notes Required)

> 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
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> 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)