Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 58973 invoked from network); 26 Jul 2010 15:52:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Jul 2010 15:52:58 -0000 Received: (qmail 8432 invoked by uid 500); 26 Jul 2010 15:52:57 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 8393 invoked by uid 500); 26 Jul 2010 15:52:56 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 8385 invoked by uid 99); 26 Jul 2010 15:52:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jul 2010 15:52:56 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jshook@gmail.com designates 209.85.160.44 as permitted sender) Received: from [209.85.160.44] (HELO mail-pw0-f44.google.com) (209.85.160.44) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jul 2010 15:52:51 +0000 Received: by pwj1 with SMTP id 1so130183pwj.31 for ; Mon, 26 Jul 2010 08:52:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=tpLCddlS/9V/rmWy57ujzvsoJQGvFqqTWGbf0AE4msw=; b=hCA7ycer3fC2SH4Ox/80OOx3fzwQMq9aFVZCho0Drze2fJHTJ2gk8Pu0PZhdJLcgMU YY3JZJlq6OUF88ouyGkOwtbNRgb7avXTBaoClE/qupJVYsnY1GP+zZl4FyhYAutPFjvm TtBkDlS4/96H700A0wJabpLsNJvXEhAHcEC1U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=vCao9+dPP6WA0GGg3aJz+nKJLUEtieIIVzZrJ9ZzsUfzOGb7Dsu/NmxDbrrL3nBF6j htMGJwZpEc0WDWypNJWY0HY59qjTB7Pszk9VQrBkqYLOS0G7aZdoD1hGV8V9vueojFl4 /srDSVDj6lTIWy749dh8vVicVJFGHXbQZ300s= MIME-Version: 1.0 Received: by 10.114.24.1 with SMTP id 1mr11816438wax.76.1280159551588; Mon, 26 Jul 2010 08:52:31 -0700 (PDT) Received: by 10.114.176.9 with HTTP; Mon, 26 Jul 2010 08:52:31 -0700 (PDT) In-Reply-To: References: <402393092-1280154072-cardhu_decombobulator_blackberry.rim.net-2097143533-@bda297.bisx.produk.on.blackberry> Date: Mon, 26 Jul 2010 10:52:31 -0500 Message-ID: Subject: Re: SV: How to stop cassandra server, installed from debian/ubuntupackage From: Jonathan Shook To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable If only one instance of Cassandra is running on each node, then use something like pkill -f 'java.*cassandra' If more than one (not recommended for various reasons), then you should modify the scripts to put a unique token in the process name. Something like -Dprocname=3D... will work. Then you can modify your pkill -f to be instance specific. On Mon, Jul 26, 2010 at 10:05 AM, Lee Parker wrote: > Which debian/ubuntu packages are you using? =A0I am using the ones that a= re > maintained by Eric Evans and the init.d script stops the server correctly= . > > Lee Parker > > On Mon, Jul 26, 2010 at 9:22 AM, wrote: >> >> This is how I have been doing it: >> pkill cassandra >> >> then I do a netstat -anp | grep 8080 >> I look for the java service I'd running and then kill that java I'd >> e.g. kill >> ------Original Message------ >> From: Thorvaldsson Justus >> To: 'user@cassandra.apache.org' >> ReplyTo: user@cassandra.apache.org >> Subject: SV: How to stop cassandra server, installed from >> debian/ubuntupackage >> Sent: Jul 26, 2010 4:14 PM >> >> I use standard close, CTRL C, I don't run it as deamon >> Dunno but think it works fine =3D) >> >> -----Ursprungligt meddelande----- >> Fr=E5n: orly@notrly.com [mailto:orly@notrly.com] >> Skickat: den 26 juli 2010 15:52 >> Till: user@cassandra.apache.org >> =C4mne: How to stop cassandra server, installed from debian/ubuntu packa= ge >> >> Hi, this might be a dumb question, but I was wondering how do i stop the >> cassandra server.. I installed it using the debian package, so i start >> cassandra by running /etc/init.d/cassandra. I looked at the script and >> tried /etc/init.d/cassandra stop, but it looks like it just tries to sta= rt >> cassandra again, so i get the port in use exception. >> >> Thanks >> >> >> >> Sent via my BlackBerry from Vodacom - let your email find you! >