You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Tkalenko (Jira)" <ji...@apache.org> on 2021/03/03 10:57:00 UTC

[jira] [Updated] (IGNITE-14170) Adding metrics of using WAL archive

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

Kirill Tkalenko updated IGNITE-14170:
-------------------------------------
    Description: 
At the moment there is no way to estimate how many segments in the archive we may need, for example, per day. It is proposed to add the following metrics:
* The number of bytes logged to the WAL;
* The number of compressed bytes in the WAL.

  was:
At the moment there is no way to estimate how many segments in the archive we may need, for example, per day. It is proposed to add the following metrics:
* *org.apache.ignite.mxbean.DataStorageMetricsMXBean#getLastArchivedSegmentIndex* - Get the index of the last archived segment.
* *org.apache.ignite.mxbean.DataStorageMetricsMXBean#getMaxSizeCompressedArchivedSegment* - Getting the size of the maximum compressed segment in the archive.


> Adding metrics of using WAL archive
> -----------------------------------
>
>                 Key: IGNITE-14170
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14170
>             Project: Ignite
>          Issue Type: Improvement
>          Components: persistence
>            Reporter: Kirill Tkalenko
>            Assignee: Kirill Tkalenko
>            Priority: Major
>             Fix For: 2.11
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> At the moment there is no way to estimate how many segments in the archive we may need, for example, per day. It is proposed to add the following metrics:
> * The number of bytes logged to the WAL;
> * The number of compressed bytes in the WAL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)