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 52440982E for ; Sun, 24 Jun 2012 18:22:13 +0000 (UTC) Received: (qmail 42758 invoked by uid 500); 24 Jun 2012 18:22:11 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 42740 invoked by uid 500); 24 Jun 2012 18:22:11 -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 42731 invoked by uid 99); 24 Jun 2012 18:22:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jun 2012 18:22:11 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.113.200.5] (HELO homiemail-a80.g.dreamhost.com) (208.113.200.5) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jun 2012 18:22:03 +0000 Received: from homiemail-a80.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a80.g.dreamhost.com (Postfix) with ESMTP id 456F237A06B for ; Sun, 24 Jun 2012 11:21:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=thelastpickle.com; h=from :mime-version:content-type:subject:date:in-reply-to:to :references:message-id; q=dns; s=thelastpickle.com; b=YyQkKX7gWs 6xUuw7KCBktb3A/Kx5WTMg/csZ0dQfhp9JeWmfZG1pzZaZbOVrwl1TW/Ds+aZW8D dd7KZZX9RNB/yj4m6PsvPBdliu5LUL6N5tMnZQ08HTRzrFUdKbTFJAIzCYoEkJJY e4NocyOS6qcQP/5JgFhZ/KqhkdWdbPnGA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=thelastpickle.com; h=from :mime-version:content-type:subject:date:in-reply-to:to :references:message-id; s=thelastpickle.com; bh=I8d6/h4CdD9B18Cu WCvY7Q/xkjM=; b=YSGH2Sg0IVq57zv+LzlYf144j/WEzM0ztgRaWuXjcWcoF8qI D4fgNshami3hJzxTEv8X6PsbtzaScMvNJZRm3Zqq9BKjz8DWvH1nrdwHFpuve+qS A6iYIxGBuuH1It/X5NrIwYaKfE24X0ybpUcCP0PIfv0inY7YGJfj+KGkzy8= Received: from [172.16.1.4] (unknown [203.86.207.101]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: aaron@thelastpickle.com) by homiemail-a80.g.dreamhost.com (Postfix) with ESMTPSA id AEAA937A065 for ; Sun, 24 Jun 2012 11:21:41 -0700 (PDT) From: aaron morton Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: multipart/alternative; boundary="Apple-Mail=_4BF98EDE-D519-42CD-B950-9749DD709A0A" Subject: =?iso-8859-1?Q?Re=3A_Strange_behavior_=BFdata_corruption=3F?= Date: Mon, 25 Jun 2012 06:21:39 +1200 In-Reply-To: To: user@cassandra.apache.org References: Message-Id: X-Mailer: Apple Mail (2.1278) --Apple-Mail=_4BF98EDE-D519-42CD-B950-9749DD709A0A Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 If you are using more than one node, make sure you have set the = Consistency Level of the request to QUOURM.=20 Otherwise check your code for errors.=20 Cheers ----------------- Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 22/06/2012, at 5:30 AM, Juan Ezquerro wrote: > Hi >=20 > I'm using version 1.1.1. I'm sorry about the lack of information, i = don't have stacktraces, nothig crash, just return empty, i explain, i do = login as usual, find in db if there is a user named X and who belongs to = client Y, if that is true i return the hash of password from db and do = my checks.=20 >=20 > Sometimes, after a reboot, the login stops work, debug say cassandra = is returning empty, can't find the same user named X who belongs to = client Y, i take a look into db with cassandra-cli and data is there and = looks fine but cassandra can't find it. >=20 > I drop user columfamily and then i create the same columnfamily and = fill with same data and login works again. >=20 > I talk with my buddy who have his own develop environment and same = strange behavior happend sometimes, always after machine halt. We work = with oracle java, i'm using debian testing and phpcassa as client. >=20 > Did you see something like that before? Suggestions for debug? >=20 > --=20 > Juan Ezquerro LLanes >=20 > Telf: 618349107/964051479 >=20 --Apple-Mail=_4BF98EDE-D519-42CD-B950-9749DD709A0A Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=iso-8859-1 If = you are using more than one node, make sure you have set the Consistency = Level of the request to QUOURM. 

Otherwise check = your code for = errors. 

Cheers

http://www.thelastpickle.com

On 22/06/2012, at 5:30 AM, Juan Ezquerro wrote:

Hi

I'm using version 1.1.1. = I'm sorry about the lack of information, i don't have stacktraces, = nothig crash, just return empty, i explain, i do login as usual, find in = db if there is a user named X and who belongs to client Y, if that is = true i return the hash of password from db and do my checks. 

Sometimes, after a reboot, the login stops work, = debug say cassandra is returning empty, can't find the same user named X = who belongs to client Y, i take a look into db with cassandra-cli and = data is there and looks fine but cassandra can't find it.

I drop user columfamily and then i create the same = columnfamily and fill with same data and login works = again.

I talk with my buddy who have his own = develop environment and same strange behavior happend sometimes, = always after machine halt. We work with oracle java, i'm using debian = testing and phpcassa as client.

Did you see something like that before? Suggestions = for debug?

--
Juan Ezquerro LLanes <Sofistic = Team>

Telf: 618349107/964051479


= --Apple-Mail=_4BF98EDE-D519-42CD-B950-9749DD709A0A--