Bug 811188
Summary: | [eap6] Running [Reload] operation fails when it is repeatedly invoked | ||||||
---|---|---|---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Libor Zoubek <lzoubek> | ||||
Component: | Agent | Assignee: | Libor Zoubek <lzoubek> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.3 | CC: | hrupp, theute | ||||
Target Milestone: | --- | ||||||
Target Release: | RHQ 4.4.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2013-09-01 10:01:19 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: | 707223 | ||||||
Attachments: |
|
master 38be55b adds a little delay after the reloads. Bulk closing of items that are on_qa and in old RHQ releases, which are out for a long time and where the issue has not been re-opened since. |
Created attachment 576453 [details] operation history - reload failures Description of problem:Running [Reload] operation fails when it is repeatedly invoked - see attached screen shot Version-Release number of selected component (if applicable): Version: 4.4.0-SNAPSHOT Build Number: c59e6a3 EAP6 ER4.1 How reproducible:random Steps to Reproduce: 1. Import EAP6 running in standalone mode 2. Invoke 'Reload' operation 4 times in a row Actual results: java.lang.Exception: Operation{operation='reload', address=Address{path: }, additionalProperties={}} failed with unknown response code - response body was []., rolled-back=false, rolled-back=false at org.rhq.core.pc.operation.OperationInvocation.run(OperationInvocation.java:278) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:636) Expected results: Operation is successfull Additional Info: it seems that failures are related with some kind of timeout. When I run reload operation + wait 5 minutes and run it again it never fails. Setting severity to low, since it is probably not a common technique to constantly reload server and a solution may not be possible.