Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 58cdc87e9178ec73e277cbbc3c80d3b9d3516181
https://github.com/rhq-project/rhq/commit/58cdc87e9178ec73e277cbbc3c80d3b9d…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2014-11-27 (Thu, 27 Nov 2014)
Changed paths:
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/ControlCommand.java
Log Message:
-----------
[BZ 1155822] Validate that pid is a numeric value
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: e43c4d9d38270073cba398c2a3d08f7ad9d6be7d
https://github.com/rhq-project/rhq/commit/e43c4d9d38270073cba398c2a3d08f7ad…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-11-25 (Tue, 25 Nov 2014)
Changed paths:
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/CustomScanRootAvailabilityExecutor.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/InventoryManager.java
Log Message:
-----------
Bug 1166640 - Disabling availability metric has no effect
Do not forceRootScan when resource's avail schedule is currently disabled.
Also fix CustomScanRootAvailabilityExecutor to clean up
availabilityScheduleTime in case it is ever used with forceRootScan=true on
resource with avail schedule disabled
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 2a2ffa4dc443f0064365e7ef56deee4b9e3c688d
https://github.com/rhq-project/rhq/commit/2a2ffa4dc443f0064365e7ef56deee4b9…
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2014-11-21 (Fri, 21 Nov 2014)
Changed paths:
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfiguration.java
M modules/enterprise/agent/src/main/resources/agent-configuration.xml
M modules/enterprise/agent/src/test/java/org/rhq/enterprise/agent/AgentConfigurationTest.java
M modules/enterprise/comm/src/main/java/org/rhq/enterprise/communications/ServiceContainerConfiguration.java
M modules/enterprise/comm/src/main/java/org/rhq/enterprise/communications/ServiceContainerConfigurationConstants.java
A modules/enterprise/comm/src/test/java/org/rhq/enterprise/communications/ServiceContainerConfigurationTest.java
M modules/enterprise/server/jar/src/main/resources/server-comm-configuration.xml
Log Message:
-----------
BZ 1166383 - ensure a transport param is added to the remoting locator URL
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 46c94777615a036182d3d8071f439611a94071d2
https://github.com/rhq-project/rhq/commit/46c94777615a036182d3d8071f439611a…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-11-20 (Thu, 20 Nov 2014)
Changed paths:
M etc/rhq-ircBot/src/main/java/org/rhq/etc/ircbot/RhqIrcBotListener.java
Log Message:
-----------
irc bot: adding new irc server address determining if the bot is running inside Red Hat network or not
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 27af90bb1aa82733ce022596f8fcf1f4564d11d3
https://github.com/rhq-project/rhq/commit/27af90bb1aa82733ce022596f8fcf1f45…
Author: Elias Ross <elias_ross(a)apple.com>
Date: 2014-10-15 (Wed, 15 Oct 2014)
Changed paths:
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentMain.java
M modules/enterprise/comm/src/main/java/org/rhq/enterprise/communications/command/server/CommandProcessor.java
Log Message:
-----------
BZ 1130341 - Agent can be stuck waiting for startup
The agent can block forever in a JBoss remoting callback if it receives a
message that triggers a wait on the latch. Change to wait a finite amount of
time, then throw an exception.
Also, clean up the CommandProcessor to use CopyOnWriteArrayList, no need to
copy lists like this.
Commit: db607e13a2772f6655399e418875a0a45e373ab9
https://github.com/rhq-project/rhq/commit/db607e13a2772f6655399e418875a0a45…
Author: Elias Ross <elias_ross(a)apple.com>
Date: 2014-10-17 (Fri, 17 Oct 2014)
Changed paths:
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentMain.java
Log Message:
-----------
For timeout at startup, use 30 seconds (fixed)
Commit: a260f33265a26ddf64c3372380c8c09f7b5be82c
https://github.com/rhq-project/rhq/commit/a260f33265a26ddf64c3372380c8c09f7…
Author: Elias Ross <elias_ross(a)apple.com>
Date: 2014-11-03 (Mon, 03 Nov 2014)
Changed paths:
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentMain.java
Log Message:
-----------
Use NotProcessedException to indicate startup latch timed out
Commit: 288fac0e6a540061a940d0d3be8b69e79e15e8bd
https://github.com/rhq-project/rhq/commit/288fac0e6a540061a940d0d3be8b69e79…
Author: Thomas Segismont <tsegismont(a)gmail.com>
Date: 2014-11-20 (Thu, 20 Nov 2014)
Changed paths:
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentMain.java
M modules/enterprise/comm/src/main/java/org/rhq/enterprise/communications/command/server/CommandProcessor.java
Log Message:
-----------
Merge pull request #141 from genman/bug/1130341
BZ 1130341 - Agent can be stuck waiting for startup
Compare: https://github.com/rhq-project/rhq/compare/9fa2131e6a62...288fac0e6a54
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 90dfaa9df9ee7eaa2fa5300d7b6b8cdf98c42919
https://github.com/rhq-project/rhq/commit/90dfaa9df9ee7eaa2fa5300d7b6b8cdf9…
Author: Elias Ross <elias_ross(a)apple.com>
Date: 2014-10-15 (Wed, 15 Oct 2014)
Changed paths:
M modules/core/native-system/src/main/java/org/rhq/core/system/ProcessInfo.java
Log Message:
-----------
Bug 1130392 - Sigar cannot detect kernel thread names
Sigar does detect the name of kernel threads, it's RHQ that has been filtering
them out.
The fix is simply removing the check for filename existence, and kernel thread
names don't have files anyway.
Commit: 9fa2131e6a622c988c0283a3626e5e5d39d8f176
https://github.com/rhq-project/rhq/commit/9fa2131e6a622c988c0283a3626e5e5d3…
Author: Thomas Segismont <tsegismont(a)gmail.com>
Date: 2014-11-20 (Thu, 20 Nov 2014)
Changed paths:
M modules/core/native-system/src/main/java/org/rhq/core/system/ProcessInfo.java
Log Message:
-----------
Merge pull request #139 from genman/bug/1130392
Bug 1130392 - Sigar cannot detect kernel thread names
Compare: https://github.com/rhq-project/rhq/compare/72446e2a2b39...9fa2131e6a62
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 914d70c27a52bd86bb581f4972fd3d33ae259c87
https://github.com/rhq-project/rhq/commit/914d70c27a52bd86bb581f4972fd3d33a…
Author: Andreas Veithen <veithen(a)google.com>
Date: 2014-11-10 (Mon, 10 Nov 2014)
Changed paths:
M modules/enterprise/agent/src/etc/rhq-agent.sh
M modules/enterprise/server/appserver/src/main/bin-resources/bin/internal/rhq-server.sh
Log Message:
-----------
Ensure that the server and agent scripts propagate SIGTERM in foreground mode
Supervisord requires that programs (1) don't daemonize themselves and
(2) respond to SIGTERM by properly shutting down. Requirement (1) is satisfied
provided one uses the following commands:
- rhq-server/rhq-storage/bin/cassandra -f
- rhq-server/bin/internal/rhq-server.sh console
- rhq-agent/bin/rhq-agent.sh -d
This patch modifies rhq-server.sh and rhq-agent.sh so that they also satisfy
requirement (2). Note that Cassandra already satisfies that requirement because
the script uses exec to launch the JVM.
With this change, RHQ can be properly configured to run under Supervisord, e.g.
in a Docker container.
Commit: 72446e2a2b396285ce10ac784523fe2f98458006
https://github.com/rhq-project/rhq/commit/72446e2a2b396285ce10ac784523fe2f9…
Author: Libor Zoubek <lzoubek(a)jezzovo.net>
Date: 2014-11-20 (Thu, 20 Nov 2014)
Changed paths:
M modules/enterprise/agent/src/etc/rhq-agent.sh
M modules/enterprise/server/appserver/src/main/bin-resources/bin/internal/rhq-server.sh
Log Message:
-----------
Merge pull request #149 from veithen/sigterm-propagation
Ensure that the server and agent scripts propagate SIGTERM in foreground...
Compare: https://github.com/rhq-project/rhq/compare/0651c15919b6...72446e2a2b39
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 0651c15919b6d89fa81e1f2d1781eedd46277f50
https://github.com/rhq-project/rhq/commit/0651c15919b6d89fa81e1f2d1781eedd4…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-11-19 (Wed, 19 Nov 2014)
Changed paths:
M modules/common/cassandra-ccm/cassandra-ccm-core/src/main/bundle/cassandra/bin/cassandra
Log Message:
-----------
Bug 1088046 - JON storage node script displays error ./cassandra: numactl:
not found
Changed cassandra start script to use type instead of which to detect
numactl - 'type' behaves correctly on Linux,Mac and Solaris