[
https://issues.apache.org/jira/browse/HDFS-7457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Allen Wittenauer updated HDFS-7457:
-----------------------------------
Release Note: (was: Thanks for the reviews, gentlemen. I've committed
this to trunk and branch-2. Thanks for identifying and working on the issue,
Daryn.)
> DatanodeID generates excessive garbage
> --------------------------------------
>
> Key: HDFS-7457
> URL: https://issues.apache.org/jira/browse/HDFS-7457
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: namenode
> Affects Versions: 2.0.0-alpha, 3.0.0
> Reporter: Daryn Sharp
> Assignee: Daryn Sharp
> Fix For: 2.7.0
>
> Attachments: HDFS-7457.patch
>
>
> {{DatanodeID#getXferAddr}} is a dynamically generated string. This string is
> repeatedly generated for the hash code, equality, comparisons, and
> stringification. Every DN->NN RPC method calls
> {{DatanodeManager#getDatanode}} to validate if the node is registered, which
> involves a call to {{getXferAddr}}.
> The dynamic computation generates unnecessary trash that puts unnecessary
> pressure on the GC.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)