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 4B4DA1869E for ; Fri, 29 May 2015 21:19:18 +0000 (UTC) Received: (qmail 31130 invoked by uid 500); 29 May 2015 21:19:18 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 31088 invoked by uid 500); 29 May 2015 21:19:18 -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 31074 invoked by uid 99); 29 May 2015 21:19:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 May 2015 21:19:18 +0000 Date: Fri, 29 May 2015 21:19:18 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ACCUMULO-3169) clone table failed in RW test with Internal error when table did not exist 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-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs resolved ACCUMULO-3169. ----------------------------------------- Resolution: Fixed > clone table failed in RW test with Internal error when table did not exist > -------------------------------------------------------------------------- > > Key: ACCUMULO-3169 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3169 > Project: Accumulo > Issue Type: Bug > Affects Versions: 1.6.0, 1.6.1 > Reporter: Keith Turner > Assignee: Christopher Tubbs > Priority: Critical > Fix For: 1.6.3, 1.7.1, 1.8.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > While running random walk against 1.6.1, I saw the following error > {noformat} > 24 18:38:17,522 [randomwalk.Framework] ERROR: Error during random walk > java.lang.Exception: Error running node Concurrent.xml > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:285) > at org.apache.accumulo.test.randomwalk.Framework.run(Framework.java:63) > at org.apache.accumulo.test.randomwalk.Framework.main(Framework.java:122) > 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.start.Main$1.run(Main.java:141) > at java.lang.Thread.run(Thread.java:744) > Caused by: java.lang.Exception: Error running node ct.CloneTable > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:285) > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:254) > ... 8 more > Caused by: org.apache.accumulo.core.client.AccumuloException: Internal error processing executeFateOperation > at org.apache.accumulo.core.client.impl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:336) > at org.apache.accumulo.core.client.impl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:293) > at org.apache.accumulo.core.client.impl.TableOperationsImpl.doTableFateOperation(TableOperationsImpl.java:1574) > at org.apache.accumulo.core.client.impl.TableOperationsImpl.clone(TableOperationsImpl.java:708) > at org.apache.accumulo.test.randomwalk.concurrent.CloneTable.visit(CloneTable.java:50) > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:254) > ... 9 more > Caused by: org.apache.thrift.TApplicationException: Internal error processing executeFateOperation > at org.apache.thrift.TApplicationException.read(TApplicationException.java:111) > at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:71) > at org.apache.accumulo.core.master.thrift.FateService$Client.recv_executeFateOperation(FateService.java:144) > at org.apache.accumulo.core.master.thrift.FateService$Client.executeFateOperation(FateService.java:125) > at org.apache.accumulo.core.client.impl.TableOperationsImpl.executeFateOperation(TableOperationsImpl.java:249) > at org.apache.accumulo.core.client.impl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:302) > ... 14 more > {noformat} > Correlated this with the following in the master log > {noformat} > 2014-09-24 18:38:19,257 [master.MasterClientServiceHandler] ERROR: Table with id e8 does not exist > java.lang.IllegalArgumentException: Table with id e8 does not exist > at org.apache.accumulo.core.client.impl.Tables.getNamespaceId(Tables.java:308) > at org.apache.accumulo.master.tableOps.CloneTable.(CloneTable.java:242) > at org.apache.accumulo.master.FateServiceHandler.executeFateOperation(FateServiceHandler.java:209) > at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.apache.accumulo.trace.instrument.thrift.RpcServerInvocationHandler.invoke(RpcServerInvocationHandler.java:46) > at org.apache.accumulo.server.util.RpcWrapper$1.invoke(RpcWrapper.java:44) > at com.sun.proxy.$Proxy17.executeFateOperation(Unknown Source) > at org.apache.accumulo.core.master.thrift.FateService$Processor$executeFateOperation.getResult(FateService.java:450) > at org.apache.accumulo.core.master.thrift.FateService$Processor$executeFateOperation.getResult(FateService.java:434) > 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:168) > at org.apache.thrift.server.AbstractNonblockingServer$FrameBuffer.invoke(AbstractNonblockingServer.java:516) > at org.apache.accumulo.server.util.CustomNonBlockingServer$1.run(CustomNonBlockingServer.java:77) > 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) > 2014-09-24 18:38:19,258 [thrift.ProcessFunction] ERROR: Internal error processing executeFateOperation > org.apache.thrift.TException: Table with id e8 does not exist > at org.apache.accumulo.server.util.RpcWrapper$1.invoke(RpcWrapper.java:48) > at com.sun.proxy.$Proxy17.executeFateOperation(Unknown Source) > at org.apache.accumulo.core.master.thrift.FateService$Processor$executeFateOperation.getResult(FateService.java:450) > at org.apache.accumulo.core.master.thrift.FateService$Processor$executeFateOperation.getResult(FateService.java:434) > 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:168) > at org.apache.thrift.server.AbstractNonblockingServer$FrameBuffer.invoke(AbstractNonblockingServer.java:516) > at org.apache.accumulo.server.util.CustomNonBlockingServer$1.run(CustomNonBlockingServer.java:77) > 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} > I have not had time to look into this. My suspicion is that that a TNFE should be thrown, but is not because namespace related changes. If true then 1.5 is not impacted. -- This message was sent by Atlassian JIRA (v6.3.4#6332)