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

Maxim Muzafarov updated IGNITE-11051:
-------------------------------------
    Description: 
*Preloader*

A new implementation of cache entries preloader assume to be done. The new 
implementation must send and receive cache partition files over the 
CommunicationSpi channels by chunks of data with validation received items.

The new layer over the cache partition file must support direct using of 
FileChannel#transferTo method over the CommunicationSpi pipe connection;
# The process manager must support transferring the cache partition file by 
chunks of predefined size (multiply to the page size) one by one;
# The connection bandwidth of the cache partition file transfer must have the 
ability to be limited at runtime;

> Implement partition upload process as new part of GridCachePreloader
> --------------------------------------------------------------------
>
>                 Key: IGNITE-11051
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11051
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: persistence
>            Reporter: Maxim Muzafarov
>            Assignee: Maxim Muzafarov
>            Priority: Major
>              Labels: iep-28
>
> *Preloader*
> A new implementation of cache entries preloader assume to be done. The new 
> implementation must send and receive cache partition files over the 
> CommunicationSpi channels by chunks of data with validation received items.
> The new layer over the cache partition file must support direct using of 
> FileChannel#transferTo method over the CommunicationSpi pipe connection;
> # The process manager must support transferring the cache partition file by 
> chunks of predefined size (multiply to the page size) one by one;
> # The connection bandwidth of the cache partition file transfer must have the 
> ability to be limited at runtime;



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to