[rhq-project/rhq] 2a2ffa: BZ 1166383 - ensure a transport param is added to ...
by John Mazzitelli
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 2a2ffa4dc443f0064365e7ef56deee4b9e3c688d
https://github.com/rhq-project/rhq/commit/2a2ffa4dc443f0064365e7ef56deee4...
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
9 years
[rhq-project/rhq] 914d70: Ensure that the server and agent scripts propagate...
by Libor Zoubek
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 914d70c27a52bd86bb581f4972fd3d33ae259c87
https://github.com/rhq-project/rhq/commit/914d70c27a52bd86bb581f4972fd3d3...
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/72446e2a2b396285ce10ac784523fe2...
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
9 years