You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Shishkov (Jira)" <ji...@apache.org> on 2024/02/03 11:23:00 UTC

[jira] [Commented] (IGNITE-21368) MVCC code removal from transactional classes

    [ https://issues.apache.org/jira/browse/IGNITE-21368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813916#comment-17813916 ] 

Ilya Shishkov commented on IGNITE-21368:
----------------------------------------

Some code can't be removed, because it seems to be useful:
{{IgniteInternalTx#txCounters}}
{{IgniteInternalTx#activeCachesDeploymentEnabled}}

{{IgniteTxAdapter#applyTxSizes}}
{{IgniteTxAdapter#addActiveCache}}
{{IgniteTxAdapter#skipCompletedVersions}}

{{IgniteTxLocalAdapter#calculatePartitionUpdateCounters}}

----

The methods listed below will be removed in IGNITE-21436:
{{GridDhtTxLocalAdapter#lockFuture}}
{{GridDhtTxLocalAdapter#incrementLockCounter}}
{{IgniteTxLocalEx#touchPartition}}

> MVCC code removal from transactional classes
> --------------------------------------------
>
>                 Key: IGNITE-21368
>                 URL: https://issues.apache.org/jira/browse/IGNITE-21368
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: mvcc
>            Reporter: Ilya Shishkov
>            Assignee: Ilya Shishkov
>            Priority: Minor
>              Labels: ise
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> MVCC code have to be removed from {{IgniteInternalTx}} and successors. Affected classes are {{GridNearTxLocal}}, {{IgniteTxAdapter}}, {{IgniteTxLocalAdapter}}, etc. and corresponding code.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)