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

[jira] [Updated] (IGNITE-17637) Implement a commit partition path write intent resolution logic for RO reads

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

Sergey Uttsel updated IGNITE-17637:
-----------------------------------
    Ignite Flags:   (was: Docs Required,Release Notes Required)

> Implement a commit partition path write intent resolution logic for RO reads
> ----------------------------------------------------------------------------
>
>                 Key: IGNITE-17637
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17637
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Sergey Uttsel
>            Priority: Major
>              Labels: ignite-3, transaction3_ro
>
> In order to perform writeIntent resolution if a coordinator path was not able to resolve the intent need to initiate the {*}commit partition path{*}.
> Need to calculate a commit partition and send the TxStateReq to its primary replica.
> On receiving TxStateReq on commit partition:
>  * Read the txn state from the persistent storage. If found, validate a commit timestamp (only for committed state) and return the outcome. If not found, return NULL outcome in a TxStateResp.



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