You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Chudov (Jira)" <ji...@apache.org> on 2022/09/06 07:51:00 UTC

[jira] [Commented] (IGNITE-17581) Create test TxStateStorage implementation

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

Denis Chudov commented on IGNITE-17581:
---------------------------------------

[~vpyatkov] could you review pls?

> Create test TxStateStorage implementation
> -----------------------------------------
>
>                 Key: IGNITE-17581
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17581
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Alexander Lapin
>            Assignee: Denis Chudov
>            Priority: Minor
>              Labels: ignite-3, transaction3_rw
>
> h3. Motivation
> It's an overkill to use RocksDB based implementation of TxStateStorage in most tests, so let's introduce test ConcurrentHashMap based implementation of TxStateStorage like it's done with TestConcurrentHashMapMvPartitionStorage for MvPartitionStorage.
> h3. Definition of Done
>  * New TestConcurrentHashMapTxStateStorage is implemented.
>  * Aforementioned class is used wherever possible within tests. Some of such places are marked with corresponding todo, but not all unfortunately.
> h3. Implementation Notes
> Let's use TestConcurrentHashMapMvPartitionStorage as a reference implementation. It's pretty simple.



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