[jira] [Updated] (HDFS-11211) Add a time unit to the DataNode client trace format

2016-12-06 Thread Mingliang Liu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-11211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mingliang Liu updated HDFS-11211:
-
Fix Version/s: (was: 2.8.0)
   2.9.0

> Add a time unit to the DataNode client trace format 
> 
>
> Key: HDFS-11211
> URL: https://issues.apache.org/jira/browse/HDFS-11211
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: datanode
>Reporter: Akira Ajisaka
>Assignee: Jagadesh Kiran N
>Priority: Minor
>  Labels: newbie, supportability
> Fix For: 2.9.0, 3.0.0-alpha2
>
> Attachments: HDFS-11211_00.patch
>
>
> {code:title=DataNode.java}
>   public static final String DN_CLIENTTRACE_FORMAT =
> "src: %s" +  // src IP
> ", dest: %s" +   // dst IP
> ", bytes: %s" +  // byte count
> ", op: %s" + // operation
> ", cliID: %s" +  // DFSClient id
> ", offset: %s" + // offset
> ", srvID: %s" +  // DatanodeRegistration
> ", blockid: %s" + // block id
> ", duration: %s";  // duration time
> {code}
> The time unit of the duration is nanosecond, but it is not documented.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-11211) Add a time unit to the DataNode client trace format

2016-12-06 Thread Mingliang Liu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-11211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mingliang Liu updated HDFS-11211:
-
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 3.0.0-alpha2
   2.8.0
   Status: Resolved  (was: Patch Available)

+1

Committed to {{trunk}} and {{branch-2}} branches. Thanks [~ajisakaa] for 
reporting this; thanks [~jagadesh.kiran] for providing a patch; thanks 
[~linyiqun] for review.

> Add a time unit to the DataNode client trace format 
> 
>
> Key: HDFS-11211
> URL: https://issues.apache.org/jira/browse/HDFS-11211
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: datanode
>Reporter: Akira Ajisaka
>Assignee: Jagadesh Kiran N
>Priority: Minor
>  Labels: newbie, supportability
> Fix For: 2.8.0, 3.0.0-alpha2
>
> Attachments: HDFS-11211_00.patch
>
>
> {code:title=DataNode.java}
>   public static final String DN_CLIENTTRACE_FORMAT =
> "src: %s" +  // src IP
> ", dest: %s" +   // dst IP
> ", bytes: %s" +  // byte count
> ", op: %s" + // operation
> ", cliID: %s" +  // DFSClient id
> ", offset: %s" + // offset
> ", srvID: %s" +  // DatanodeRegistration
> ", blockid: %s" + // block id
> ", duration: %s";  // duration time
> {code}
> The time unit of the duration is nanosecond, but it is not documented.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-11211) Add a time unit to the DataNode client trace format

2016-12-06 Thread Jagadesh Kiran N (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-11211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jagadesh Kiran N updated HDFS-11211:

Attachment: HDFS-11211_00.patch

Attaching the patch [~ajisakaa] ,please review

> Add a time unit to the DataNode client trace format 
> 
>
> Key: HDFS-11211
> URL: https://issues.apache.org/jira/browse/HDFS-11211
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: datanode
>Reporter: Akira Ajisaka
>Assignee: Jagadesh Kiran N
>Priority: Minor
>  Labels: newbie, supportability
> Attachments: HDFS-11211_00.patch
>
>
> {code:title=DataNode.java}
>   public static final String DN_CLIENTTRACE_FORMAT =
> "src: %s" +  // src IP
> ", dest: %s" +   // dst IP
> ", bytes: %s" +  // byte count
> ", op: %s" + // operation
> ", cliID: %s" +  // DFSClient id
> ", offset: %s" + // offset
> ", srvID: %s" +  // DatanodeRegistration
> ", blockid: %s" + // block id
> ", duration: %s";  // duration time
> {code}
> The time unit of the duration is nanosecond, but it is not documented.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-11211) Add a time unit to the DataNode client trace format

2016-12-06 Thread Jagadesh Kiran N (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-11211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jagadesh Kiran N updated HDFS-11211:

Status: Patch Available  (was: Open)

> Add a time unit to the DataNode client trace format 
> 
>
> Key: HDFS-11211
> URL: https://issues.apache.org/jira/browse/HDFS-11211
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: datanode
>Reporter: Akira Ajisaka
>Assignee: Jagadesh Kiran N
>Priority: Minor
>  Labels: newbie, supportability
> Attachments: HDFS-11211_00.patch
>
>
> {code:title=DataNode.java}
>   public static final String DN_CLIENTTRACE_FORMAT =
> "src: %s" +  // src IP
> ", dest: %s" +   // dst IP
> ", bytes: %s" +  // byte count
> ", op: %s" + // operation
> ", cliID: %s" +  // DFSClient id
> ", offset: %s" + // offset
> ", srvID: %s" +  // DatanodeRegistration
> ", blockid: %s" + // block id
> ", duration: %s";  // duration time
> {code}
> The time unit of the duration is nanosecond, but it is not documented.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-11211) Add a time unit to the DataNode client trace format

2016-12-05 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-11211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HDFS-11211:
-
Labels: newbie supportability  (was: supportability)

> Add a time unit to the DataNode client trace format 
> 
>
> Key: HDFS-11211
> URL: https://issues.apache.org/jira/browse/HDFS-11211
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: datanode
>Reporter: Akira Ajisaka
>Priority: Minor
>  Labels: newbie, supportability
>
> {code:title=DataNode.java}
>   public static final String DN_CLIENTTRACE_FORMAT =
> "src: %s" +  // src IP
> ", dest: %s" +   // dst IP
> ", bytes: %s" +  // byte count
> ", op: %s" + // operation
> ", cliID: %s" +  // DFSClient id
> ", offset: %s" + // offset
> ", srvID: %s" +  // DatanodeRegistration
> ", blockid: %s" + // block id
> ", duration: %s";  // duration time
> {code}
> The time unit of the duration is nanosecond, but it is not documented.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org