Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 1683 invoked from network); 31 Mar 2010 23:42:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 Mar 2010 23:42:51 -0000 Received: (qmail 34881 invoked by uid 500); 31 Mar 2010 23:42:50 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 34814 invoked by uid 500); 31 Mar 2010 23:42:50 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 34610 invoked by uid 99); 31 Mar 2010 23:42:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Mar 2010 23:42:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Mar 2010 23:42:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4A140234C4C9 for ; Wed, 31 Mar 2010 23:42:27 +0000 (UTC) Message-ID: <663899580.620341270078947302.JavaMail.jira@brutus.apache.org> Date: Wed, 31 Mar 2010 23:42:27 +0000 (UTC) From: "Eric Evans (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Resolved: (CASSANDRA-868) Stop Cassandra using Cassandra Script MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans resolved CASSANDRA-868. ---------------------------------- Resolution: Won't Fix Assignee: Eric Evans As Jonathan has already mentioned, a remote method that terminates the node is the wrong approach. You could include a stop argument to bin/cassandra but that would just kill `cat `, which hardly seems worth it (it's just as easy to kill `cat `). > Stop Cassandra using Cassandra Script > ------------------------------------- > > Key: CASSANDRA-868 > URL: https://issues.apache.org/jira/browse/CASSANDRA-868 > Project: Cassandra > Issue Type: Improvement > Components: Tools > Affects Versions: 0.7 > Environment: Ubuntu 9.10 > Java 6 > Reporter: steve > Assignee: Eric Evans > > When I start Cassandra, I cannot stop it. I can only stop it by kill the process using "kill ". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.