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/04/15 20:13:05 UTC

[jira] Created: (HADOOP-3260) FSNamesystem.blockReportProcessed(DatanodeRegistration) should re-use the DatanodeDescriptor obtained in FSNamesystem.gotHeartbeat(...)

FSNamesystem.blockReportProcessed(DatanodeRegistration) should re-use the DatanodeDescriptor obtained in FSNamesystem.gotHeartbeat(...)
---------------------------------------------------------------------------------------------------------------------------------------

                 Key: HADOOP-3260
                 URL: https://issues.apache.org/jira/browse/HADOOP-3260
             Project: Hadoop Core
          Issue Type: Improvement
          Components: dfs
            Reporter: Tsz Wo (Nicholas), SZE


Instead of searching for the DatanodeDescriptor in FSNamesystem.blockReportProcessed(DatanodeRegistration), it should re-use the descriptor obtained in FSNamesystem.gotHeartbeat(...).

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


[jira] Commented: (HADOOP-3260) FSNamesystem.blockReportProcessed(DatanodeRegistration) should re-use the DatanodeDescriptor obtained in FSNamesystem.gotHeartbeat(...)

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589178#action_12589178 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-3260:
------------------------------------------------

Once HADOOP-3254 has been committed, this issue becomes easy to fix.

> FSNamesystem.blockReportProcessed(DatanodeRegistration) should re-use the DatanodeDescriptor obtained in FSNamesystem.gotHeartbeat(...)
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-3260
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3260
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: dfs
>            Reporter: Tsz Wo (Nicholas), SZE
>
> Instead of searching for the DatanodeDescriptor in FSNamesystem.blockReportProcessed(DatanodeRegistration), it should re-use the descriptor obtained in FSNamesystem.gotHeartbeat(...).

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


[jira] Resolved: (HADOOP-3260) FSNamesystem.blockReportProcessed(DatanodeRegistration) should re-use the DatanodeDescriptor obtained in FSNamesystem.gotHeartbeat(...)

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE resolved HADOOP-3260.
--------------------------------------------

    Resolution: Invalid

The problematic codes have been removed by other issues.  So this issue becomes invalid.  Closing...

> FSNamesystem.blockReportProcessed(DatanodeRegistration) should re-use the DatanodeDescriptor obtained in FSNamesystem.gotHeartbeat(...)
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-3260
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3260
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: dfs
>            Reporter: Tsz Wo (Nicholas), SZE
>
> Instead of searching for the DatanodeDescriptor in FSNamesystem.blockReportProcessed(DatanodeRegistration), it should re-use the descriptor obtained in FSNamesystem.gotHeartbeat(...).

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