Bug 1118063
Summary: | Running "Force Major Column Family Compaction" operation fails with NullPointerException | |||
---|---|---|---|---|
Product: | [JBoss] JBoss Operations Network | Reporter: | Larry O'Leary <loleary> | |
Component: | Storage Node | Assignee: | Michael Burman <miburman> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | JON 3.2 | CC: | mazz, miburman, mmahoney, myarboro | |
Target Milestone: | ER01 | Keywords: | Triaged | |
Target Release: | JON 3.2.3 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1127870 (view as bug list) | Environment: | ||
Last Closed: | 2014-09-05 15:40:48 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1127870 |
Description
Larry O'Leary
2014-07-09 23:00:27 UTC
This is happening, because ColumnFamilyDiscoveryComponent is not setting SimpleValue for "name"-property which the operation on the other hand is trying to use. The correct parameter name is available in resourceKey also. For some reason only "takeSnapshot" is using that as columnFamilyname, while repair and compact are not. Fixed in master: commit b4d8b31b36ccc9a845e1140d79566bbba61889e2 Author: burmanm <miburman> Date: Tue Jul 15 11:42:23 2014 +0300 [BZ 1118063] Use resourceKey as columnFamilyname on operations and set SimpleValue name when discovering columnFamily resources git commit to release/jon3.2.x : 48e49e0bc8e8dc6103dc71c2d3c326d83793c501 Moving to ON_QA as this is available for test in JON 3.2.3 ER01 build: http://jon01.mw.lab.eng.bos.redhat.com:8042/dist/release/jon/3.2.3.GA/8-14-14/ |