Bug 879066 - [jboss-as5] Shutdown max wait time "shared" between different resources
Summary: [jboss-as5] Shutdown max wait time "shared" between different resources
Keywords:
Status: CLOSED DUPLICATE of bug 879065
Alias: None
Product: RHQ Project
Classification: Other
Component: Plugins
Version: 4.5
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: RHQ Project Maintainer
QA Contact: Mike Foley
URL:
Whiteboard:
Depends On:
Blocks: 846362
TreeView+ depends on / blocked
 
Reported: 2012-11-22 00:15 UTC by Larry O'Leary
Modified: 2013-08-14 13:21 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 846362
Environment:
Last Closed: 2013-08-14 13:21:28 UTC
Embargoed:


Attachments (Terms of Use)

Description Larry O'Leary 2012-11-22 00:15:00 UTC
+++ This bug was initially created as a clone of Bug #846362 +++

Created attachment 602782 [details]
proposed patch

Description of problem:
This is a concurrency issue.

The problem is that while a shutdown operation on some AS5 resource is in progress, executing the shutdown operation on another AS5 resource on the same agent will override the max wait time of the two operations to the same value defined by the latter resource.

Version-Release number of selected component (if applicable):
4.5.0-SNAPSHOT

How reproducible:
always

Steps to Reproduce:
1. have 2 AS5 resources in inventory, make sure their shutdown takes more than 1 minute (not sure how to do this actually - possibly install a custom MBean that implements MBeanRegistration interface and sleep in preDeregister()?)
2. set the max wait time of 1 to 15 minutes, and 1minute on the other (2).
3. run shutdown on 1.
4. immediatelly run shutdown on 2
  
Actual results:
The operation on the server 1 times out after 1 minute

Expected results:
The operation on the server 1 should only timeout after 15 minutes or complete normally.

Additional info:

--- Additional comment from mark yarborough on 2012-11-20 15:45:46 EST ---

Per triage with loleary, crouch, mfoley: Move to JBoss ON product, set target release JON 3.2, clear priority (will be subject to further triage in JON 3.2 timeframe).

Comment 1 Thomas Segismont 2013-08-14 13:21:28 UTC

*** This bug has been marked as a duplicate of bug 879065 ***


Note You need to log in before you can comment on or make changes to this bug.