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

Key: RHQ-486
Type: Improvement Improvement
Status: Accepted Accepted
Priority: Major Major
Assignee: Ian Springer
Reporter: Ian Springer
Votes: 0
Watchers: 0
Operations

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

PC: add methods in InventoryManager for doing service and server scans rooted at a particular Resource

Created: 15/May/08 12:12 PM   Updated: 13/Oct/08 03:42 PM
Component/s: Plugin Container
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Relation
 

Date of First Response: 20/Jul/08 11:48 AM


 Description  « Hide
The current executeServerScanImmediately() method will scan for all server Resource types, and the current executeServiceScanImmediately() will scan all server Resources for services. In a number of scenarios, we need to refresh only a certain server Resource type (e.g. when a patch has been applied to a server Resource and we need to update its version) or only the services below a certain server Resource (e.g. when a patch has been applied to a server Resource and we need to update its child Resources' versions, or when a server Resource's plugin config has been changed and we need to rescan it for child services). In these cases, for efficiency/performance sake, we should provide new methods in InventoryManager for scanning only what is necessary and use those methods instead.


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Joseph Marques - 20/Jul/08 11:48 AM
ian, before you do performance testing for bi-directional agent-server inventory sync, can you see if you can sneak this in? it's related work, so one test cycle could verify both of them.