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 "Konstantin Shvachko (JIRA)" <ji...@apache.org> on 2009/05/01 22:49:30 UTC

[jira] Commented: (HADOOP-5619) Convert FSImage.removedStorageDirs into a map.

    [ https://issues.apache.org/jira/browse/HADOOP-5619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705111#action_12705111 ] 

Konstantin Shvachko commented on HADOOP-5619:
---------------------------------------------

# {{removedStorageDirs}} should be declared as an interface {{Map<>}} rather than a class {{TreeMap<>}}.
# Same with {{getRemovedStorageDirs()}} - it should return an interface.
# Could you please verify whether can avoid initializing it in declaration section. It would be better not to.
# Please fix warnings in the import section. Also I don't think changing of the order of includes is necessary.
# What about test failures?

> Convert FSImage.removedStorageDirs into a map.
> ----------------------------------------------
>
>                 Key: HADOOP-5619
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5619
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: dfs
>    Affects Versions: 0.21.0
>            Reporter: Konstantin Shvachko
>            Assignee: Boris Shkolnik
>             Fix For: 0.21.0
>
>         Attachments: HADOOP-5619.patch
>
>
> {{FSImage.removedStorageDirs}} is declared as an {{ArrayList}}. In order to avoid adding the same directory twice into {{removedStorageDirs}} we should convert it into a map.

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