[ 
https://issues.apache.org/jira/browse/AMBARI-24714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16637833#comment-16637833
 ] 

Hudson commented on AMBARI-24714:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #10191 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/10191/])
AMBARI-24714. Avoid multi-threading and caching issues when aborting (github: 
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=af3f9ff0b367340c432431384d5d805a72f8495a])
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/actionmanager/ActionDBAccessorImpl.java


> User aborted task reported as FAILED in Bgoperations
> ----------------------------------------------------
>
>                 Key: AMBARI-24714
>                 URL: https://issues.apache.org/jira/browse/AMBARI-24714
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.7.0
>            Reporter: Sandor Molnar
>            Assignee: Sandor Molnar
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 2.8.0
>
>         Attachments: abort_bg_operations.py
>
>          Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> User aborted task reported as FAILED in Bgoperations.
> 1. Install cluster with all services ( Including Druid)
> 2. Click on Stop all services
> 3. When BGoperations window is loaded, click on the abort button for the same 
> task
> 4. The operation should be aborted and marked as Aborted with "Aborted by 
> user" message in the sub tasks logs
> 5. But instead the operation is marked as failure.
> Failed task is Druid Coordinator Stop
> {code:java}
> "href": 
> "https://ctr-e138-1518143905142-466827-01-000002.hwx.site:8443/api/v1/clusters/cl1/requests/59/stages/0/tasks/756";,
> "Tasks": {
> "attempt_cnt": 1,
> "cluster_name": "cl1",
> "command": "STOP",
> "command_detail": "DRUID_COORDINATOR STOP",
> "end_time": 1536363316602,
> "error_log": "/var/lib/ambari-agent/data/errors-756.txt",
> "exit_code": 0,
> "host_name": "ctr-e138-1518143905142-466827-01-000005.hwx.site",
> "id": 756,
> "ops_display_name": null,
> "output_log": "/var/lib/ambari-agent/data/output-756.txt",
> "request_id": 59,
> "role": "DRUID_COORDINATOR",
> "stage_id": 0,
> "start_time": 1536363307548,
> "status": "FAILED",
> "stderr": "\nCommand aborted. Reason: 'Aborted by user'",
> "stdout": "\nCommand aborted. Reason: 'Aborted by user'\n\nCommand failed 
> after 1 tries\n",
> "structured_out": {}
> }{code}



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

Reply via email to