Wei-Chiu Chuang created HDFS-12061:
--------------------------------------

             Summary: Add TraceScope for multiple 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
            Priority: Minor


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: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to