[jira] [Updated] (HADOOP-10059) RPC authentication and authorization metrics overflow to negative values on busy clusters

2014-06-23 Thread Akira AJISAKA (JIRA)

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

Akira AJISAKA updated HADOOP-10059:
---

Target Version/s: 2.5.0

> RPC authentication and authorization metrics overflow to negative values on 
> busy clusters
> -
>
> Key: HADOOP-10059
> URL: https://issues.apache.org/jira/browse/HADOOP-10059
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: metrics
>Affects Versions: 0.23.9, 2.2.0
>Reporter: Jason Lowe
>Assignee: Tsuyoshi OZAWA
>Priority: Minor
> Attachments: HADOOP-10059.1.patch, HADOOP-10059.2.patch
>
>
> The RPC metrics for authorization and authentication successes can easily 
> overflow to negative values on a busy cluster that has been up for a long 
> time.  We should consider providing 64-bit values for these counters.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HADOOP-10059) RPC authentication and authorization metrics overflow to negative values on busy clusters

2014-07-02 Thread Karthik Kambatla (JIRA)

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

Karthik Kambatla updated HADOOP-10059:
--

Target Version/s: 2.6.0  (was: 2.5.0)

> RPC authentication and authorization metrics overflow to negative values on 
> busy clusters
> -
>
> Key: HADOOP-10059
> URL: https://issues.apache.org/jira/browse/HADOOP-10059
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: metrics
>Affects Versions: 0.23.9, 2.2.0
>Reporter: Jason Lowe
>Assignee: Tsuyoshi OZAWA
>Priority: Minor
> Attachments: HADOOP-10059.1.patch, HADOOP-10059.2.patch
>
>
> The RPC metrics for authorization and authentication successes can easily 
> overflow to negative values on a busy cluster that has been up for a long 
> time.  We should consider providing 64-bit values for these counters.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HADOOP-10059) RPC authentication and authorization metrics overflow to negative values on busy clusters

2014-08-18 Thread Jason Lowe (JIRA)

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

Jason Lowe updated HADOOP-10059:


   Resolution: Fixed
Fix Version/s: 2.6.0
   3.0.0
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

Thanks to Tsuyoshi and Akira for the contribution and to Luke for additional 
review!  I committed this to trunk and branch-2.

> RPC authentication and authorization metrics overflow to negative values on 
> busy clusters
> -
>
> Key: HADOOP-10059
> URL: https://issues.apache.org/jira/browse/HADOOP-10059
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: metrics
>Affects Versions: 0.23.9, 2.2.0
>Reporter: Jason Lowe
>Assignee: Tsuyoshi OZAWA
>Priority: Minor
> Fix For: 3.0.0, 2.6.0
>
> Attachments: HADOOP-10059.1.patch, HADOOP-10059.2.patch
>
>
> The RPC metrics for authorization and authentication successes can easily 
> overflow to negative values on a busy cluster that has been up for a long 
> time.  We should consider providing 64-bit values for these counters.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HADOOP-10059) RPC authentication and authorization metrics overflow to negative values on busy clusters

2013-10-18 Thread Tsuyoshi OZAWA (JIRA)

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

Tsuyoshi OZAWA updated HADOOP-10059:


Attachment: HADOOP-10059.1.patch

Updated to use MutableCounterLong for providing 64-bit values for  
rpcAuthenticationFailures/rpcAuthenticationSuccesses/rpcAuthorizationFailures/rpcAuthorizationSuccesses.


 

> RPC authentication and authorization metrics overflow to negative values on 
> busy clusters
> -
>
> Key: HADOOP-10059
> URL: https://issues.apache.org/jira/browse/HADOOP-10059
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: metrics
>Affects Versions: 0.23.9, 2.2.0
>Reporter: Jason Lowe
>Assignee: Tsuyoshi OZAWA
>Priority: Minor
> Attachments: HADOOP-10059.1.patch
>
>
> The RPC metrics for authorization and authentication successes can easily 
> overflow to negative values on a busy cluster that has been up for a long 
> time.  We should consider providing 64-bit values for these counters.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HADOOP-10059) RPC authentication and authorization metrics overflow to negative values on busy clusters

2013-10-18 Thread Tsuyoshi OZAWA (JIRA)

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

Tsuyoshi OZAWA updated HADOOP-10059:


Status: Patch Available  (was: Open)

> RPC authentication and authorization metrics overflow to negative values on 
> busy clusters
> -
>
> Key: HADOOP-10059
> URL: https://issues.apache.org/jira/browse/HADOOP-10059
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: metrics
>Affects Versions: 2.2.0, 0.23.9
>Reporter: Jason Lowe
>Assignee: Tsuyoshi OZAWA
>Priority: Minor
> Attachments: HADOOP-10059.1.patch
>
>
> The RPC metrics for authorization and authentication successes can easily 
> overflow to negative values on a busy cluster that has been up for a long 
> time.  We should consider providing 64-bit values for these counters.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HADOOP-10059) RPC authentication and authorization metrics overflow to negative values on busy clusters

2013-10-21 Thread Akira AJISAKA (JIRA)

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

Akira AJISAKA updated HADOOP-10059:
---

Attachment: HADOOP-10059.2.patch

> RPC authentication and authorization metrics overflow to negative values on 
> busy clusters
> -
>
> Key: HADOOP-10059
> URL: https://issues.apache.org/jira/browse/HADOOP-10059
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: metrics
>Affects Versions: 0.23.9, 2.2.0
>Reporter: Jason Lowe
>Assignee: Tsuyoshi OZAWA
>Priority: Minor
> Attachments: HADOOP-10059.1.patch, HADOOP-10059.2.patch
>
>
> The RPC metrics for authorization and authentication successes can easily 
> overflow to negative values on a busy cluster that has been up for a long 
> time.  We should consider providing 64-bit values for these counters.



--
This message was sent by Atlassian JIRA
(v6.1#6144)