Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 34248 invoked from network); 20 Jul 2010 14:04:32 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Jul 2010 14:04:32 -0000 Received: (qmail 84374 invoked by uid 500); 20 Jul 2010 14:04:30 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 84203 invoked by uid 500); 20 Jul 2010 14:04:28 -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 84194 invoked by uid 99); 20 Jul 2010 14:04:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jul 2010 14:04:27 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of maescool@gmail.com designates 209.85.215.172 as permitted sender) Received: from [209.85.215.172] (HELO mail-ey0-f172.google.com) (209.85.215.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jul 2010 14:04:16 +0000 Received: by eyb7 with SMTP id 7so1519204eyb.31 for ; Tue, 20 Jul 2010 07:03:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:x-enigmail-version:content-type :content-transfer-encoding; bh=MKWM0fPCBiK9LjpTTkQ8fVQxgtfQr2vXrNFoKZUH+F4=; b=A0q73Z3owrt9QaZor3pzFCgU2kjstVQkslY3WeVO3YDtyIopVOf96tDclKfGK3cGy5 Sdaux7MVRRRgkMzBFrcM4ucjde5rrNdhT4dCuahjOGZ06z+Ym9R0G9mCZ5VI2LMRW9ay I+vbNPQhzfGskBcw0CDG8kKmxEe5J+FG/9sa0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; b=ONwQRh4gPuBSIS3Gl/Udjx7Catuh0VyZGTeTcHjnuvNqjZ1em2Ye9Pw0cI+tabA9pQ TK5AcQf9jK9lk8LP12TGhD43d19LTAMhcy3SP8rRIy9d+mgms7fSPejGqatZuS1qiUnZ 6+a072UHq/5Uqwiv1dTy+wsC3pIiRr26V6ocU= Received: by 10.213.20.132 with SMTP id f4mr6081660ebb.92.1279634587203; Tue, 20 Jul 2010 07:03:07 -0700 (PDT) Received: from mac-Pieter.local (d54C1247B.access.telenet.be [84.193.36.123]) by mx.google.com with ESMTPS id x54sm51567063eeh.11.2010.07.20.07.03.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 20 Jul 2010 07:03:06 -0700 (PDT) Message-ID: <4C45AC99.3000502@gmail.com> Date: Tue, 20 Jul 2010 16:03:05 +0200 From: Pieter Maes User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; nl; rv:1.9.2.4) Gecko/20100608 Lightning/1.0b2 Thunderbird/3.1 MIME-Version: 1.0 To: user@cassandra.apache.org Subject: Script 'hangs' when i stop 1 cassandra node (of 4 nodes) X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm currently using Cassandra 0.6.3 with php thrift (svn r959516) in the phpcassa wrapper (last git + a fix of mine that fixes strange timeouts..). (yeah i use php, don't shoot me for it) (i also mailed that mailing list, but no answer yet from there) When i was running my migration script 1 php script that fetches data from mySQL to add it to Cassandra. (first checks if data exists before each insert) When i stop 1 of the 4 nodes (replication factor 3) the script just hangs.. i don't get any exceptions or timeouts.. anyone any idea? or how i can debug this? (bug very easy to replicate) Best regards Pieter Maes