[
https://issues.apache.org/jira/browse/IGNITE-9320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Ozerov updated IGNITE-9320:
------------------------------------
Description:
We need to find a way to configure MVCC caches. Currently this is a global
setting, which is not very convenient. Proposed solution:
# Introduce new {{CacheAtomicityMode.TRANSACTIONAL_MVCC}}
# Do not allow to change cache this mode during restart (when persistence is
enabled)
# Do not allow transactions between {{TRANSACTIONAL}} and
{{TRANSACTIONAL_MVCC}} caches
# Add limitation to cache group - all caches within a group should have the
same mode
was:
We need to find a way to configure MVCC caches. Currently this is a global
setting, which is not very convenient. Proposed solution:
# Introduce new \{{CacheAtomicityMode.TRANSACTIONAL_MVCC}}
# Do not allow to change cache this mode during restart (when persistence is
enabled)
# Do not allow transactions between \{{TRANSACTIONAL}} and
\{{TRANSACTIONAL_MVCC}} caches
# Add limitation to cache group - all caches within a group should have the
same mode
> MVCC: finalize configuration
> ----------------------------
>
> Key: IGNITE-9320
> URL: https://issues.apache.org/jira/browse/IGNITE-9320
> Project: Ignite
> Issue Type: Task
> Components: mvcc
> Reporter: Vladimir Ozerov
> Priority: Major
> Fix For: 2.7
>
>
> We need to find a way to configure MVCC caches. Currently this is a global
> setting, which is not very convenient. Proposed solution:
> # Introduce new {{CacheAtomicityMode.TRANSACTIONAL_MVCC}}
> # Do not allow to change cache this mode during restart (when persistence is
> enabled)
> # Do not allow transactions between {{TRANSACTIONAL}} and
> {{TRANSACTIONAL_MVCC}} caches
> # Add limitation to cache group - all caches within a group should have the
> same mode
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)