Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 1302 invoked from network); 21 Jan 2011 15:21:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jan 2011 15:21:11 -0000 Received: (qmail 6060 invoked by uid 500); 21 Jan 2011 15:21:09 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 5635 invoked by uid 500); 21 Jan 2011 15:21:05 -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 5627 invoked by uid 99); 21 Jan 2011 15:21:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jan 2011 15:21:04 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mhaspra@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-wy0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jan 2011 15:20:59 +0000 Received: by wyf23 with SMTP id 23so1980668wyf.31 for ; Fri, 21 Jan 2011 07:20:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=hi3FixnV/MR0Lw2O4WwZLEc3XXCpCpDtMaQdG7k6sJE=; b=rFvwVe0P9vnax/943VrJolKy515iKQi6ime2wdk86LQW+ugu7ktcONR75Ahdu9ItV/ rs4dY9cqanensDAd+hd64AMjR+mKaK33BawqyC+5cl73aKe7+na3aUw4QP0sOclichN2 wy1aOfCeVRrrs5+YrH6t3ZWIhA38HgXS1BuMg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=HoonyKyZ7X4Teldr2auw/lC5Ih0dOuSqljHQLkyrwI8YklullvR/dMBvedS5rKyVN4 UyRp1DEX39F6WzadU+Ltwi3bJJMWVXP85WUHY2JmHnDIPCKx0OiW+YYXGHwbQb+pOWXD aF8tnuHIWAHC+RmmFy+rN4n3C5d/kJ5KbVBDA= MIME-Version: 1.0 Received: by 10.216.182.212 with SMTP id o62mr103077wem.52.1295623237922; Fri, 21 Jan 2011 07:20:37 -0800 (PST) Received: by 10.216.10.199 with HTTP; Fri, 21 Jan 2011 07:20:37 -0800 (PST) Date: Fri, 21 Jan 2011 16:20:37 +0100 Message-ID: Subject: java.lang.AssertionError in MessagingService.receive during heavy write. From: Michael Haspra To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=0016e65a0448dbf03a049a5cca5b --0016e65a0448dbf03a049a5cca5b Content-Type: text/plain; charset=ISO-8859-1 Hi all, I get the following error when I have cassandra running on 2 nodes (I don't get it when I start only one node). The startup on both nodes seems to be fine (e.g no error messages). Then I set up a keyspace and insert some data on one node, that also works. I start to insert data on both nodes with high load and after a few seconds i get the the following log output on both nodes: java.lang.AssertionError at org.apache.cassandra.net. MessagingService.receive(MessagingService.java:392) at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:84) followed by TimedOutExceptions. I get why I have the TimedOutExceptions but I don't know why the AssertionError occurs. Is that a configuration problem? Greets --0016e65a0448dbf03a049a5cca5b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi all,

I get the following error when I have cassandra running on = 2 nodes (I don't get it when I start only one node).

The startup= on both nodes seems to be fine (e.g no error messages).
Then I set up a= keyspace and insert some data on one node, that also works.

I start to insert data on both nodes with high load and after a few sec= onds i get the the following log output on both nodes:

java.lang.Ass= ertionError
=A0=A0=A0 at org.apache.cassandra.net.
MessagingService.receive(MessagingService.java:392)
=A0=A0=A0 at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcp= Connection.java:84)

followed by TimedOutExceptions.

I get why= I have the TimedOutExceptions but I don't know why the AssertionError = occurs.

Is that a configuration problem?

Greets
--0016e65a0448dbf03a049a5cca5b--