Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D99FD10735 for ; Fri, 20 Dec 2013 16:12:45 +0000 (UTC) Received: (qmail 9714 invoked by uid 500); 20 Dec 2013 16:12:19 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 9517 invoked by uid 500); 20 Dec 2013 16:12:16 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 9426 invoked by uid 99); 20 Dec 2013 16:12:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Dec 2013 16:12:13 +0000 Date: Fri, 20 Dec 2013 16:12:13 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2074) IndexOutOfBoundsException 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/ACCUMULO-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13854099#comment-13854099 ] ASF subversion and git services commented on ACCUMULO-2074: ----------------------------------------------------------- Commit 6bf68ed0d6e725b8866e304fef693c9f6c6f71fe in branch refs/heads/master from [~ecn] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=6bf68ed ] ACCUMULO-2057 caused ACCUMULO-2074 ACCUMULO-2075; copy-paste-error > IndexOutOfBoundsException > ------------------------- > > Key: ACCUMULO-2074 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2074 > Project: Accumulo > Issue Type: Bug > Components: master > Reporter: Eric Newton > Assignee: Eric Newton > Fix For: 1.6.0 > > > Running randomwalk test. Saw this in the master logs: > {noformat} > 2013-12-19 21:52:52,800 [thrift.ProcessFunction] ERROR: Internal error processing reportSplitExtent > java.lang.IndexOutOfBoundsException: Index: 1, Size: 1 > at java.util.ArrayList.rangeCheck(ArrayList.java:635) > at java.util.ArrayList.get(ArrayList.java:411) > at org.apache.accumulo.master.Master$MasterClientServiceHandler.reportSplitExtent(Master.java:873) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.apache.accumulo.trace.instrument.thrift.TraceWrap$1.invoke(TraceWrap.java:63) > at com.sun.proxy.$Proxy16.reportSplitExtent(Unknown Source) > at org.apache.accumulo.core.master.thrift.MasterClientService$Processor$reportSplitExtent.getResult(MasterClientService.java:2028) > at org.apache.accumulo.core.master.thrift.MasterClientService$Processor$reportSplitExtent.getResult(MasterClientService.java:2014) > at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39) > at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39) > at org.apache.accumulo.server.util.TServerUtils$TimedProcessor.process(TServerUtils.java:171) > at org.apache.thrift.server.AbstractNonblockingServer$FrameBuffer.invoke(AbstractNonblockingServer.java:478) > at org.apache.accumulo.server.util.TServerUtils$THsHaServer$Invocation.run(TServerUtils.java:231) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at org.apache.accumulo.trace.instrument.TraceRunnable.run(TraceRunnable.java:47) > at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34) > at java.lang.Thread.run(Thread.java:744) > {noformat} > Did not seem to affect anything, but I'm looking into other problems that occurred during the test. -- This message was sent by Atlassian JIRA (v6.1.4#6159)