HDFS-11211. Add a time unit to the DataNode client trace format. Contributed by Jagadesh Kiran N
(cherry picked from commit 43cb1678cc000b1fbf8b813ee14ecef19b86a55c)
This commit is contained in:
parent
f74dad7414
commit
eb9e7820a9
@ -278,7 +278,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…
x
Reference in New Issue
Block a user