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 BC79510A0F for ; Wed, 5 Feb 2014 00:16:39 +0000 (UTC) Received: (qmail 25819 invoked by uid 500); 5 Feb 2014 00:16:18 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 25636 invoked by uid 500); 5 Feb 2014 00:16:13 -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 25607 invoked by uid 99); 5 Feb 2014 00:16:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Feb 2014 00:16:11 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rcoli@eventbrite.com designates 209.85.215.49 as permitted sender) Received: from [209.85.215.49] (HELO mail-la0-f49.google.com) (209.85.215.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Feb 2014 00:16:06 +0000 Received: by mail-la0-f49.google.com with SMTP id y1so7089500lam.36 for ; Tue, 04 Feb 2014 16:15:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=lJYMYtmcBONpXuY2VP76QjVe/HOjPONqF4uWsWCcF90=; b=b9IQY0ajhpITPWK6hZed8khgC6/Va+ocUAC+Tj46ym6cT5bqPqRhh3Tt5n27vnBGr8 TCErYsdZ55ZvHLSnAC0WvZaA/22cuE9/tgaTtKE4S1qj45axCr30tEAT4faQWUFE0jVO RGKdAUcOu2IVlf0QyR0MLfbvT0NLEIeCGrmSnemDgYog+n8oLUVNEHzUsVdxt8iJyf8e UUG+QPKNLT7+4bZbvsn6Qpaw4d+9POXDmIL0ZOViYopyp4eun6bCBMbTPtgG4R6c+n09 nMSfvIQvrR0GCB1CzmEi70/3/hC1BXgZGF0CfxcgRwsKC1VI+ghqJ9xxubsHslI1pNWi /NiQ== X-Gm-Message-State: ALoCoQmhfimUI9Z5+g0ZBftMYi3CjIZdcK2DhMDKNGvk2bbksfO2OVT1CVluW2HxyXSjubEQZrAy MIME-Version: 1.0 X-Received: by 10.112.14.1 with SMTP id l1mr3809877lbc.39.1391559344740; Tue, 04 Feb 2014 16:15:44 -0800 (PST) Received: by 10.114.80.65 with HTTP; Tue, 4 Feb 2014 16:15:44 -0800 (PST) In-Reply-To: References: Date: Tue, 4 Feb 2014 16:15:44 -0800 Message-ID: Subject: Re: Lots of deletions results in death by GC From: Robert Coli To: "user@cassandra.apache.org" Content-Type: multipart/alternative; boundary=001a11c3733e6d6dc704f19da8de X-Virus-Checked: Checked by ClamAV on apache.org --001a11c3733e6d6dc704f19da8de Content-Type: text/plain; charset=ISO-8859-1 On Tue, Feb 4, 2014 at 4:10 PM, Robert Wille wrote: > I would almost think that this is caused by high load on the server, but > I've never seen CPU utilization go above about two of my eight available > cores. If high load triggers this problem, then that is very disconcerting. > That means that a CPU spike could permanently cripple a node. Okay, not > permanently, but until a manual flush occurs. > While it is unlikely to be related to CPU (i/o much more likely...), the JVM is certainly capable of finding itself in a low-heap situation which : 1) performs very poorly 2) does not crash 3) and cannot be recovered from This usually requires a restart of the JVM. This mental model should be an expectation for any application running in the JVM. =Rob --001a11c3733e6d6dc704f19da8de Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On T= ue, Feb 4, 2014 at 4:10 PM, Robert Wille <rwille@fold3.com> w= rote:
I= would almost think that this is caused by high load on the server, but I&r= squo;ve never seen CPU utilization go above about two of my eight available= cores. If high load triggers this problem, then that is very disconcerting= . That means that a CPU spike could permanently cripple a node. Okay, not p= ermanently, but until a manual flush occurs.

While it is unlikely to be related t= o CPU (i/o much more likely...), the JVM is certainly capable of finding it= self in a low-heap situation which :

1) performs v= ery poorly
2) does not crash
3) and cannot be recovered from
=
This usually requires a restart of the JVM. This mental mode= l should be an expectation for any application running in the JVM.

=3DRob
 
--001a11c3733e6d6dc704f19da8de--