You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2020/07/03 07:07:00 UTC

[jira] [Updated] (IGNITE-12273) Slow TX recovery

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

Aleksey Plekhanov updated IGNITE-12273:
---------------------------------------
    Fix Version/s:     (was: 2.9)

> Slow TX recovery
> ----------------
>
>                 Key: IGNITE-12273
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12273
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Anton Vinogradov
>            Assignee: Anton Vinogradov
>            Priority: Major
>              Labels: iep-45
>
> TX recovery cause B*B*N*2 GridCacheTxRecoveryRequest messages sending (B - backups, N - prepared txs amount).
> Seems, we able to perform recovery more efficiently.
> For example, we may send only B*B*2 messages, accumulates txs together.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)