[ 
https://issues.apache.org/jira/browse/ACCUMULO-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14290658#comment-14290658
 ] 

Corey J. Nolet commented on ACCUMULO-2282:
------------------------------------------

[~sblack], were you intending on attaching a patch to this ticket or on 
reviews.apache.org? If so, I can add you as a developer so you can assign this 
ticket to yourself.

> 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
>            Priority: Minor
>              Labels: newbie
>
> 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)

Reply via email to