Created attachment 739939 [details] storage_node-status.png Description of problem: RHQ Controll - storage node process is up always (even if it's stopped) Version-Release number of selected component (if applicable): jenkins build 169 How reproducible: always Steps to Reproduce: 1. run ./rhqctl.sh install --storage (both storage and agent are started) 2. run ./rhqcrl.sh stop 3. killall -9 java 4. run ./rhqctl.sh status Actual results: After step2. shows error that storage cannot be stopped Afters tep4. storage node is still visible as up - while there is no cassandra process is running Expected results: After step2. both agent and storage should be stopped Additional info: screenshots are attached
Created attachment 739951 [details] storage_process.png
Created attachment 739953 [details] storage-exitValue.png
The status command simply checks for the pid files of each service. The killall -9 is an invalid step. If I forcibly kill a process with -9, the pid file won't get deleted. You will find this behavior with the server, agent, storage node, etc. I am going to close this bug since step 3 is not valid.