[ 
https://issues.apache.org/jira/browse/HDFS-6810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14083766#comment-14083766
 ] 

Ted Yu commented on HDFS-6810:
------------------------------

Thanks for taking care of this, Nicolas.

> StorageReport array is initialized with wrong size in 
> DatanodeDescriptor#getStorageReports
> ------------------------------------------------------------------------------------------
>
>                 Key: HDFS-6810
>                 URL: https://issues.apache.org/jira/browse/HDFS-6810
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: namenode
>            Reporter: Ted Yu
>            Assignee: Tsz Wo Nicholas Sze
>            Priority: Minor
>         Attachments: h6810_20140803.patch
>
>
> Here is related code:
> {code}
>   public StorageReport[] getStorageReports() {
>     final StorageReport[] reports = new StorageReport[storageMap.size()];
> {code}
> Other methods use the following construct:
> {code}
>     synchronized (storageMap) {
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to