You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "sumit thakur (JIRA)" <ji...@apache.org> on 2013/10/03 09:17:42 UTC

[jira] [Commented] (CASSANDRA-2827) Thrift error

    [ https://issues.apache.org/jira/browse/CASSANDRA-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13784881#comment-13784881 ] 

sumit thakur commented on CASSANDRA-2827:
-----------------------------------------

In apache cassandra 1.1.5



ERROR [Thrift:786] 2013-10-01 12:23:38,628 CustomTThreadPoolServer.java (line 200) 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:19724)

                at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:21)

                at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:34)

                at org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(CustomTThreadPoolServer.java:186)

                at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)

                at java.lang.Thread.run(Thread.java:662)



Hector is using as a client to make connection with cassandra.

> 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 was sent by Atlassian JIRA
(v6.1#6144)