[
https://issues.apache.org/jira/browse/HDFS-12061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wei-Chiu Chuang updated HDFS-12061:
-----------------------------------
Attachment: HDFS-12061.001.patch
Posted a simple patch for review.
> Add TraceScope for several DFSClient EC operations
> --------------------------------------------------
>
> Key: HDFS-12061
> URL: https://issues.apache.org/jira/browse/HDFS-12061
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: hdfs
> Affects Versions: 3.0.0-alpha4
> Reporter: Wei-Chiu Chuang
> Assignee: Wei-Chiu Chuang
> Priority: Minor
> Attachments: HDFS-12061.001.patch
>
>
> A number of DFSClient EC operations, including addErasureCodingPolicies,
> removeErasureCodingPolicy, enableErasureCodingPolicy,
> disableErasureCodingPolicy does not have TraceScope similar to this:
> {code}
> try (TraceScope ignored = tracer.newScope("getErasureCodingCodecs")) {
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]