Branch: refs/heads/release/jon3.3.x Home: https://github.com/rhq-project/rhq Commit: 6e6149c9eb0a2571ded8853a08cfda393464ae3c https://github.com/rhq-project/rhq/commit/6e6149c9eb0a2571ded8853a08cfda3934... Author: Libor Zoubek lzoubek@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/a13c552616dc1632eb9a71fb693bebda04... Author: Libor Zoubek lzoubek@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/b918c3b2ba3d06d76aad78e484d701ddbd... Author: Michael Burman miburman@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/109582110ae786342fbf0f3eb576593720... Author: Michael Burman miburman@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
rhq-commits@lists.fedorahosted.org