Branch: refs/heads/master Home: https://github.com/rhq-project/rhq Commit: 539c859b0fb34dd452d128f434c90e0e16f83e00 https://github.com/rhq-project/rhq/commit/539c859b0fb34dd452d128f434c90e0e16... Author: John Sanda jsanda@redhat.com Date: 2015-08-30 (Sun, 30 Aug 2015)
Changed paths: M modules/common/cassandra-installer/src/main/java/org/rhq/storage/installer/StorageInstaller.java M modules/common/cassandra-installer/src/test/java/org/rhq/storage/installer/StorageInstallerTest.java
Log Message: ----------- [BZ 1208181] do not use the hostname arg to verify that the node is up
We need to use 127.0.0.1 to verify that the storage node is up, not the hostname passed to the installer. The hostname is the address to use for client requests and for internode communication. JMX needs to be restricted to localhost.
rhq-commits@lists.fedorahosted.org