[
https://issues.apache.org/jira/browse/IGNITE-10757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ilya Shishkov resolved IGNITE-10757.
------------------------------------
Resolution: Won't Fix
Not actual since IGNITE-13871
> Refactoring: split MvccProcessor into multiple components
> ---------------------------------------------------------
>
> Key: IGNITE-10757
> URL: https://issues.apache.org/jira/browse/IGNITE-10757
> Project: Ignite
> Issue Type: Task
> Components: mvcc
> Reporter: Ivan Pavlukhin
> Priority: Minor
>
> In current implementation MvccProcessor has multiple responsibilities which
> can be extracted into separate components. Also it looks like that we do not
> need an independent processor here because all logic is bound to
> CacheProcessor. At least 3 components could be created:
> 1. ShapshotManager responsible for granting MVCC snapshots and handling
> related messages.
> 2. LockManager implementing (exclusive) locking for write operations and
> associated wait queues. Deadlock detection facilities could be also placed
> here.
> 3. VacuumManager responsible for scavenging not needed anymore row versions.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)