[jira] [Updated] (HDFS-12678) Ozone: Corona: Add statistical information to json output

2017-10-26 Thread Nanda kumar (JIRA)

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

Nanda kumar updated HDFS-12678:
---
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: HDFS-7240
   Status: Resolved  (was: Patch Available)

[~ljain] Thanks for the contribution. I have committed this to the feature 
branch.

> Ozone: Corona: Add statistical information to json output
> -
>
> Key: HDFS-12678
> URL: https://issues.apache.org/jira/browse/HDFS-12678
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Reporter: Lokesh Jain
>Assignee: Lokesh Jain
> Fix For: HDFS-7240
>
> Attachments: HDFS-12678-HDFS-7240.001.patch, 
> HDFS-12678-HDFS-7240.002.patch, HDFS-12678-HDFS-7240.003.patch
>
>
> The Corona json output should contain statistical information like mean, 
> quantiles and standard deviation of time taken by ozone operations.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (HDFS-12678) Ozone: Corona: Add statistical information to json output

2017-10-26 Thread Lokesh Jain (JIRA)

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

Lokesh Jain updated HDFS-12678:
---
Attachment: HDFS-12678-HDFS-7240.003.patch

Thanks for the review [~nandakumar131]. v3 patch addresses your comments. 
Regarding the quantile, 11 does give us 11 cutpoints but the first cutpoint is 
called the zeroth quantile.

> Ozone: Corona: Add statistical information to json output
> -
>
> Key: HDFS-12678
> URL: https://issues.apache.org/jira/browse/HDFS-12678
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Reporter: Lokesh Jain
>Assignee: Lokesh Jain
> Attachments: HDFS-12678-HDFS-7240.001.patch, 
> HDFS-12678-HDFS-7240.002.patch, HDFS-12678-HDFS-7240.003.patch
>
>
> The Corona json output should contain statistical information like mean, 
> quantiles and standard deviation of time taken by ozone operations.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (HDFS-12678) Ozone: Corona: Add statistical information to json output

2017-10-25 Thread Lokesh Jain (JIRA)

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

Lokesh Jain updated HDFS-12678:
---
Attachment: HDFS-12678-HDFS-7240.002.patch

v2 patch fixes the checkstyle issue.

> Ozone: Corona: Add statistical information to json output
> -
>
> Key: HDFS-12678
> URL: https://issues.apache.org/jira/browse/HDFS-12678
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Reporter: Lokesh Jain
>Assignee: Lokesh Jain
> Attachments: HDFS-12678-HDFS-7240.001.patch, 
> HDFS-12678-HDFS-7240.002.patch
>
>
> The Corona json output should contain statistical information like mean, 
> quantiles and standard deviation of time taken by ozone operations.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (HDFS-12678) Ozone: Corona: Add statistical information to json output

2017-10-24 Thread Lokesh Jain (JIRA)

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

Lokesh Jain updated HDFS-12678:
---
Status: Patch Available  (was: Open)

> Ozone: Corona: Add statistical information to json output
> -
>
> Key: HDFS-12678
> URL: https://issues.apache.org/jira/browse/HDFS-12678
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Reporter: Lokesh Jain
>Assignee: Lokesh Jain
> Attachments: HDFS-12678-HDFS-7240.001.patch
>
>
> The Corona json output should contain statistical information like mean, 
> quantiles and standard deviation of time taken by ozone operations.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (HDFS-12678) Ozone: Corona: Add statistical information to json output

2017-10-24 Thread Lokesh Jain (JIRA)

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

Lokesh Jain updated HDFS-12678:
---
Attachment: HDFS-12678-HDFS-7240.001.patch

Added quantile statistics for volume create, bucket create, key create and key 
write in the v1 patch. Moved volume creation to thread. Earlier it was done in 
the corona process.

> Ozone: Corona: Add statistical information to json output
> -
>
> Key: HDFS-12678
> URL: https://issues.apache.org/jira/browse/HDFS-12678
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Reporter: Lokesh Jain
>Assignee: Lokesh Jain
> Attachments: HDFS-12678-HDFS-7240.001.patch
>
>
> The Corona json output should contain statistical information like mean, 
> quantiles and standard deviation of time taken by ozone operations.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (HDFS-12678) Ozone: Corona: Add statistical information to json output

2017-10-18 Thread Lokesh Jain (JIRA)

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

Lokesh Jain updated HDFS-12678:
---
Component/s: ozone

> Ozone: Corona: Add statistical information to json output
> -
>
> Key: HDFS-12678
> URL: https://issues.apache.org/jira/browse/HDFS-12678
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Reporter: Lokesh Jain
>Assignee: Lokesh Jain
>
> The Corona json output should contain statistical information like mean, 
> quantiles and standard deviation of time taken by ozone operations.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (HDFS-12678) Ozone: Corona: Add statistical information to json output

2017-10-18 Thread Lokesh Jain (JIRA)

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

Lokesh Jain updated HDFS-12678:
---
Description: The Corona json output should contain statistical information 
like mean, quantiles and standard deviation of time taken by ozone operations.

> Ozone: Corona: Add statistical information to json output
> -
>
> Key: HDFS-12678
> URL: https://issues.apache.org/jira/browse/HDFS-12678
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Reporter: Lokesh Jain
>Assignee: Lokesh Jain
>
> The Corona json output should contain statistical information like mean, 
> quantiles and standard deviation of time taken by ozone operations.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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