[
https://issues.apache.org/jira/browse/IGNITE-8707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16513832#comment-16513832
]
ASF GitHub Bot commented on IGNITE-8707:
----------------------------------------
GitHub user akalash opened a pull request:
https://github.com/apache/ignite/pull/4202
IGNITE-8707 header is accounted during calculation allocated pages
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-8707
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4202.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4202
----
commit 12da4de06d6405e437f04bdcfdfbb277425a9fb8
Author: Anton Kalashnikov <kaa.dev@...>
Date: 2018-06-15T13:45:23Z
IGNITE-8707 header is accounted during calculation allocated pages
----
> DataStorageMetrics.getTotalAllocatedSize metric does not account reserved
> partition page header.
> ------------------------------------------------------------------------------------------------
>
> Key: IGNITE-8707
> URL: https://issues.apache.org/jira/browse/IGNITE-8707
> Project: Ignite
> Issue Type: Bug
> Reporter: Dmitriy Govorukhin
> Assignee: Anton Kalashnikov
> Priority: Major
> Fix For: 2.6
>
>
> DataStorageMetrics.getTotalAllocatedSize should supposedly return size of
> datastorage on disk.
> However, naive executing `du -bs` in the work/db shows very different values.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)