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

[jira] [Updated] (IGNITE-17648) Extract striped executor from memory restore to separate class

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

Maksim Timonin updated IGNITE-17648:
------------------------------------
    Description: 
GridCacheDatabaseSharedManager has duplicated logic for applying changes in striped executor - see #applyLogicalUpdates, #performBinaryMemoryRestore.

Also the same logic of using striped executor should be used for restoring incremental snapshots.

It's proposed  to extract the striped executor to a separate class.

 

 

  was:
Extract striped executor for applying WAL entries from GridCacheDatabaseSharedManager#performBinaryMemoryRestore to separate class.

Then it will be possible to re-use this executor for restoring incremental snapshot.

 

 


> Extract striped executor from memory restore to separate class 
> ---------------------------------------------------------------
>
>                 Key: IGNITE-17648
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17648
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Maksim Timonin
>            Assignee: Maksim Timonin
>            Priority: Major
>              Labels: IEP-89, ise
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> GridCacheDatabaseSharedManager has duplicated logic for applying changes in striped executor - see #applyLogicalUpdates, #performBinaryMemoryRestore.
> Also the same logic of using striped executor should be used for restoring incremental snapshots.
> It's proposed  to extract the striped executor to a separate class.
>  
>  



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