You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2008/10/31 05:54:44 UTC

[jira] Updated: (HADOOP-3461) Remove dfs.StringBytesWritbale

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

Tsz Wo (Nicholas), SZE updated HADOOP-3461:
-------------------------------------------

    Attachment: 3461_20081030.patch

3461_20081030.patch: remove StringBytesWritable.

Note that StringBytesWritable is neither used in images/edits nor rpc.  So there is no layout or protocol changes. 

> Remove dfs.StringBytesWritbale
> ------------------------------
>
>                 Key: HADOOP-3461
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3461
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: dfs
>            Reporter: Tsz Wo (Nicholas), SZE
>         Attachments: 3461_20081030.patch
>
>
> In dfs, some classes, such as INodeFileUnderConstruction use, StringBytesWritbale as member type.  The values are converted from String to StringBytesWritbale in setter and converted back to String in getter.  These overhead is unnecessary.
> StringBytesWritbale is not used in RPC nor dfs image.  No version change will be introduced.

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