Bug 1053483
| Summary: | RHQ Admin UI references 'Cassandra' rather than storage node | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Alan Santos <asantos> |
| Component: | Storage Node | Assignee: | Libor Zoubek <lzoubek> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | JON 3.2 | CC: | kejohnso, lzoubek, mfoley, myarboro, theute |
| Target Milestone: | DR01 | ||
| Target Release: | JON 3.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-12-11 14:00:03 UTC | 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: | |||
|
Description
Alan Santos
2014-01-15 10:29:12 UTC
I can see 2 ways of fixing this.
1. rename resource type. This would cause the original "Cassandra Server JVM" resources to disappear (all metrics history is probably gone) and new "JVM" would be discovered.
- drawback - metric history is lost
2. keep resource type name and update discovery/upgrade code - this approach keeps all metrics and can rename existing resources and give proper name ("JVM") to new resources.
- drawback - resource type is still called "Cassandra JVM Server"
3. may be to add support for resource type name change to plugin descriptor (ie. via new attribute oldName), then we can pair old and new resource type and we don't remove the old type and insert new one.
1 and 2 is very easy to implement.
in master
commit 2ecfe17b0e6c067c58de7dfef12bcb1c214b0190
Author: Libor Zoubek <lzoubek>
Date: Mon Jul 14 14:39:16 2014 +0200
Bug 1053483 - RHQ Admin UI references 'Cassandra' rather than storage node
Cassandra Server JVM resources renamed to JVM
Based on https://github.com/rhq-project/rhq/pull/84 option #2 was chosen, while option #3 can be easily implemented in future (depends on Bug 1119802).
Moving to ON_QA as available to test with brew build of DR01: https://brewweb.devel.redhat.com//buildinfo?buildID=373993 |