| Summary: | ejb3 -> Strict Max Bean Instance Pool: failed to change configuration parameters | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Hayk Hovsepyan <hhovsepy> | ||||
| Component: | Plugin -- JBoss EAP 7 | Assignee: | Michael Burman <miburman> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Hayk Hovsepyan <hhovsepy> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | JON 3.3.5 | CC: | fbrychta, jmartine, loleary, miburman, spinder | ||||
| Target Milestone: | CR01 | Keywords: | Triaged | ||||
| Target Release: | One-off release | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-06-06 18:58: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: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1314853 | ||||||
| Attachments: |
|
||||||
|
Description
Hayk Hovsepyan
2016-03-03 13:39:27 UTC
Created attachment 1133108 [details]
server.log
Attaching server log which happens after clicking save.
Alert message which shows after saving and returning to "Current" subtab of Configurations: "Failed to retrieve member Resource configurations for [ResourceGroup[id=10032, name=ejb3 ( Strict Max Bean Instance Pool ), category=COMPATIBLE, type=Strict Max Bean Instance Pool, isDynaGroup=false, isClusterGroup=false]]" "Current" subtab is empty here. The reason is that max-pool-size and derived-size can't be both used in EAP7. In the master:
commit f7a8a1e389cca25e8aa6b2aec6e1bb26de46e582
Author: Michael Burman <miburman>
Date: Thu Mar 10 15:23:07 2016 +0200
[BZ 1314388] Update properties of pool-configuration in EJB3 and send only max-pool-size or derive-size to the server
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions Tested on revision: jon-plugin-pack-eap-3.3.0.GA-update-04-DR02. Still not able to save neither "Derive Size" nor "Max Pool Size". Steps: Unset one of them, set the another one. Save. It still shows the old values. Tried with JBoss CLI manally, it works. Fixed in the master:
commit e882ea67aa642eb9821424f41dfd15abcb0d1729
Author: Michael Burman <miburman>
Date: Mon Apr 4 15:47:52 2016 +0300
[BZ 1314388] Using composite operation to do undefine for derive-size
Verified on revision jon33-eap-update04 ER01 Verified on revision jon33-eap-update04 CR01. |