History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RHQ-434
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Joseph Marques
Reporter: Jessica Sant
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
RHQ Project

"halt on failure" of scheduled group operation not utilized

Created: 03/May/08 07:34 AM   Updated: Yesterday 02:13 PM
Component/s: FX - Operations
Affects Version/s: 1.0
Fix Version/s: 1.2

Time Tracking:
Not Specified

Environment: rhq_GArc10 / jon_GArc06
Issue Links:
Relation
 

Resolution Date: 14/Dec/08 03:26 PM
Date of First Response: 16/Sep/08 09:29 AM
Tester: Jeff Weiss
VCS Revision: 2,371


 Description  « Hide
I scheduled a group operation with the following settings:

Group: 2 JBoss AS Servers
Operation: shutdown
Execute: At the same time
Start: 05/02/2008 19:40:00
Every: 1 hour
Reccurence end: 05/06/2008 08:45:00
Halt on Failure: true
Notes: "shutdown every hour starting @ 05/03/2008 08:40:00"

* The 2nd shutdown opertion failed on both servers in the group because the servers were already stopped -- yet operation continued to be executed (despite the "halt on failure" checkbox)

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Heiko W. Rupp - 16/Sep/08 09:29 AM
I think 'halt on failure' and 'at the same time' are mutually exclusive -- we should perhaps add some logic in the gui for that. At least document it: there is no way that agent A can know about the state of exection on agent B when they run at the same time (even on the same agent, this could be hard if both are started in different threads).


Joseph Marques - 14/Dec/08 03:26 PM
rev2371 - by default, "halt on failure" is disabled;
if the group operation is marked for ordered execution, "halt on failure" will be enabled;
if the group operation is marked for concurrent execution, "halt on failure" will be disabled once again;

Jeff Weiss - 05/Jan/09 02:13 PM
Verified mutual-exclusivity of "halt on failure" and "at the same time". rev2522