dragon created HDFS-10015: ----------------------------- Summary: CLONE - Erasure coding: Add auditlog FSNamesystem#createErasureCodingZone if this operation fails Key: HDFS-10015 URL: https://issues.apache.org/jira/browse/HDFS-10015 Project: Hadoop HDFS Issue Type: Sub-task Reporter: dragon Assignee: Rakesh R Priority: Minor Fix For: HDFS-7285
While reviewing, I've noticed {{createErasureCodingZone}} is not adding auditlog if this operation fails. IMHO its good to capture failure case also. {code} logAuditEvent(true, "createErasureCodingZone", srcArg, null, resultingStat); {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)