Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E85A9CEEC for ; Thu, 5 Jul 2012 04:59:03 +0000 (UTC) Received: (qmail 12023 invoked by uid 500); 5 Jul 2012 04:59:01 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 11803 invoked by uid 500); 5 Jul 2012 04:59:00 -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 11777 invoked by uid 99); 5 Jul 2012 04:58:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jul 2012 04:58:59 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.217.172] (HELO mail-lb0-f172.google.com) (209.85.217.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jul 2012 04:58:53 +0000 Received: by lbbgo11 with SMTP id go11so12328051lbb.31 for ; Wed, 04 Jul 2012 21:58:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mithrandi.net; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=GM5xFM1fFWAq4lJgcl8OwLBx3FvyK4xc4BeIXLozwzg=; b=ISAohQfYZl7vDHGLfUZFBOji4TSRC1mmKcqq9VbBC6yYpywQ3Sl8st7RzdZPnd4LDZ 72VItZqcgXWJR8XohEbhNOasT1u/84eVzVMfnYwEc4SvMikmzpXtze/5PwG9opESYXpB DivqlWHktqqIYqciVdNSSjkG9d6OafMjaXDMw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=GM5xFM1fFWAq4lJgcl8OwLBx3FvyK4xc4BeIXLozwzg=; b=fpPoDchIC1iInEKq6mAGZznmj1JV5iklFnjQ8xlhgWpqt+RkTNrYqXbXNwHw7NMSnZ oVGms0WsuL4WEo2tCHgB1lhdaWy8wFs3YSbfz5L8KD+oAX5SHDryK2DyntB/YI4p1ySs Sk3b4mHFwmsNgsN3RJPzr8TYcQw6NPtX7LXnthQ5MCQy+5H69qFySVzxzIzQOTRtMNrB qM9Vr0NH3pwIcB+Sh3+OpPGabfF648lmrQ3DnrslYARSxFIPOiYFu78DpFZA+59AaK6q N73daNS09ladrRYc6OkrKiUWE1LzFCSwDiBtixY9DgjEHrCYEWzaVrQp3llE5s0p/P7J sVNg== MIME-Version: 1.0 Received: by 10.112.100.7 with SMTP id eu7mr11072553lbb.105.1341464312748; Wed, 04 Jul 2012 21:58:32 -0700 (PDT) Received: by 10.112.57.145 with HTTP; Wed, 4 Jul 2012 21:58:32 -0700 (PDT) Received: by 10.112.57.145 with HTTP; Wed, 4 Jul 2012 21:58:32 -0700 (PDT) In-Reply-To: References: Date: Thu, 5 Jul 2012 06:58:32 +0200 Message-ID: Subject: Re: Thrift version and OOM errors From: Tristan Seligmann To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=14dae9d7171ad71bc004c40dff0c X-Gm-Message-State: ALoCoQm9N+AVzNxjnUlqrEjjgYjGsZLnUFl5pzlMcTDmGyMTAMi9raEsJXmNzAfnXpxS5iBmprlk --14dae9d7171ad71bc004c40dff0c Content-Type: text/plain; charset=UTF-8 On Jul 4, 2012 2:02 PM, "Vasileios Vlachos" wrote: > > Any ideas what could be causing strange message lengths? One cause of this that I've seen is a client using unframed Thrift transport while the server expects framed, or vice versa. I suppose a similar cause could be something that is not a Thrift client at all mistakenly connecting to Cassandra's Thrift port. --14dae9d7171ad71bc004c40dff0c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On Jul 4, 2012 2:02 PM, "Vasileios Vlachos" <vasileiosvlachos@gmail.com> wrote: >
> Any ideas what could be causing strange message lengths?

One cause of this that I've seen is a client using unframed Thrift t= ransport while the server expects framed, or vice versa. I suppose a simila= r cause could be something that is not a Thrift client at all mistakenly co= nnecting to Cassandra's Thrift port.

--14dae9d7171ad71bc004c40dff0c--