You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Adam Fuchs (JIRA)" <ji...@apache.org> on 2015/03/02 23:29:05 UTC

[jira] [Updated] (ACCUMULO-2282) disk file usage off in the monitor

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

Adam Fuchs updated ACCUMULO-2282:
---------------------------------
    Fix Version/s: 1.7.0

Patch pushed. Thanks for your contribution!

> disk file usage off in the monitor
> ----------------------------------
>
>                 Key: ACCUMULO-2282
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2282
>             Project: Accumulo
>          Issue Type: Bug
>          Components: monitor
>    Affects Versions: 1.6.1
>            Reporter: Adam Fuchs
>            Assignee: Steve Blackmore
>            Priority: Minor
>              Labels: newbie
>             Fix For: 1.7.0
>
>         Attachments: ACCUMULO-2282.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The monitor DefaultServelet uses ContentSummary.getSpaceConsumed(), which returns something like the sum of all the space that all of the allocated blocks could possibly consume. This includes replication and a bunch of unconsumed space for things like walogs. The monitor should use ContentSummary.getLength() instead, which is the total current size of bytes used on disk in the given directory, pre-replication.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)