[
https://issues.apache.org/jira/browse/CASSANDRA-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148025#comment-13148025
]
Joaquin Casares edited comment on CASSANDRA-3477 at 11/10/11 9:29 PM:
----------------------------------------------------------------------
On another machine:
{CODE}
root@jcasares-Ubuntu-11:~# cat /var/run/cassandra.pid
5232
root@jcasares-Ubuntu-11:~# ps auwx | grep cass
root 5231 0.0 0.0 18892 396 ? Ss 12:07 0:00 jsvc.exec
-user cassandra -home /usr/lib/jvm/java-6-sun/jre/bin/../ ...
root@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
root@jcasares-Ubuntu-11:~# echo $?
255
root@jcasares-Ubuntu-11:~# ps auwx | grep cass
root 5231 0.0 0.0 18892 396 ? Ss 12:07 0:00 jsvc.exec
-user cassandra -home /usr/lib/jvm/java-6-sun/jre/bin/../ ...
{CODE}
This keeps going in a loop every time I execute.
was (Author: j.casares):
On another machine:
{CODE}
root@jcasares-Ubuntu-11:~# cat /var/run/cassandra.pid
5232
root@jcasares-Ubuntu-11:~# ps auwx | grep cass
root 5231 0.0 0.0 18892 396 ? Ss 12:07 0:00 jsvc.exec
-user cassandra -home /usr/lib/jvm/java-6-sun/jre/bin/../ ...
root@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
root@jcasares-Ubuntu-11:~# echo $?
255
root@jcasares-Ubuntu-11:~# ps auwx | grep cassroot 5231 0.0 0.0 18892
396 ? Ss 12:07 0:00 jsvc.exec -user cassandra -home
/usr/lib/jvm/java-6-sun/jre/bin/../ ...
{CODE}
This keeps going in a loop every time I execute.
> 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