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 2014/01/30 01:10:09 UTC

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

Adam Fuchs created ACCUMULO-2282:
------------------------------------

             Summary: disk file usage off in the monitor
                 Key: ACCUMULO-2282
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2282
             Project: Accumulo
          Issue Type: Bug
            Reporter: Adam Fuchs
            Priority: Minor


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.1.5#6160)