Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7AF4B47BC for ; Sat, 25 Jun 2011 22:06:09 +0000 (UTC) Received: (qmail 60144 invoked by uid 500); 25 Jun 2011 22:06:09 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 60111 invoked by uid 500); 25 Jun 2011 22:06:08 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 60101 invoked by uid 99); 25 Jun 2011 22:06:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 22:06:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 22:06:07 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6540F430DFA for ; Sat, 25 Jun 2011 22:05:47 +0000 (UTC) Date: Sat, 25 Jun 2011 22:05:47 +0000 (UTC) From: "Olivier Smadja (JIRA)" To: commits@cassandra.apache.org Message-ID: <597483141.40884.1309039547411.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1142101061.40876.1309038707436.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-2827) Thrift error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13054980#comment-13054980 ] Olivier Smadja commented on CASSANDRA-2827: ------------------------------------------- Well, We don't use Thrift directly, we are using Hector to access cassandra. Is there any issue using Hector with multi-threaded app ? Thanks, Olivier > Thrift error > ------------ > > Key: CASSANDRA-2827 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2827 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 0.7.4 > Environment: 2 nodes with 0.7.4 on linux > Reporter: Olivier Smadja > > This exeception occured of a non seed node. > ERROR [pool-1-thread-9] 2011-06-25 17:41:37,723 CustomTThreadPoolServer.java (line 218) Thrift error occurred during processing of message. > org.apache.thrift.TException: Negative length: -2147418111 > at org.apache.thrift.protocol.TBinaryProtocol.checkReadLength(TBinaryProtocol.java:388) > at org.apache.thrift.protocol.TBinaryProtocol.readBinary(TBinaryProtocol.java:363) > at org.apache.cassandra.thrift.Cassandra$batch_mutate_args.read(Cassandra.java:15964) > at org.apache.cassandra.thrift.Cassandra$Processor$batch_mutate.process(Cassandra.java:3023) > at org.apache.cassandra.thrift.Cassandra$Processor.process(Cassandra.java:2555) > at org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(CustomTThreadPoolServer.java:206) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) > at java.lang.Thread.run(Thread.java:619) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira