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 29D36DBAA for ; Sat, 6 Oct 2012 19:41:04 +0000 (UTC) Received: (qmail 94288 invoked by uid 500); 6 Oct 2012 19:41:03 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 94249 invoked by uid 500); 6 Oct 2012 19:41:03 -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 94229 invoked by uid 99); 6 Oct 2012 19:41:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Oct 2012 19:41:03 +0000 Date: Sat, 6 Oct 2012 19:41:03 +0000 (UTC) From: "Brandon Williams (JIRA)" To: commits@cassandra.apache.org Message-ID: <1305557080.5369.1349552463445.JavaMail.jiratomcat@arcas> In-Reply-To: <1940079456.4996.1349529303490.JavaMail.jiratomcat@arcas> Subject: [jira] [Assigned] (CASSANDRA-4774) IndexOutOfBoundsException in org.apache.cassandra.gms.Gossiper.sendGossip 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-4774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams reassigned CASSANDRA-4774: ------------------------------------------- Assignee: Brandon Williams > IndexOutOfBoundsException in org.apache.cassandra.gms.Gossiper.sendGossip > ------------------------------------------------------------------------- > > Key: CASSANDRA-4774 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4774 > Project: Cassandra > Issue Type: Bug > Affects Versions: 1.0.0 > Environment: Saw this when looking through some logs in version 1.0.0 system was under a lot of load. > Reporter: Benjamin Coverston > Assignee: Brandon Williams > > ERROR [GossipTasks:1] 2012-10-06 10:47:48,390 Gossiper.java (line 169) Gossip error > java.lang.IndexOutOfBoundsException: Index: 13, Size: 5 > at java.util.ArrayList.RangeCheck(ArrayList.java:547) > at java.util.ArrayList.get(ArrayList.java:322) > at org.apache.cassandra.gms.Gossiper.sendGossip(Gossiper.java:541) > at org.apache.cassandra.gms.Gossiper.doGossipToUnreachableMember(Gossiper.java:575) > at org.apache.cassandra.gms.Gossiper.access$300(Gossiper.java:59) > at org.apache.cassandra.gms.Gossiper$GossipTask.run(Gossiper.java:141) > at org.apache.cassandra.concurrent.DebuggableScheduledThreadPoolExecutor$UncomplainingRunnable.run(DebuggableScheduledThreadPoolExecutor.java:79) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317) > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204) > 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) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira