Return-Path: Delivered-To: apmail-avro-dev-archive@www.apache.org Received: (qmail 75284 invoked from network); 2 Sep 2010 16:51:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Sep 2010 16:51:34 -0000 Received: (qmail 46974 invoked by uid 500); 2 Sep 2010 16:51:34 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 46841 invoked by uid 500); 2 Sep 2010 16:51:33 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 46833 invoked by uid 99); 2 Sep 2010 16:51:33 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 16:51:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 16:51:16 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o82GosFV024802 for ; Thu, 2 Sep 2010 16:50:54 GMT Message-ID: <23421436.142701283446254293.JavaMail.jira@thor> Date: Thu, 2 Sep 2010 12:50:54 -0400 (EDT) From: "Eric Evans (JIRA)" To: dev@avro.apache.org Subject: [jira] Commented: (AVRO-650) failures under client concurrency In-Reply-To: <1495096.122151283371618566.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AVRO-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12905583#action_12905583 ] Eric Evans commented on AVRO-650: --------------------------------- I apologize for being so terse, I submitted this issue yesterday during a sprint (a Cassandra sprint to work on the Avro RPC interface :)); I didn't have much time, but I didn't want this to go unreported. I can confirm, in Cassandra this started for us at r987199 when we upgraded Avro to a snapshot based on r986959. Prior to that we were using jars based on the 1.3.3 release, and this problem did not exist. > failures under client concurrency > --------------------------------- > > Key: AVRO-650 > URL: https://issues.apache.org/jira/browse/AVRO-650 > Project: Avro > Issue Type: Bug > Components: java > Affects Versions: 1.4.0 > Reporter: Eric Evans > Assignee: Thiruvalluvan M. G. > Attachments: exceptions.txt, tester.py > > > I'm having trouble getting any client concurrency out of cassandra's rpc server. Running the attached `tester.py' from more than one terminal window is enough to generate the exceptions seen in `exceptions.txt'. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.