You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/04/05 13:58:14 UTC

[GitHub] [ignite] aleksandrserbin opened a new pull request #7624: IGNITE-12863 Initialize PojoField accessor after deserialization

aleksandrserbin opened a new pull request #7624: IGNITE-12863 Initialize PojoField accessor after deserialization
URL: https://github.com/apache/ignite/pull/7624
 
 
   looks like that recent changes of IGNITE-1903 are leading to this issue, which leads to failure when starting Ignite with Cassandra Store. `CacheStoreFactory` contains `PojoFiled`, which  has **transient** field `accessor`. This leads to accessor being null after deserialization.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [ignite] asfgit closed pull request #7624: IGNITE-12863 Initialize PojoField accessor after deserialization

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #7624: IGNITE-12863 Initialize PojoField accessor after deserialization
URL: https://github.com/apache/ignite/pull/7624
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services