Bug 1331439

Summary: "Terminating non responsive method with pid *" error when method is executed in wrong zone
Product: Red Hat CloudForms Management Engine Reporter: John Prause <jprause>
Component: AutomateAssignee: Lucy Fu <lufu>
Status: CLOSED EOL QA Contact: Alex Newman <anewman>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 5.4.0CC: cpelland, gmccullo, gtanzill, jhardy, kbrock, lufu, mkanoor, obarenbo, tfitzger, thenness
Target Milestone: GAKeywords: ZStream
Target Release: 5.4.6   
Hardware: All   
OS: All   
Whiteboard: distributed
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1318825 Environment:
Last Closed: 2017-02-28 19:40:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On: 1318825    
Bug Blocks:    

Comment 2 CFME Bot 2016-04-29 21:03:09 UTC
New commit detected on cfme/5.4.z:
https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=4e75aec7e71fd67838603c2dc5b1b69d74249b44

commit 4e75aec7e71fd67838603c2dc5b1b69d74249b44
Merge: dbff88a ad1dde5
Author:     Greg McCullough <gmccullo>
AuthorDate: Fri Apr 29 16:13:39 2016 -0400
Commit:     Greg McCullough <gmccullo>
CommitDate: Fri Apr 29 16:13:39 2016 -0400

    Merge branch '5.4.z-workflow_rbac_call_1318825' into '5.4.z'
    
    Add option to turn off calling Rbac in MiqRequestWorkflow.
    
    This is a manual cherry-pick of [original](https://github.com/ManageIQ/manageiq/pull/8172)
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1331439
    
    See merge request !917

 .../application_controller/miq_request_methods.rb  |  8 ++---
 vmdb/app/controllers/miq_request_controller.rb     |  5 ++-
 vmdb/app/models/miq_host_provision_workflow.rb     |  6 ++--
 vmdb/app/models/miq_provision_virt_workflow.rb     |  7 +++--
 vmdb/app/models/miq_request_workflow.rb            | 36 ++++++++++------------
 vmdb/spec/models/miq_request_workflow_spec.rb      | 18 +++++++++++
 6 files changed, 47 insertions(+), 33 deletions(-)