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 2019/06/22 19:38:26 UTC

[GitHub] [ignite] sudhan499 opened a new pull request #6628: IGNITE-11547 Disabling Persistence on client node

sudhan499 opened a new pull request #6628: IGNITE-11547 Disabling Persistence on client node
URL: https://github.com/apache/ignite/pull/6628
 
 
   As per the code flow when client node is set to true it should use PageMemoryNoStoreImpl.java, and when we use this it is failing with class cast exception GridCacheOffheapManager#getOrAllocateCacheMetas() method as we enabled Persistence in IgniteConfiguration. Disabling the persistence flag(setting it to false) will make to go through IgniteCacheOffheapManagerImpl.java which should be the actual flow for client node.

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