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)

Reply via email to