Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2CF347BCE for ; Wed, 3 Aug 2011 20:12:39 +0000 (UTC) Received: (qmail 96824 invoked by uid 500); 3 Aug 2011 20:12:36 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 96648 invoked by uid 500); 3 Aug 2011 20:12:35 -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 96640 invoked by uid 99); 3 Aug 2011 20:12:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Aug 2011 20:12:35 +0000 X-ASF-Spam-Status: No, hits=1.1 required=5.0 tests=FUZZY_AMBIEN,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ryan@twitter.com designates 209.85.218.44 as permitted sender) Received: from [209.85.218.44] (HELO mail-yi0-f44.google.com) (209.85.218.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Aug 2011 20:12:29 +0000 Received: by yie30 with SMTP id 30so787521yie.31 for ; Wed, 03 Aug 2011 13:12:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=twitter.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=YtvleNBdFhSKENla9dgnWryn3PlHRXoSte/UupDbNW8=; b=T85m6J1i6awGmvoPlP8FJ6DeYqtQ+8HS0N5kZr++w+aWgUAT2D0srej441yKZ3BDhJ 3zYNxkyUO8M0kCFmoWOaFiKgL2Wc2rS7RXPV9TBzC9MoCNdvLUINDWFd0H17PiN97rXu cyRN6WWtihBTpaFyiXnEbbsJqVxXKAbU1R5O8= Received: by 10.150.68.34 with SMTP id q34mr1113061yba.18.1312402328240; Wed, 03 Aug 2011 13:12:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.151.7.10 with HTTP; Wed, 3 Aug 2011 13:11:48 -0700 (PDT) In-Reply-To: References: <7DA4B654C7FEB24C9998EE4867BEE93EBC7D50@CNMAIL12.cn.utstarcom.com> <4E3303DF.8040707@gmail.com> From: Ryan King Date: Wed, 3 Aug 2011 13:11:48 -0700 Message-ID: Subject: Re: cassandra server disk full To: user@cassandra.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org The last patch on that ticket is what we're running in prod. Its working well for us with disk_failure_mode: readwrite. In the case of filesystem errors the node shuts off thrift and gossip. While the gossip is propagating we can continue to serve some reads out of the caches. -ryan On Tue, Aug 2, 2011 at 9:27 AM, Jim Ancona wrote: > On Mon, Aug 1, 2011 at 6:12 PM, Ryan King wrote: >> On Fri, Jul 29, 2011 at 12:02 PM, Chris Burroughs >> wrote: >>> On 07/25/2011 01:53 PM, Ryan King wrote: >>>> Actually I was wrong=E2=80=93 our patch will disable gosisp and thrift= but >>>> leave the process running: >>>> >>>> https://issues.apache.org/jira/browse/CASSANDRA-2118 >>>> >>>> If people are interested in that I can make sure its up to date with >>>> our latest version. >>> >>> Thanks Ryan. >>> >>> /me expresses interest. > > /me too! > >>> >>> Zombie nodes when the file system does something "interesting" are not = fun. >> >> In our experience this only gets triggered on hardware failures that >> would otherwise seriously degrade the performance or cause lots of >> errors. >> >> After the nodes traffic coalesces we get an alert which we can then deal= with. >> >> -ryan >> >