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/08 13:59:00 UTC

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

Maksim Timonin created IGNITE-18764:
---------------------------------------

             Summary: 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


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)