HDFS-11211. Add a time unit to the DataNode client trace format. Contributed by Jagadesh Kiran N
This commit is contained in:
parent
ed89856755
commit
43cb1678cc
|
@ -273,7 +273,7 @@ public class DataNode extends ReconfigurableBase
|
|||
", offset: %s" + // offset
|
||||
", srvID: %s" + // DatanodeRegistration
|
||||
", blockid: %s" + // block id
|
||||
", duration: %s"; // duration time
|
||||
", duration(ns): %s"; // duration time
|
||||
|
||||
static final Log ClientTraceLog =
|
||||
LogFactory.getLog(DataNode.class.getName() + ".clienttrace");
|
||||
|
|
Loading…
Reference in New Issue