Bug 1125343
Summary: | All content-related workflows broken on Agent | ||
---|---|---|---|
Product: | [JBoss] JBoss Operations Network | Reporter: | Thomas Segismont <tsegismo> |
Component: | Plugin Container | Assignee: | Thomas Segismont <tsegismo> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Filip Brychta <fbrychta> |
Severity: | urgent | Docs Contact: | |
Priority: | high | ||
Version: | JON 3.3.0 | CC: | ahovsepy, fbrychta, hrupp, lkrejci, mazz, mfoley, tsegismo |
Target Milestone: | ER02 | ||
Target Release: | JON 3.3.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1096332 | Environment: | |
Last Closed: | 2014-12-11 14:02:08 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: | 1096332 | ||
Bug Blocks: | 1070326 |
Description
Thomas Segismont
2014-07-31 15:35:51 UTC
Fixed in master commit 8668677a01100d22e6799ce3f73f58b92a1b030c Author: Thomas Segismont <tsegismo> Date: Fri Aug 1 18:22:34 2014 +0200 All *ContextImpl classes now lazy load plugin container services The content subsystem was the only one affected as: * some of the other managers were created and initialized before the inventory manager * some of the *ContextImpl classes were already lazy loading the container services Additional commit in master, some itest classes were broken commit 82fba05c62d5a5036455fa936cfa045f60b4724c Author: Thomas Segismont <tsegismo> Date: Fri Aug 1 19:13:20 2014 +0200 Reverted on master commit 24baf850306bcf58ecf35b1d327ae33ceca3c999 Author: Thomas Segismont <tsegismo> Date: Tue Aug 19 16:53:16 2014 +0200 This reverts commit 8668677a01100d22e6799ce3f73f58b92a1b030c and 82fba05c62d5a5036455fa936cfa045f60b4724c Re-introducing lazy loading is a bad idea. Fixed in master commit 2f359251836f5ce82b0fcd28903e423082326051 Author: Thomas Segismont <tsegismo> Date: Tue Aug 19 19:23:53 2014 +0200 All *ContextImpl classes now user eagerly loaded plugin container services The content subsystem was the only one affected as: * some of the other managers were created and initialized before the inventory manager * some of the *ContextImpl classes were still lazy loading container services Additional commit in master commit aefe29a44961fc723d5241d6b67bea2f2f3ccaf7 Author: Thomas Segismont <tsegismo> Date: Thu Aug 21 12:33:38 2014 +0200 Create and initialize managers in order Passes rhq-core-plugin-container tests rhq-core-plugin-container-itest tests. Passes manual testing of an AS7 resource: * events * content * measurement * operation (before and after restart of the plugin container) commit 0d7980daf2b46ca3abf19740a25aa5faf22b1a1f Author: Thomas Segismont <tsegismo> Date: Thu Aug 21 12:33:38 2014 +0200 Bug 1096332 - All content-related workflows broken on Agent Create and initialize managers in order Passes rhq-core-plugin-container tests rhq-core-plugin-container-itest tests. Passes manual testing of an AS7 resource: * events * content * measurement * operation (before and after restart of the plugin container) (cherry picked from commit aefe29a44961fc723d5241d6b67bea2f2f3ccaf7) Signed-off-by: Lukas Krejci <lkrejci> commit 6a0cb4d336db879539e98e3695a4002dd69f80b6 Author: Thomas Segismont <tsegismo> Date: Tue Aug 19 19:23:53 2014 +0200 Bug 1096332 - All content-related workflows broken on Agent All *ContextImpl classes now user eagerly loaded plugin container services The content subsystem was the only one affected as: * some of the other managers were created and initialized before the inventory manager * some of the *ContextImpl classes were still lazy loading container services (cherry picked from commit 2f359251836f5ce82b0fcd28903e423082326051) Signed-off-by: Lukas Krejci <lkrejci> *** Bug 1117755 has been marked as a duplicate of this bug. *** Moving to ON_QA as available for test with the following brew build: https://brewweb.devel.redhat.com//buildinfo?buildID=381194 Verified on Version : 3.3.0.ER02 Build Number : 4fbb183:7da54e2 |