Bug 956388
Summary: | ResourceProxy does not return live values | ||||||
---|---|---|---|---|---|---|---|
Product: | [JBoss] JBoss Operations Network | Reporter: | Libor Zoubek <lzoubek> | ||||
Component: | CLI | Assignee: | RHQ Project Maintainer <rhq-maint> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | urgent | ||||||
Version: | JON 3.2 | CC: | hrupp, mazz, theute | ||||
Target Milestone: | --- | ||||||
Target Release: | JON 3.2.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | Type: | Bug | |||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Libor Zoubek
2013-04-24 21:02:56 UTC
Created attachment 739603 [details]
server.log
Assigning to mazz since he started looking it. If thats not the right person, please reassign. If the changes are related to the recent updates to findLiveData then we really need to review the test coverage for that change. Assigning to JON32 to make sure this doesn't escape into the product. git commit to master 9159de1 autoboxing strikes again. I changed the API to allow for the timeout to be a Long - this allows callers to specify a timeout OR pass in null to accept the default timeout. As for the metrics all being disabled, I do not see that. My metrics were all enabled as expected. Double check your test scenario/setup to see if you aren't disabling them somewhere else. If you DO see metrics disabled immediately after committing the platform to inventory, write up a separate BZ. This BZ will be for the NPE in getting the live data, which should now be fixed. git commit to master 06071e1 forgot to commit this test class that implements the new API tested on my local master build and all works now. (again, FWIW, I just commited a platform after a clean build with empty DB - once the platform went into inventory and went green, the metric schedules were enabled as expected) verified on 4.7.0-SNAPSHOT (2f656dc) |