[
https://issues.apache.org/jira/browse/CASSANDRA-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148019#comment-13148019
]
Joaquin Casares commented on CASSANDRA-3477:
--------------------------------------------
Sorry, I was under the assumption that stop would print out an error message if
it failed. Could we have it do that similar to the restart command? Thanks for
pointing that out.
Ouput:
{CODE}
joaquin@jcasares-Ubuntu-11:~$ ps auwx | grep cass
root 9288 0.0 0.0 18892 396 ? Ss 12:04 0:00 jsvc.exec
-user cassandra -home /usr/lib/jvm/java-6-sun/jre/bin/../ ...
joaquin@jcasares-Ubuntu-11:~$ sudo /usr/bin/jsvc -stop -verbose -home
/usr/lib/jvm/java-6-sun/jre/bin/../ \
> -pidfile /var/run/cassandra.pid
> org.apache.cassandra.thrift.CassandraDaemon
[sudo] password for joaquin:
joaquin@jcasares-Ubuntu-11:~$ ps auwx | grep cass
joaquin 9603 0.0 0.0 8168 1044 pts/0 S+ 21:21 0:00 grep
--color=auto cass
{CODE}
> sudo /etc/init.d/cassandra stop and restart don't work on Debian 6
> ------------------------------------------------------------------
>
> Key: CASSANDRA-3477
> URL: https://issues.apache.org/jira/browse/CASSANDRA-3477
> Project: Cassandra
> Issue Type: Bug
> Components: Packaging
> Reporter: Joaquin Casares
> Assignee: paul cannon
> Priority: Minor
> Fix For: 1.0.3
>
>
> The restart command keeps failing and never passes.
> The stop command seems to have completed successfully, but the processes is
> still listed when I run 'ps auwx | grep cass'.
> Using the Debian6 images on Rackspace. 2 nodes are definitely showing the
> same behavior.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira