[
https://issues.apache.org/jira/browse/HADOOP-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623480#action_12623480
]
Tsz Wo (Nicholas), SZE commented on HADOOP-3062:
------------------------------------------------
- Should we check whether ClientTraceLog.isInfoEnabled() before logging?
- Should we define an AUDIT_FORMAT for the log messages, like
FSNamesystem.AUDIT_FORMAT?
- I think it might worth to create a utility class, say
org.apache.hadoop.log.AuditLog, so that we could put AUDIT_FORMAT,
isInfoEnabled(), etc. inside it. Then, both DataNode and FSNamesystem can use
it.
> Need to capture the metrics for the network ios generate by dfs reads/writes
> and map/reduce shuffling and break them down by racks
> ------------------------------------------------------------------------------------------------------------------------------------
>
> Key: HADOOP-3062
> URL: https://issues.apache.org/jira/browse/HADOOP-3062
> Project: Hadoop Core
> Issue Type: Improvement
> Components: metrics
> Reporter: Runping Qi
> Assignee: Chris Douglas
> Fix For: 0.19.0
>
> Attachments: 3062-0.patch, 3062-1.patch
>
>
> In order to better understand the relationship between hadoop performance and
> the network bandwidth, we need to know
> what the aggregated traffic data in a cluster and its breakdown by racks.
> With these data, we can determine whether the network
> bandwidth is the bottleneck when certain jobs are running on a cluster.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.