Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AA017185AA for ; Thu, 15 Oct 2015 16:45:11 +0000 (UTC) Received: (qmail 59320 invoked by uid 500); 15 Oct 2015 16:45:05 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 59243 invoked by uid 500); 15 Oct 2015 16:45:05 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 59065 invoked by uid 99); 15 Oct 2015 16:45:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2015 16:45:05 +0000 Date: Thu, 15 Oct 2015 16:45:05 +0000 (UTC) From: "Robert Levas (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-13436) Kerberos Wizard: null in request logs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Robert Levas created AMBARI-13436: ------------------------------------- Summary: Kerberos Wizard: null in request logs Key: AMBARI-13436 URL: https://issues.apache.org/jira/browse/AMBARI-13436 Project: Ambari Issue Type: Bug Components: ambari-server Affects Versions: 2.1.2 Reporter: Robert Levas Assignee: Robert Levas Priority: Critical Fix For: 2.1.3 In Enable Kerberos Wizard, after request to Kerberize cluster, when trying to get logs server returns: {noformat} { href: "http://c6401.ambari.apache.org:8080/api/v1/clusters/c/requests/9", Requests: { aborted_task_count: 0, cluster_name: "c", completed_task_count: 8, create_time: 1443112783418, end_time: 1443112805735, exclusive: false, failed_task_count: 0, id: 9, inputs: null, operation_level: null, progress_percent: 100, queued_task_count: 0, request_context: "Preparing Operations", request_schedule: null, request_status: "COMPLETED", resource_filters: [ ], start_time: 1443112783459, task_count: 8, timed_out_task_count: 0, type: "INTERNAL_REQUEST" }, tasks: [ { href: "http://c6401.ambari.apache.org:8080/api/v1/clusters/c/requests/9/tasks/77", Tasks: { cluster_name: "c", command: "EXECUTE", command_detail: "Preparing Operations", end_time: 1443112783549, exit_code: 0, host_name: null, id: 77, request_id: 9, role: "AMBARI_SERVER_ACTION", stage_id: 0, start_time: 1443112783463, status: "COMPLETED", structured_out: { } } } ] } {noformat} So inputs, operation_level, request_schedule, host_name have value null. UI cannot parse properly these logs and user is unable to see logs. -- This message was sent by Atlassian JIRA (v6.3.4#6332)