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 029A318602 for ; Tue, 6 Oct 2015 15:35:44 +0000 (UTC) Received: (qmail 27295 invoked by uid 500); 6 Oct 2015 15:35:37 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 27252 invoked by uid 500); 6 Oct 2015 15:35:37 -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 27242 invoked by uid 99); 6 Oct 2015 15:35:37 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2015 15:35:37 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 54E781A211F for ; Tue, 6 Oct 2015 15:35:37 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.13 X-Spam-Level: *** X-Spam-Status: No, score=3.13 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id a3f_fEnH7PnY for ; Tue, 6 Oct 2015 15:35:32 +0000 (UTC) Received: from mail-ig0-f178.google.com (mail-ig0-f178.google.com [209.85.213.178]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 2E5B228280 for ; Tue, 6 Oct 2015 15:35:31 +0000 (UTC) Received: by igbkq10 with SMTP id kq10so87429690igb.0 for ; Tue, 06 Oct 2015 08:35:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=5qSTm2v0ASgM7QtPpT5I9jF/JAtoKAkQB/RNiRBSgqk=; b=wZgp7xHpDwI6Da+WlJxhb6DgKzb5Xy1FQLGRmHgsgYKfofBKWVJst4VHaa9cbKTU1o bHLBa/F58WU16cXDkejBWsRUu7pk2yV3Tuwgfp8Rc48osLbQtSYT75KuvU0B1E3nD4Sm zWFpow67u1bBu7pF5zDxtwQHCIf5ovJB6VcDquDLaim6HWtSyRIvvmtjXLe8Kmq2AjkM YV2v+26OEdcHdqTkqIgHYtQZqg94knDr8MRRruJ1E/7Yd1d6lunW+0Z3yzrQP5vemq5w ABrJSTlPGiK+Iw6jrUZksipj7EyIZUZtLpFziwO6HmSJOY/pButfRXrsxy6lwW5rtOmH J33Q== MIME-Version: 1.0 X-Received: by 10.50.79.164 with SMTP id k4mr15453160igx.16.1444145729930; Tue, 06 Oct 2015 08:35:29 -0700 (PDT) Received: by 10.36.248.193 with HTTP; Tue, 6 Oct 2015 08:35:29 -0700 (PDT) Received: by 10.36.248.193 with HTTP; Tue, 6 Oct 2015 08:35:29 -0700 (PDT) In-Reply-To: References: Date: Tue, 6 Oct 2015 21:05:29 +0530 Message-ID: Subject: Re: java.lang.IllegalArgumentException: Mutation of X bytes is too large for the maxiumum size of Y From: Kiran mk To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=089e012947843c8bbc05217161e1 --089e012947843c8bbc05217161e1 Content-Type: text/plain; charset=UTF-8 Do you see more dropped mutation messages in nodetool tpstats output. On Oct 6, 2015 7:51 PM, "George Sigletos" wrote: > Hello, > > I have been frequently receiving those warnings: > > java.lang.IllegalArgumentException: Mutation of 35141120 bytes is too > large for the maxiumum size of 33554432 > at org.apache.cassandra.db.commitlog.CommitLog.add(CommitLog.java:221) > ~[apache-cassandra-2.1.9.jar:2.1.9] > at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:383) > ~[apache-cassandra-2.1.9.jar:2.1.9] > at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:363) > ~[apache-cassandra-2.1.9.jar:2.1.9] > at org.apache.cassandra.db.Mutation.apply(Mutation.java:214) > ~[apache-cassandra-2.1.9.jar:2.1.9] > at > org.apache.cassandra.db.MutationVerbHandler.doVerb(MutationVerbHandler.java:54) > ~[apache-cassandra-2.1.9.jar:2.1.9] > at > org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:64) > ~[apache-cassandra-2.1.9.jar:2.1.9] > at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) > ~[na:1.7.0_75] > at > org.apache.cassandra.concurrent.AbstractTracingAwareExecutorService$FutureTask.run(AbstractTracingAwareExecutorService.java:164) > ~[apache-cassandra-2.1.9.jar:2.1.9] > at org.apache.cassandra.concurrent.SEPWorker.run(SEPWorker.java:105) > [apache-cassandra-2.1.9.jar:2.1.9] > at java.lang.Thread.run(Unknown Source) [na:1.7.0_75] > > Sometimes I can trigger them myself by trying to add the contents of a > text document that is less than 1 MB. > > Initially I did increase the "commitlog_segment_size_in_mb" from 32 to 64. > Thinking to further increase it to 96. > > But would that be a solution to the problem? What could be possibly > causing this? > > Thank you, > George > --089e012947843c8bbc05217161e1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Do you see more dropped mutation messages in nodetool tpstat= s output.

On Oct 6, 2015 7:51 PM, "George Sigletos&qu= ot; <sigletos@textkernel.nl> wrote:
Hello,

I have been frequent= ly receiving those warnings:

java.lang.IllegalArgumentException: Mut= ation of 35141120 bytes is too large for the maxiumum size of 33554432
= =C2=A0at org.apache.cassandra.db.commitlog.CommitLog.add(CommitLog.java:221= ) ~[apache-cassandra-2.1.9.jar:2.1.9]
=C2=A0=C2=A0=C2=A0 at org.apache.c= assandra.db.Keyspace.apply(Keyspace.java:383) ~[apache-cassandra-2.1.9.jar:= 2.1.9]
=C2=A0=C2=A0=C2=A0 at org.apache.cassandra.db.Keyspace.apply(Keys= pace.java:363) ~[apache-cassandra-2.1.9.jar:2.1.9]
=C2=A0=C2=A0=C2=A0 at= org.apache.cassandra.db.Mutation.apply(Mutation.java:214) ~[apache-cassand= ra-2.1.9.jar:2.1.9]
=C2=A0=C2=A0=C2=A0 at org.apache.cassandra.db.Mutati= onVerbHandler.doVerb(MutationVerbHandler.java:54) ~[apache-cassandra-2.1.9.= jar:2.1.9]
=C2=A0=C2=A0=C2=A0 at org.apache.cassandra.net.MessageDeliver= yTask.run(MessageDeliveryTask.java:64) ~[apache-cassandra-2.1.9.jar:2.1.9]<= br>=C2=A0=C2=A0=C2=A0 at java.util.concurrent.Executors$RunnableAdapter.cal= l(Unknown Source) ~[na:1.7.0_75]
=C2=A0=C2=A0=C2=A0 at org.apache.cassan= dra.concurrent.AbstractTracingAwareExecutorService$FutureTask.run(AbstractT= racingAwareExecutorService.java:164) ~[apache-cassandra-2.1.9.jar:2.1.9]=C2=A0=C2=A0=C2=A0 at org.apache.cassandra.concurrent.SEPWorker.run(SEPWor= ker.java:105) [apache-cassandra-2.1.9.jar:2.1.9]
=C2=A0=C2=A0=C2=A0 at j= ava.lang.Thread.run(Unknown Source) [na:1.7.0_75]

Sometimes I can tr= igger them myself by trying to add the contents of=C2=A0 a text document th= at is less than 1 MB.

Initially I did increase the "commi= tlog_segment_size_in_mb" from 32 to 64. Thinking to further increase i= t to 96.

But would that be a solution to the problem? What cou= ld be possibly causing this?

Thank you,
Ge= orge
--089e012947843c8bbc05217161e1--