[
https://issues.apache.org/jira/browse/IGNITE-21570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yuri Naryshkin updated IGNITE-21570:
------------------------------------
Description: Check dump sequentially reads all partition files and
constructs CacheObjects to make sure that this can be done. Java process reads
only several required bytes in a one go. It was discovered that such a reading
is not optimal. So, buffering is a way to improve the reading.
> Add buffer for reading files while checking cache dumps
> -------------------------------------------------------
>
> Key: IGNITE-21570
> URL: https://issues.apache.org/jira/browse/IGNITE-21570
> Project: Ignite
> Issue Type: Task
> Reporter: Yuri Naryshkin
> Assignee: Yuri Naryshkin
> Priority: Major
> Labels: ise
> Fix For: 2.17
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Check dump sequentially reads all partition files and constructs CacheObjects
> to make sure that this can be done. Java process reads only several required
> bytes in a one go. It was discovered that such a reading is not optimal. So,
> buffering is a way to improve the reading.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)