You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/03 10:00:01 UTC

[jira] [Updated] (IGNITE-11068) MVCC TX: Do not create TxLog and do not start vacuum workers in case there are no MVCC caches on the node.

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

Maxim Muzafarov updated IGNITE-11068:
-------------------------------------
    Fix Version/s:     (was: 2.8)
                   2.9

> MVCC TX: Do not create TxLog and do not start vacuum workers in case there are no MVCC caches on the node.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-11068
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11068
>             Project: Ignite
>          Issue Type: Task
>          Components: mvcc
>            Reporter: Igor Seliverstov
>            Priority: Major
>             Fix For: 2.9
>
>
> Actually TxLog creates on each data node regardless the node is affinity node for any MVCC cache or not. There is no sense to create and maintain Tx log and Vacuum routines in case the node doesn't have any mvcc cache.
> TxLog (or may be it's region entirely) can be safely cleared after last mvcc cache being destroyed. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)