You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sammy Yu (JIRA)" <ji...@apache.org> on 2009/08/27 03:28:59 UTC

[jira] Created: (CASSANDRA-394) FileUtils.getUsedDiskSpace is inaccurate

FileUtils.getUsedDiskSpace is inaccurate
----------------------------------------

                 Key: CASSANDRA-394
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-394
             Project: Cassandra
          Issue Type: Bug
    Affects Versions: 0.4
            Reporter: Sammy Yu
            Assignee: Sammy Yu
             Fix For: 0.4


The disk space calculation calculates the disk space used by the data directories.  However it only looks at the first level.  This information is propagated by gossip and displayed in nodeprobe.
 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-394) FileUtils.getUsedDiskSpace is inaccurate

Posted by "Sammy Yu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sammy Yu updated CASSANDRA-394:
-------------------------------

    Attachment: 0002-CASSANDRA-394-Calculate-disk-space-utilization-for-d.patch

oops, new patch without BMT

> FileUtils.getUsedDiskSpace is inaccurate
> ----------------------------------------
>
>                 Key: CASSANDRA-394
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-394
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.4
>            Reporter: Sammy Yu
>            Assignee: Sammy Yu
>             Fix For: 0.4
>
>         Attachments: 0001-CASSANDRA-394-Calculate-disk-space-utilization-for-d.patch, 0002-CASSANDRA-394-Calculate-disk-space-utilization-for-d.patch
>
>
> The disk space calculation calculates the disk space used by the data directories.  However it only looks at the first level.  This information is propagated by gossip and displayed in nodeprobe.
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-394) FileUtils.getUsedDiskSpace is inaccurate

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748398#action_12748398 ] 

Jonathan Ellis commented on CASSANDRA-394:
------------------------------------------

doesn't BinaryMemtableLoader belong over in CASSANDRA-337?

> FileUtils.getUsedDiskSpace is inaccurate
> ----------------------------------------
>
>                 Key: CASSANDRA-394
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-394
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.4
>            Reporter: Sammy Yu
>            Assignee: Sammy Yu
>             Fix For: 0.4
>
>         Attachments: 0001-CASSANDRA-394-Calculate-disk-space-utilization-for-d.patch
>
>
> The disk space calculation calculates the disk space used by the data directories.  However it only looks at the first level.  This information is propagated by gossip and displayed in nodeprobe.
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-394) FileUtils.getUsedDiskSpace is inaccurate

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748848#action_12748848 ] 

Hudson commented on CASSANDRA-394:
----------------------------------

Integrated in Cassandra #180 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/180/])
    fix getUsedDiskSpace to look at data directories recursively.  Patch by Sammy Yu; reviewed by jbellis for 


> FileUtils.getUsedDiskSpace is inaccurate
> ----------------------------------------
>
>                 Key: CASSANDRA-394
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-394
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.4
>            Reporter: Sammy Yu
>            Assignee: Sammy Yu
>             Fix For: 0.4
>
>         Attachments: 0001-CASSANDRA-394-Calculate-disk-space-utilization-for-d.patch, 0002-CASSANDRA-394-Calculate-disk-space-utilization-for-d.patch
>
>
> The disk space calculation calculates the disk space used by the data directories.  However it only looks at the first level.  This information is propagated by gossip and displayed in nodeprobe.
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-394) FileUtils.getUsedDiskSpace is inaccurate

Posted by "Sammy Yu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sammy Yu updated CASSANDRA-394:
-------------------------------

    Attachment: 0001-CASSANDRA-394-Calculate-disk-space-utilization-for-d.patch

> FileUtils.getUsedDiskSpace is inaccurate
> ----------------------------------------
>
>                 Key: CASSANDRA-394
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-394
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.4
>            Reporter: Sammy Yu
>            Assignee: Sammy Yu
>             Fix For: 0.4
>
>         Attachments: 0001-CASSANDRA-394-Calculate-disk-space-utilization-for-d.patch
>
>
> The disk space calculation calculates the disk space used by the data directories.  However it only looks at the first level.  This information is propagated by gossip and displayed in nodeprobe.
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.