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 2597810C1A for ; Sat, 28 Dec 2013 02:13:55 +0000 (UTC) Received: (qmail 44577 invoked by uid 500); 28 Dec 2013 02:13:52 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 44532 invoked by uid 500); 28 Dec 2013 02:13:52 -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 44503 invoked by uid 99); 28 Dec 2013 02:13:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Dec 2013 02:13:52 +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 (nike.apache.org: domain of josh@keen.io designates 209.85.160.52 as permitted sender) Received: from [209.85.160.52] (HELO mail-pb0-f52.google.com) (209.85.160.52) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Dec 2013 02:13:45 +0000 Received: by mail-pb0-f52.google.com with SMTP id uo5so9764510pbc.39 for ; Fri, 27 Dec 2013 18:13:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=keen.io; s=google; h=date:from:to:message-id:subject:mime-version:content-type; bh=Rls3r+z9kztNempqngxsWwZY4f2DyXm8ZWzdY0f+lTI=; b=L1v9WKl4iCehsecoIWE8IJ9JVA6bv81Wvsko7gIHKuhlnJMhJOCEj/sg0NvjSnjtHz M4RnR+8l/xv5gB0Tof07goIjlGzR2BTxtaL41kD74qaNbSuD0vBgovK8mjHFWyhH9VAP faRMU7B4Mmkz5/APfwLw9guQfTduOWIKPLpms= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:message-id:subject:mime-version :content-type; bh=Rls3r+z9kztNempqngxsWwZY4f2DyXm8ZWzdY0f+lTI=; b=EzIyDduVDkJQFt3QfJxNpY5gvFZGyBI6EYP9aUWpjkudbC2k4rv01OSGn6cpAZplQc twSTLUrdHg2YNJHfur4WCN4vWGzfuU92EMubF9oXckatPLzeEhYljs2t+C7jyleUx/ZR 9zi/wJdPnWuZbdKYkg5W13aLnlHOkcb/7HclSmkldmKr7riM6Q7sjyIE13pH7OKDcGyD HbZC/nVxf6Nz3wfYA7UP5zn4pXAZLfl6XfCVTiXF0BlEX+bli+sdCXKtioL3+WxPEC5L f0eJeqe3bIuxse4lkso4GkcxN2hyfMt8abQU9BOZ+sppyDZoeDJaJXd+ruql6324sK/q Ty+w== X-Gm-Message-State: ALoCoQn8Okw35vu5bVq2V1uji6RFF9HJZ9FZeZyzOKBY+8RIs39Yl9p9JbXi5o+9fbFhi0N5RTxH X-Received: by 10.66.136.131 with SMTP id qa3mr53613393pab.77.1388196803934; Fri, 27 Dec 2013 18:13:23 -0800 (PST) Received: from [172.20.10.3] (mobile-166-137-183-149.mycingular.net. [166.137.183.149]) by mx.google.com with ESMTPSA id sy10sm85312131pac.15.2013.12.27.18.13.21 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 27 Dec 2013 18:13:22 -0800 (PST) Date: Fri, 27 Dec 2013 18:13:20 -0800 From: Josh Dzielak To: user@cassandra.apache.org Message-ID: Subject: Can't write to row key, even at ALL. Tombstones? X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="52be33c0_595b37f3_77d3" X-Virus-Checked: Checked by ClamAV on apache.org --52be33c0_595b37f3_77d3 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline We have a few row keys that aren=E2=80=99t taking any writes, even using = both the ALL consistency level to read and write. We can=E2=80=99t insert= anything into any column, previously existing or new, using the simplest= possible heuristic in cqlsh or cassandra-cli. =20 Our suspicion is that we somehow have a row level tombstone that is futur= e-dated and has not gone away (we=E2=80=99ve lowered gc=5Fgrace=5Fseconds= in hope that it=E2=80=99d get compacted, but no luck so far, even though= the stables that hold the row key have all cycled since). How can we make this row key writeable again=3F Or even better, what can = we do to debug this=3F Is there a way to get Cassandra to log all of the = read candidates, including timestamp and host and sstable, before it choo= ses the one to use=3F =20 Thanks as always, -Josh --52be33c0_595b37f3_77d3 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
We have a few row keys that aren=E2=80=99t taking an= y writes, even using both the ALL consistency level to read and write. We= can=E2=80=99t insert anything into any column, previously existing or ne= w, using the simplest possible heuristic in cqlsh or cassandra-cli.

Our suspicion is that we someho= w have a row level tombstone that is future-dated and has not gone a= way (we=E2=80=99ve lowered gc=5Fgrace=5Fseconds in hope that it=E2=80=99d= get compacted, but no luck so far, even though the stables that hold the= row key have all cycled since).

How can we make= this row key writeable again=3F Or even better, what can we do to debug = this=3F Is there a way to get Cassandra to log all of the read candidates= , including timestamp and host and sstable, before it chooses the one to = use=3F

Thanks as always,
-Jos= h
--52be33c0_595b37f3_77d3--