Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: 82c44f9b3e039426819676d6284cc187ba86d2ca
https://github.com/rhq-project/rhq/commit/82c44f9b3e039426819676d6284cc187b…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-22 (Fri, 22 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/monitoring/metric/MetricsGroupViewDataSource.java
Log Message:
-----------
[BZ 1132400] - metrics load icon visible forever for storage nodes auto-group - processResponse() even if there are no metrics to remove the spinner icon
(cherry picked from commit a9c1625d8c9c1fee15c0bf5047cdafc27abe840b)
Signed-off-by: Mike Thompson <mithomps(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 1d0cff83d968509ee98f2b4934c1226c8bb332ce
https://github.com/rhq-project/rhq/commit/1d0cff83d968509ee98f2b4934c1226c8…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-08-22 (Fri, 22 Aug 2014)
Changed paths:
M modules/core/native-system/src/main/java/org/rhq/core/system/SystemInfoFactory.java
Log Message:
-----------
Bug 1126047 - Agent awaits shutdown of ProcessExecutor idle worker thread; should terminate immediately
There's no need to block the JVM while waiting for a process completion or pumping process streams
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: a9c1625d8c9c1fee15c0bf5047cdafc27abe840b
https://github.com/rhq-project/rhq/commit/a9c1625d8c9c1fee15c0bf5047cdafc27…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-22 (Fri, 22 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/monitoring/metric/MetricsGroupViewDataSource.java
Log Message:
-----------
[BZ 1132400] - metrics load icon visible forever for storage nodes auto-group - processResponse() even if there are no metrics to remove the spinner icon
Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: b1ac51e5e277f1efc5b3fce74492bce378ad439e
https://github.com/rhq-project/rhq/commit/b1ac51e5e277f1efc5b3fce74492bce37…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-21 (Thu, 21 Aug 2014)
Changed paths:
M modules/common/cassandra-util/src/main/java/org/rhq/cassandra/util/ConfigEditor.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Install.java
Log Message:
-----------
rhqctl install was failing with issues like:
"Could not complete storage cluster schema installation: Authentication error on host"
The issue was intermittent. The problem seems to be that the latest
version of Cassandra is taking longer than earlier versions to
initialize its default files (and the default cassandra user).
This happens at first startup. We start cassandra just prior
to installing the server, because the server install applies the
schema updates. But it seems cassandra was not quite ready at
times. This change simply introduces a short delay to allow
cassandra time to finish its first-startup-initialization.
Additionally, an unrelated fix to ensure the yaml file is
properly closed on config updates.
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 642a4af28be1035795adb60044d853d6ec166ff3
https://github.com/rhq-project/rhq/commit/642a4af28be1035795adb60044d853d6e…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-21 (Thu, 21 Aug 2014)
Changed paths:
M modules/common/cassandra-util/src/main/java/org/rhq/cassandra/util/ConfigEditor.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Install.java
Log Message:
-----------
rhqctl install was failing with issues like:
"Could not complete storage cluster schema installation: Authentication error on host"
The issue was intermittent. The problem seems to be that the latest
version of Cassandra is taking longer than earlier versions to
initialize its default files (and the default cassandra user).
This happens at first startup. We start cassandra just prior
to installing the server, because the server install applies the
schema updates. But it seems cassandra was not quite ready at
times. This change simply introduces a short delay to allow
cassandra time to finish its first-startup-initialization.
Additionally, an unrelated fix to ensure the yaml file is
properly closed on config updates.
Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: 6a0cb4d336db879539e98e3695a4002dd69f80b6
https://github.com/rhq-project/rhq/commit/6a0cb4d336db879539e98e3695a4002dd…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-08-21 (Thu, 21 Aug 2014)
Changed paths:
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/PluginContainer.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/InventoryContextImpl.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/InventoryManager.java
M modules/core/plugin-container/src/test/java/org/rhq/core/pc/bundle/BundleManagerTest.java
M modules/core/plugin-container/src/test/java/org/rhq/core/pc/drift/DriftManagerTest.java
M modules/plugins/database/src/test/java/org/rhq/plugins/database/ComponentTest.java
M modules/plugins/mysql/src/test/java/org/rhq/plugins/mysql/ComponentTest.java
M modules/plugins/oracle/src/test/java/org/rhq/plugins/oracle/ComponentTest.java
M modules/plugins/snmptrapd/src/test/java/org/rhq/plugins/snmptrapd/ComponentTest.java
Log Message:
-----------
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(a)redhat.com>
Commit: 0d7980daf2b46ca3abf19740a25aa5faf22b1a1f
https://github.com/rhq-project/rhq/commit/0d7980daf2b46ca3abf19740a25aa5faf…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-08-21 (Thu, 21 Aug 2014)
Changed paths:
M modules/core/plugin-container/pom.xml
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/PluginContainer.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/content/ContentManager.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/event/EventManager.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/InventoryManager.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/measurement/MeasurementManager.java
M modules/core/plugin-container/src/test/java/org/rhq/core/pc/bundle/BundleManagerTest.java
M modules/core/plugin-container/src/test/java/org/rhq/core/pc/drift/DriftManagerTest.java
Log Message:
-----------
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(a)redhat.com>
Compare: https://github.com/rhq-project/rhq/compare/0c726d4b03d1...0d7980daf2b4
Branch: refs/heads/storage_workflow
Home: https://github.com/rhq-project/rhq
Commit: 7d8bbbeb24a2b4950f0019f3d09892137b2857fc
https://github.com/rhq-project/rhq/commit/7d8bbbeb24a2b4950f0019f3d09892137…
Author: John Sanda <jsanda(a)redhat.com>
Date: 2014-08-21 (Thu, 21 Aug 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/DefaultCalculatorLookup.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/maintenance/JobProperties.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/maintenance/job/AnnounceNewNode.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/maintenance/job/DeployNode.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/maintenance/step/AnnounceStorageNode.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/maintenance/step/DeleteStorageNode.java
Log Message:
-----------
[BZ 1120418] more refactoring for failed announce and removing more hard coded strings
Branch: refs/heads/release/jon3.2.x
Home: https://github.com/rhq-project/rhq
Commit: 97c4f6e937d67b3bb133dfda21e2c41d88325e1a
https://github.com/rhq-project/rhq/commit/97c4f6e937d67b3bb133dfda21e2c41d8…
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2014-08-21 (Thu, 21 Aug 2014)
Changed paths:
M modules/enterprise/agent/src/etc/rhq-agent-wrapper.sh
Log Message:
-----------
[BZ 1044986] Remove ${wrapper} which does not match anything, to fix debug part
(cherry picked from commit b9ce78527e71a7b558b6a1f3ed71fd7d8f9712d8)
Conflicts:
modules/enterprise/agent/src/etc/rhq-agent-wrapper.sh
Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: 99983b5c097b2cbeeecd19a5bbf9080c1f179a04
https://github.com/rhq-project/rhq/commit/99983b5c097b2cbeeecd19a5bbf9080c1…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-21 (Thu, 21 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AffinityGroupAgentsSelector.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AffinityGroupServersSelector.java
Log Message:
-----------
[BZ 1127654] - Patternfly theme: various minor UI issues - The height of popups for assigning a server or agent into affinity group was enormous.
(cherry picked from commit c025874d42e1687660b6357c0196d1930064e57f)
Signed-off-by: Jirka Kremser <jkremser(a)redhat.com>