Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7C95A200D56 for ; Tue, 12 Dec 2017 15:58:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7ACA3160BFC; Tue, 12 Dec 2017 14:58:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C0FB8160BE7 for ; Tue, 12 Dec 2017 15:58:04 +0100 (CET) Received: (qmail 30953 invoked by uid 500); 12 Dec 2017 14:58:03 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 30942 invoked by uid 99); 12 Dec 2017 14:58:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2017 14:58:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 4FC5C18079C for ; Tue, 12 Dec 2017 14:58:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id d04DWtrKQ9TD for ; Tue, 12 Dec 2017 14:58:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 8ECE95F3CF for ; Tue, 12 Dec 2017 14:58:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B6D32E099C for ; Tue, 12 Dec 2017 14:58:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 17FCC212F5 for ; Tue, 12 Dec 2017 14:58:00 +0000 (UTC) Date: Tue, 12 Dec 2017 14:58:00 +0000 (UTC) From: "Steve Loughran (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-15110) Objects are getting logged when we got exception from AutoRenewalThreadForUserCreds MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 12 Dec 2017 14:58:05 -0000 [ https://issues.apache.org/jira/browse/HADOOP-15110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16287712#comment-16287712 ] Steve Loughran commented on HADOOP-15110: ----------------------------------------- It's the error string from kinit, " kinit: KDC can't fulfill requested option while renewing credentials". That's not Hadoop code. All that hadoop knows is that the exec() command failed with a -1 exception. Someone could list the command line sequence which had the problem, but otherwise: there is nothing we can do. FWIW, by the standard of Kerberos related error messages, this is a good one. Downgrading to minor. If you are willing to provide the patch to list the command string, that'd be great. Doing that might also help you track down the problem. thanks > Objects are getting logged when we got exception from AutoRenewalThreadForUserCreds > ----------------------------------------------------------------------------------- > > Key: HADOOP-15110 > URL: https://issues.apache.org/jira/browse/HADOOP-15110 > Project: Hadoop Common > Issue Type: Bug > Components: security > Affects Versions: 2.8.0, 3.0.0-alpha2 > Reporter: Harshakiran Reddy > > *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 (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org