[
https://issues.apache.org/jira/browse/AMBARI-13436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14960007#comment-14960007
]
Hudson commented on AMBARI-13436:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #3655 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3655/])
AMBARI-13436. Kerberos Wizard: null in request logs (rlevas) (rlevas:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=86fb7574aa8bdb02791ef31b45322c92c9e5ac02])
*
ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariManagementControllerTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/controller/ShortTaskStatus.java
> 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
>
> Attachments: AMBARI-13436_branch-2.1_01.patch,
> AMBARI-13436_branch-2.1_02.patch, AMBARI-13436_trunk_01.patch,
> AMBARI-13436_trunk_02.patch
>
>
> 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)