You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Suresh Srinivas (JIRA)" <ji...@apache.org> on 2010/04/08 23:46:36 UTC

[jira] Created: (HADOOP-6693) Add metrics to track kerberos login activity

Add metrics to track kerberos login activity
--------------------------------------------

                 Key: HADOOP-6693
                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
             Project: Hadoop Common
          Issue Type: Improvement
    Affects Versions: 0.22.0
            Reporter: Suresh Srinivas
            Assignee: Suresh Srinivas
             Fix For: 0.22.0


Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-6693:
------------------------------------

    Attachment: HADOOP-6693.rel20.patch

20 version of the patch. I added bumping up metrics in loginUserFromKeytabAndReturnUGI also. 

The login code in UserGroupInformation  is repeated in many places. There is an opportunity to improve the code by making a method for it.

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.1.patch, HADOOP-6693.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-6693:
------------------------------------

    Status: Patch Available  (was: Open)

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862878#action_12862878 ] 

Owen O'Malley commented on HADOOP-6693:
---------------------------------------

+1

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.1.patch, HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Jitendra Nath Pandey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897996#action_12897996 ] 

Jitendra Nath Pandey commented on HADOOP-6693:
----------------------------------------------

+1.
The kinit login in spawnAutoRenewalThreadForUserCreds is not tracked by these metrics, which is fine because this thread is spawned only at clients and  purpose of these metrics is to track logins on the servers.

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-6693:
------------------------------------

    Status: Patch Available  (was: Open)

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Erik Steffl (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875339#action_12875339 ] 

Erik Steffl commented on HADOOP-6693:
-------------------------------------

If/when there is a patch for trunk the patch in https://issues.apache.org/jira/browse/HADOOP-6808 should also be included.

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.1.patch, HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-6693:
------------------------------------

    Attachment: HADOOP-6693.rel20.1.patch

New patch with unnecessary debug logs removed. Tested it on cluster to ensure metrics is being updated.

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.1.patch, HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-6693:
------------------------------------

    Attachment: HADOOP-6693.patch

Trunk version of the patch.

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.1.patch, HADOOP-6693.patch, HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-6693:
------------------------------------

    Status: Open  (was: Patch Available)

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-6693:
------------------------------------

          Status: Resolved  (was: Patch Available)
    Hadoop Flags: [Reviewed]
    Release Note: New metrics "login" of type MetricTimeVaryingRate is added under new metrics context name "ugi" and metrics record name "ugi".
      Resolution: Fixed

I committed the patch.

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-6693:
------------------------------------

    Status: Open  (was: Patch Available)

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12861531#action_12861531 ] 

Owen O'Malley commented on HADOOP-6693:
---------------------------------------

To figure out the time take for login, we also need the number of logins to divide by. I'd suggest adding the number of successes and failures for keytab logins.

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862334#action_12862334 ] 

Owen O'Malley commented on HADOOP-6693:
---------------------------------------

+1

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.1.patch, HADOOP-6693.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-6693:
------------------------------------

    Attachment:     (was: HADOOP-6693.patch)

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855478#action_12855478 ] 

Suresh Srinivas commented on HADOOP-6693:
-----------------------------------------

Note that the new metrics is aggregated across all the nodes in the cluster, since no distinction made in metrics record name about the node where the metrics was reported from.

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-6693:
------------------------------------

    Attachment:     (was: HADOOP-6693.1.patch)

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899565#action_12899565 ] 

Hudson commented on HADOOP-6693:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #359 (See [https://hudson.apache.org/hudson/job/Hadoop-Common-trunk-Commit/359/])
    HADOOP-6693. Add metrics to track kerberol login activity. Contributed by Suresh Srinivas.


> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12861591#action_12861591 ] 

Suresh Srinivas commented on HADOOP-6693:
-----------------------------------------

Also should we add metrics for logout?

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-6693:
------------------------------------

    Attachment: HADOOP-6693.patch

Patch adds new metrics "login" of type MetricTimeVaryingRate under metrics context "ugi" and metrics record "ugi".

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899552#action_12899552 ] 

Suresh Srinivas commented on HADOOP-6693:
-----------------------------------------

Since hudson has some issues, ran the unit tests and testpatch. All the tests passed.


> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-6693:
------------------------------------

    Attachment:     (was: HADOOP-6693.1.patch)

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12861590#action_12861590 ] 

Suresh Srinivas commented on HADOOP-6693:
-----------------------------------------

Owen, MetricsTimeVaryingRate exposes two pieces of information: Number of operations and average time taken for the operation. Does it cover your requirement?

I will change the patch to include two metrics - one for tracking login success and another for login failure.

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-6693:
------------------------------------

    Attachment:     (was: HADOOP-6693.patch)

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-6693:
------------------------------------

    Attachment: HADOOP-6693.1.patch

New trunk patch that incorporates additional change from HADOOP-6808.

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.1.patch, HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-6693:
------------------------------------

    Attachment: HADOOP-6693.1.patch

New patch adds MetricsTimeVaryingRate metrics for login success and failure.

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.1.patch, HADOOP-6693.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-6693:
------------------------------------

    Status: Patch Available  (was: Open)

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899818#action_12899818 ] 

Hudson commented on HADOOP-6693:
--------------------------------

Integrated in Hadoop-Common-trunk #427 (See [https://hudson.apache.org/hudson/job/Hadoop-Common-trunk/427/])
    HADOOP-6693. Add metrics to track kerberol login activity. Contributed by Suresh Srinivas.


> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6693) Add metrics to track kerberos login activity

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-6693:
------------------------------------

    Attachment: HADOOP-6693.patch

New patch to fix a patch merge problem

> Add metrics to track kerberos login activity
> --------------------------------------------
>
>                 Key: HADOOP-6693
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6693
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6693.patch, HADOOP-6693.rel20.1.patch, HADOOP-6693.rel20.patch
>
>
> Need metrics to track kerberos login activity such as login rate and the time taken for login.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.