[rhq-project/rhq] 6e6149: Bug 1212878 - Cannot obtain client connection to t...
by Michael Burman
Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: 6e6149c9eb0a2571ded8853a08cfda393464ae3c
https://github.com/rhq-project/rhq/commit/6e6149c9eb0a2571ded8853a08cfda3...
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2015-06-29 (Mon, 29 Jun 2015)
Changed paths:
M modules/core/native-system/src/main/java/org/rhq/core/system/JavaSystemInfo.java
M modules/core/native-system/src/main/java/org/rhq/core/system/ProcessExecution.java
R modules/core/native-system/src/main/java/org/rhq/core/system/ProcessExecutionOutputStream.java
A modules/core/util/src/main/java/org/rhq/core/util/exec/ProcessExecutionOutputStream.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/AbstractInstall.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/util/ExecutorAssist.java
Log Message:
-----------
Bug 1212878 - Cannot obtain client connection to the RHQ app server while
upgrading JON server
When checking whether server is up and we're able to talk to it we now
ignore all output for first 10 checks (out of 30) and only care about
connection test exit code. For this purpose ProcessExecutionOutputStream has
been moved from rhq-core-native-system to rhq-core-util.
Commit: a13c552616dc1632eb9a71fb693bebda04fac1bb
https://github.com/rhq-project/rhq/commit/a13c552616dc1632eb9a71fb693bebd...
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2015-06-29 (Mon, 29 Jun 2015)
Changed paths:
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/AbstractInstall.java
Log Message:
-----------
Bug 1212878 - Cannot obtain client connection to the RHQ app server while
upgrading JON server
Forgot to change waiting time back to 5s
Commit: b918c3b2ba3d06d76aad78e484d701ddbd2c5a40
https://github.com/rhq-project/rhq/commit/b918c3b2ba3d06d76aad78e484d701d...
Author: Michael Burman <miburman(a)redhat.com>
Date: 2015-06-29 (Mon, 29 Jun 2015)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageClientManager.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsDAO.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/StorageSession.java
Log Message:
-----------
[BZ 1212627] Check storage node connection aliveness every 4s and recreate session if check failed twice in a row.
Commit: 109582110ae786342fbf0f3eb5765937208d9315
https://github.com/rhq-project/rhq/commit/109582110ae786342fbf0f3eb576593...
Author: Michael Burman <miburman(a)redhat.com>
Date: 2015-06-29 (Mon, 29 Jun 2015)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageClientManager.java
Log Message:
-----------
Set name for the AliveChecker for easier debugging and catch all the exceptions in the aliveChecker thread
Compare: https://github.com/rhq-project/rhq/compare/147577c94d4d...109582110ae7
8 years, 5 months
[rhq-project/rhq] 45d8c8: Bug 1226413 - Implementation of rhq:handover doesn...
by Libor Zoubek
Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: 45d8c8be1a7923e7f933b98c20508c57289f16e1
https://github.com/rhq-project/rhq/commit/45d8c8be1a7923e7f933b98c20508c5...
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2015-06-28 (Sun, 28 Jun 2015)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ServerControl.java
Log Message:
-----------
Bug 1226413 - Implementation of rhq:handover doesn't account for EAP https
connections
Anytime plugin attempts to run CLI in connected mode, we execute dummy CLI
command to detect whether SSL certificate needs to be accepted (manual
intervention needed). This dummy command is executed prior the original
command so we can make sure the original command is not blocked forever by
CLI asking for user input. In case we detect (based on dummy command
output), we return special implementation of ProcessExecutionResults to
caller which holds results from dummy process with error message produced by
CLI representing certificate details.
This commit does not fix 100% Bug 1226413, but prevents blocked CLI process
as part of rhq:handover action or CLI operation.
8 years, 5 months
[rhq-project/rhq] f763d7: Bug 1226413 - Implementation of rhq:handover doesn...
by Libor Zoubek
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: f763d7f440ffc9d270ceb1dc5bbed627525014a0
https://github.com/rhq-project/rhq/commit/f763d7f440ffc9d270ceb1dc5bbed62...
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2015-06-19 (Fri, 19 Jun 2015)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ServerControl.java
Log Message:
-----------
Bug 1226413 - Implementation of rhq:handover doesn't account for EAP https
connections
Anytime plugin attempts to run CLI in connected mode, we execute dummy CLI
command to detect whether SSL certificate needs to be accepted (manual
intervention needed). This dummy command is executed prior the original
command so we can make sure the original command is not blocked forever by
CLI asking for user input. In case we detect (based on dummy command
output), we return special implementation of ProcessExecutionResults to
caller which holds results from dummy process with error message produced by
CLI representing certificate details.
This commit does not fix 100% Bug 1226413, but prevents blocked CLI process
as part of rhq:handover action or CLI operation.
Commit: 3bdca14ee3587163c60c11580d88c1f63d9968f8
https://github.com/rhq-project/rhq/commit/3bdca14ee3587163c60c11580d88c1f...
Author: Libor Zoubek <lzoubek(a)jezzovo.net>
Date: 2015-06-24 (Wed, 24 Jun 2015)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ServerControl.java
Log Message:
-----------
Merge pull request #177 from lzoubek/bugs/1226413
Bug 1226413 - Implementation of rhq:handover doesn't account for EAP https connections
Compare: https://github.com/rhq-project/rhq/compare/67bbfa002675...3bdca14ee358
8 years, 5 months
[rhq-project/rhq] 3df88b: Bug 1212878 - Cannot obtain client connection to t...
by Libor Zoubek
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 3df88bae1c14f08b75fdd95d985acab35481d212
https://github.com/rhq-project/rhq/commit/3df88bae1c14f08b75fdd95d985acab...
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2015-06-23 (Tue, 23 Jun 2015)
Changed paths:
M modules/core/native-system/src/main/java/org/rhq/core/system/JavaSystemInfo.java
M modules/core/native-system/src/main/java/org/rhq/core/system/ProcessExecution.java
R modules/core/native-system/src/main/java/org/rhq/core/system/ProcessExecutionOutputStream.java
A modules/core/util/src/main/java/org/rhq/core/util/exec/ProcessExecutionOutputStream.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/AbstractInstall.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/util/ExecutorAssist.java
Log Message:
-----------
Bug 1212878 - Cannot obtain client connection to the RHQ app server while
upgrading JON server
When checking whether server is up and we're able to talk to it we now
ignore all output for first 10 checks (out of 30) and only care about
connection test exit code. For this purpose ProcessExecutionOutputStream has
been moved from rhq-core-native-system to rhq-core-util.
8 years, 5 months