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 "Steve Loughran (JIRA)" <ji...@apache.org> on 2018/11/12 13:00:05 UTC

[jira] [Updated] (HADOOP-15110) Gauges are getting logged in exceptions from AutoRenewalThreadForUserCreds

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

Steve Loughran updated HADOOP-15110:
------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.1.2
           Status: Resolved  (was: Patch Available)

+1

committed to branch-3.1+1.

happy to backport to earlier versions if you want it there too.

> Gauges are getting logged in exceptions from AutoRenewalThreadForUserCreds
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-15110
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15110
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: metrics, security
>    Affects Versions: 2.8.0, 3.0.0-alpha2
>            Reporter: Harshakiran Reddy
>            Assignee: LiXin Ge
>            Priority: Minor
>             Fix For: 3.1.2
>
>         Attachments: HADOOP-15110.001.patch
>
>
> *scenario*:
> -----------------
> While Running the renewal command for principal it's printing the direct objects for *renewalFailures *and *renewalFailuresTotal*
> {noformat}
> bin> ./hdfs dfs -ls /
> 2017-12-12 12:31:50,910 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
> 2017-12-12 12:31:52,312 WARN security.UserGroupInformation: Exception encountered while running the renewal command for principal_name. (TGT end time:1513070122000, renewalFailures: org.apache.hadoop.metrics2.lib.MutableGaugeInt@1bbb43eb,renewalFailuresTotal: org.apache.hadoop.metrics2.lib.MutableGaugeLong@424a0549)
> ExitCodeException exitCode=1: kinit: KDC can't fulfill requested option while renewing credentials
>         at org.apache.hadoop.util.Shell.runCommand(Shell.java:994)
>         at org.apache.hadoop.util.Shell.run(Shell.java:887)
>         at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:1212)
>         at org.apache.hadoop.util.Shell.execCommand(Shell.java:1306)
>         at org.apache.hadoop.util.Shell.execCommand(Shell.java:1288)
>         at org.apache.hadoop.security.UserGroupInformation$1.run(UserGroupInformation.java:1067)
>         at java.lang.Thread.run(Thread.java:745)
> {noformat}
> *Expected Result*:
> it's should be user understandable value.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org