You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr Polovtcev (Jira)" <ji...@apache.org> on 2022/11/24 08:19:00 UTC

[jira] [Updated] (IGNITE-18248) Use a class instead of IgniteBiTuple as a response to TxStateReplicaRequest

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

Aleksandr Polovtcev updated IGNITE-18248:
-----------------------------------------
    Ignite Flags:   (was: Docs Required,Release Notes Required)

> Use a class instead of IgniteBiTuple as a response to TxStateReplicaRequest
> ---------------------------------------------------------------------------
>
>                 Key: IGNITE-18248
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18248
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Aleksandr Polovtcev
>            Assignee: Aleksandr Polovtcev
>            Priority: Major
>
> A lot of responses in {{PartitionReplicaListener}} are expressed as {{IgniteBiTuple}}. This makes the code hard to read, hard to modify and inconvenient to use. This ticket focuses on replacing one of these tuples (sent in response to a {{TxStateReplicaRequest}}) with a named class, let's call it {{LeaderOrTxState}}.



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