RE: Exceptions related to thrift transport

2012-03-26 Thread Tiwari, Dushyant
AM To: user@cassandra.apache.org Subject: Re: Exceptions related to thrift transport With the crazy message size, the version exception, and the frequency, is there a service that is connecting to the thrift port on occasion and sending garbage (port scan or something else of that nature). Can

Re: Exceptions related to thrift transport

2012-03-22 Thread aaron morton
hat is causing exception#2 (server side). > > From: Guy Incognito [mailto:dnd1...@gmail.com] > Sent: Thursday, March 22, 2012 1:06 PM > To: user@cassandra.apache.org > Subject: Re: Exceptions related to thrift transport > > are you perhaps trying to send a large batch muta

RE: Exceptions related to thrift transport

2012-03-22 Thread Tiwari, Dushyant
Yes the queries are batch mutate. I can understand this for exception#1 but not sure what is causing exception#2 (server side). From: Guy Incognito [mailto:dnd1...@gmail.com] Sent: Thursday, March 22, 2012 1:06 PM To: user@cassandra.apache.org Subject: Re: Exceptions related to thrift transport

Re: Exceptions related to thrift transport

2012-03-22 Thread Guy Incognito
ption, BTW? Thanks, Dushyant *From:*aaron morton [mailto:aa...@thelastpickle.com] *Sent:* Wednesday, March 21, 2012 10:46 PM *To:* user@cassandra.apache.org *Subject:* Re: Exceptions related to thrift transport 1.org.apache.thrift.TException: Message length exceeded: 1342

RE: Exceptions related to thrift transport

2012-03-22 Thread Tiwari, Dushyant
Hector version 1.0-3 What is the reason for the second exception, BTW? Thanks, Dushyant From: aaron morton [mailto:aa...@thelastpickle.com] Sent: Wednesday, March 21, 2012 10:46 PM To: user@cassandra.apache.org Subject: Re: Exceptions related to thrift transport 1

Re: Exceptions related to thrift transport

2012-03-21 Thread Ben Coverston
With the crazy message size, the version exception, and the frequency, is there a service that is connecting to the thrift port on occasion and sending garbage (port scan or something else of that nature). Can you rule that out? On Wed, Mar 21, 2012 at 11:15 AM, aaron morton wrote: > 1. or

Re: Exceptions related to thrift transport

2012-03-21 Thread aaron morton
> 1. org.apache.thrift.TException: Message length exceeded: 134218240 thrift_mas_message_length_in_mb https://github.com/apache/cassandra/blob/cassandra-1.0/conf/cassandra.yaml#L243 (134218240 is 128MB, which is a lot of data( > 2. org.apache.thrift.protocol.TProtocolException: Missi

Exceptions related to thrift transport

2012-03-21 Thread Tiwari, Dushyant
Hi Cassandra Users, A couple of questions on the server side exceptions that I see sometimes - 1. org.apache.thrift.TException: Message length exceeded: 134218240 n How to configure message length? 2. org.apache.thrift.protocol.TProtocolException: Missing version in readMessageB