Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: f2b450498e6c3ad86a29d1f24e3064176cc01989
https://github.com/rhq-project/rhq/commit/f2b450498e6c3ad86a29d1f24e3064176…
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2014-08-28 (Thu, 28 Aug 2014)
Changed paths:
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/AbstractInstall.java
Log Message:
-----------
BZ 1096923 - revert the standalone-full.xml if any errors occur during install so a re-install attempt will work
(cherry picked from commit a90b90b27b78daeb3126e83291cb813a4e0989a5)
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: a90b90b27b78daeb3126e83291cb813a4e0989a5
https://github.com/rhq-project/rhq/commit/a90b90b27b78daeb3126e83291cb813a4…
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2014-08-28 (Thu, 28 Aug 2014)
Changed paths:
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/AbstractInstall.java
Log Message:
-----------
BZ 1096923 - revert the standalone-full.xml if any errors occur during install so a re-install attempt will work
Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: 9e40e7140336a8c8b9fd3f53ed377a0ac6b50b76
https://github.com/rhq-project/rhq/commit/9e40e7140336a8c8b9fd3f53ed377a0ac…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-08-28 (Thu, 28 Aug 2014)
Changed paths:
M modules/common/jboss-as-dmr-client/src/main/java/org/rhq/common/jbossas/client/controller/VaultJBossASClient.java
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/ServerInstallUtil.java
Log Message:
-----------
[BZ 1096923] Enhance the vault detection code to avoid a timing issue on install for the first read attempt. This update also improves the granularity of the log and error messages.
(cherry picked from commit 8b13ca345e06e628c2dc4250a341f8a95ecd7e8b)
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 29d377953868104178f6987c24c2b4d5f07d5927
https://github.com/rhq-project/rhq/commit/29d377953868104178f6987c24c2b4d5f…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-08-28 (Thu, 28 Aug 2014)
Changed paths:
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Install.java
Log Message:
-----------
Increase the RHQ Storage startup wait time to 12.5 seconds to be above the default Cassandra superuser setup delay of 10 seconds.
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 8b13ca345e06e628c2dc4250a341f8a95ecd7e8b
https://github.com/rhq-project/rhq/commit/8b13ca345e06e628c2dc4250a341f8a95…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-08-28 (Thu, 28 Aug 2014)
Changed paths:
M modules/common/jboss-as-dmr-client/src/main/java/org/rhq/common/jbossas/client/controller/VaultJBossASClient.java
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/ServerInstallUtil.java
Log Message:
-----------
[BZ 1096923] Enhance the vault detection code to avoid a timing issue on install for the first read attempt. This update also improves the granularity of the log and error messages.
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 5d8bd5cbcb1cbde0adcc5b0e7035a05db7150389
https://github.com/rhq-project/rhq/commit/5d8bd5cbcb1cbde0adcc5b0e7035a05db…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-08-28 (Thu, 28 Aug 2014)
Changed paths:
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentManagement.java
Log Message:
-----------
[BZ 1129910] Fix CL leak in agent plugin & AgentManagement MBean
The AgentManagement MBean is running inside the agent JVM.
When a restart operation of sorts is invoked from within the RHQ
Agent plugin (as its operation), the invocation on the MBean (done
through EMS) inherits the protection domain of the plugin classloader.
But the result of the operation is a new start of the plugin
container (eventually) which will create a whole lot of new
classloaders, all of which will inherit the protection domain and
access control context of the original RHQ agent plugin classloader.
The protection domain holds a reference to the classloader it is
associated with.
As a result all the all the classloaders in the new "incarnation" of
the plugin container will hold a reference to the original plugin
classloader of the agent plugin. This will cause the classes from
that agent plugin to never unload.
Rinse and repeat and you start to get OOMEs and full permgen.
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 33a5bbe154f0eb0def4d48497431315e9528422f
https://github.com/rhq-project/rhq/commit/33a5bbe154f0eb0def4d48497431315e9…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-28 (Thu, 28 Aug 2014)
Changed paths:
M modules/enterprise/gui/rh-access-war/src/main/webapp/css/redhat_access_angular_ui-embedded-images.css
M modules/enterprise/gui/rh-access-war/src/main/webapp/js/redhat_access_angular_ui.js
Log Message:
-----------
[BZ 1133590, BZ 1133909] - Upgrading the version of Red Hat Access angular app, where the issues are already fixed.