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

[jira] [Updated] (IGNITE-17335) Off-heap storage for RAFT log

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

Vyacheslav Koptilin updated IGNITE-17335:
-----------------------------------------
    Fix Version/s: 3.0.0-beta2
                       (was: 3.0.0-beta1)

> Off-heap storage for RAFT log
> -----------------------------
>
>                 Key: IGNITE-17335
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17335
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-beta2
>
>
> In IGNITE-17334, we'll build a volatile log storage using a simple on-heap data structure. We need to replace it with an off-heap structure (probably, using page memory) to avoid GC pressure.
> When using page memory, we could allocate a single region for all RAFT groups' log storages and allocate some memory budget to each RAFT group.
> The description is not too precise, some research is needed.



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