You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Brian Bockelman (JIRA)" <ji...@apache.org> on 2009/12/28 21:23:29 UTC

[jira] Created: (HDFS-857) Incorrect type for fuse-dfs capacity can cause "df" to return negative values on 32-bit machines

Incorrect type for fuse-dfs capacity can cause "df" to return negative values on 32-bit machines
------------------------------------------------------------------------------------------------

                 Key: HDFS-857
                 URL: https://issues.apache.org/jira/browse/HDFS-857
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: contrib/fuse-dfs
            Reporter: Brian Bockelman
            Priority: Minor
         Attachments: HDFS-857.patch

On sufficiently large HDFS installs, the casting of hdfsGetCapacity to a long may cause "df" to return negative values.  tOffset should be used instead.

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