Bug 719734
Summary: | "ORA-01795: maximum number of expressions in a list is 1000" SQLException when trying to import 300 platforms and their child servers via autodiscovery queue view (error occurs in query executed by DiscoveryBossBean.checkStatus()) | ||
---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Ian Springer <ian.springer> |
Component: | Core Server | Assignee: | Ian Springer <ian.springer> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 4.0.1 | CC: | ccrouch, hrupp |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-02-07 19:25:23 UTC | Type: | --- |
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: | 720762, 678340 |
Description
Ian Springer
2011-07-07 19:34:17 UTC
This is fixed by [master cc69251] and [master 902a31c]. Note, though importing a large number of Resources now works, it takes a very long time. For example, to import 1500 Resources (300 platforms and 1200 servers), it took 10 minutes. discussed and agreed upon a verification approach with ips: 1) use the perftest plugin ... add the plugin, plugins update, etc... 2) http://rhq-project.org/display/RHQ/Test+Using+the+Perftest+Plugin 3) begin by using the sample scenario specification Example Scenario Specification <resource type="server-a"> <simpleResourceGenerator numberOfResources="1"/> <simpleNumericMeasurementGenerator/> <simpleArtifactGenerator artifactType="artifact2" numberOfArtifacts="20"> <simpleArtifactRevisionGenerator numberOfRevisions="5"/> </simpleArtifactGenerator> </resource> 4) ... and change the numberOfResources="1000" 5) additionally consider changing the numberOfRevisions and numberOfArtifacts to do some additional testing in this area... verified. used the perftest plugin as described above. changing status of VERIFIED BZs for JON 2.4.2 and JON 3.0 to CLOSED/CURRENTRELEASE |