You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Semen Boikov (JIRA)" <ji...@apache.org> on 2017/04/04 14:45:42 UTC

[jira] [Assigned] (IGNITE-4535) Add option to store deserialized values on-heap

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

Semen Boikov reassigned IGNITE-4535:
------------------------------------

    Assignee: Ilya Lantukh  (was: Alexey Goncharuk)

Hi Ilya,

I reviewed your changes, have some comments:
- currently to enable on-heap cache user need to set eviction policy in config, this is not very intuitive, please discuss this on dev list
- some logic for sync evicts was removed, but still there is unused code related to sync evictions (in eviction manager) + related messages + related properties in CacheConfiguration, please remove all this as well
- you removed tests with various memory modes, but instead these tests should be changed to work in default mode and in mode when on-heap cache is enabled (the same for config variations tests and configuration options for yardstick benchmarks)
- please remove unused imports in files you change

Thanks!

> Add option to store deserialized values on-heap
> -----------------------------------------------
>
>                 Key: IGNITE-4535
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4535
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: cache
>            Reporter: Alexey Goncharuk
>            Assignee: Ilya Lantukh
>              Labels: important
>             Fix For: 2.0
>
>
> Now cache data is always stored in offheap (pagememory). Need implement option to also store deserialised values in heap memory, this should be replacement for existing CacheConfiguration.memoryMode configuration.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)