Bug 1120442
| Summary: | PastDataAggregator - InvalidTypeException: Column type is of type int | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Elias Ross <genman> |
| Component: | Core Server | Assignee: | John Sanda <jsanda> |
| Status: | CLOSED WONTFIX | QA Contact: | Mike Foley <mfoley> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.12 | CC: | fbrychta, hrupp, jsanda, jshaughn |
| Target Milestone: | --- | ||
| Target Release: | RHQ 4.13 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-09-11 16:03:43 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: | 1120775 | ||
| Bug Blocks: | 1133605 | ||
related JON 3.3 QE ticket ... https://engineering.redhat.com/trac/jon/ticket/1256 QE Deliverable: 1) upgrade testing 2) review logs ...looking for this error, or other errors 3) mark this BZ as verified ...or if it repros ...add a JON 3.3 BZ and make it URGENT/BLOCKING 4) attach upgrade logs to document that this testing was performed. requested dev deliverable: 1) comment on this BZ and add info 2) fix in RHQ/master if needed. I am closing this since the code involved has been removed as part of the work for bug 1114202. |
Description of problem: This was seen post upgrade 00:09:07,342 WARN [org.rhq.server.metrics.aggregation.PastDataAggregator] (StorageClientThreadPool-3) There was an error aggregating data: com.datastax.drive r.core.exceptions.InvalidTypeException: Column type is of type int at com.datastax.driver.core.ColumnDefinitions.checkType(ColumnDefinitions.java:282) [cassandra-driver-core-1.0.5.jar:] at com.datastax.driver.core.Row.getDouble(Row.java:273) [cassandra-driver-core-1.0.5.jar:] at org.rhq.server.metrics.domain.RawNumericMetricMapper$2.map(RawNumericMetricMapper.java:116) [rhq-server-metrics-4.12.0.jar:4.12.0] at org.rhq.server.metrics.domain.RawNumericMetricMapper$2.mapAll(RawNumericMetricMapper.java:90) [rhq-server-metrics-4.12.0.jar:4.12.0] at org.rhq.server.metrics.domain.RawNumericMetricMapper.mapAll(RawNumericMetricMapper.java:124) [rhq-server-metrics-4.12.0.jar:4.12.0] at org.rhq.server.metrics.aggregation.BaseAggregator$1$1$1.next(BaseAggregator.java:262) [rhq-server-metrics-4.12.0.jar:4.12.0] at org.rhq.server.metrics.aggregation.BaseAggregator$1$1$1.next(BaseAggregator.java:254) [rhq-server-metrics-4.12.0.jar:4.12.0] at org.rhq.server.metrics.aggregation.BaseAggregator$2.apply(BaseAggregator.java:283) [rhq-server-metrics-4.12.0.jar:4.12.0] at org.rhq.server.metrics.aggregation.BaseAggregator$2.apply(BaseAggregator.java:279) [rhq-server-metrics-4.12.0.jar:4.12.0] at com.google.common.util.concurrent.Futures$1.apply(Futures.java:720) [guava-14.0.1.jar:] at com.google.common.util.concurrent.Futures$ChainingListenableFuture.run(Futures.java:859) [guava-14.0.1.jar:] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_40] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_40] at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_40] It seems similar to the Bug 1120441 although I'm not sure the cause. Version-Release number of selected component (if applicable): 4.12, upgrade from 4.9 How reproducible: Unclear