You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/10/20 15:44:41 UTC

[GitHub] [accumulo] Manno15 edited a comment on pull request #1738: VolumeManager and Volume internals cleanup

Manno15 edited a comment on pull request #1738:
URL: https://github.com/apache/accumulo/pull/1738#issuecomment-712868845


   I pulled down these changes to test #1739 against and I am running into a bug trying to create a table with accumulo-testing. The second error message seems to be the cause.
   The errors are: 
   ~~~
   Exception in thread "main" org.apache.accumulo.core.client.AccumuloException: Internal error processing executeFateOperation
   	at org.apache.accumulo.core.clientImpl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:403)
   	at org.apache.accumulo.core.clientImpl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:355)
   	at org.apache.accumulo.core.clientImpl.TableOperationsImpl.doTableFateOperation(TableOperationsImpl.java:1694)
   	at org.apache.accumulo.core.clientImpl.TableOperationsImpl.create(TableOperationsImpl.java:246)
   	at org.apache.accumulo.testing.continuous.CreateTable.main(CreateTable.java:75)
   Caused by: org.apache.thrift.TApplicationException: Internal error processing executeFateOperation
   	at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:79)
   	at org.apache.accumulo.core.master.thrift.FateService$Client.recv_executeFateOperation(FateService.java:126)
   	at org.apache.accumulo.core.master.thrift.FateService$Client.executeFateOperation(FateService.java:107)
   	at org.apache.accumulo.core.clientImpl.TableOperationsImpl.executeFateOperation(TableOperationsImpl.java:282)
   	at org.apache.accumulo.core.clientImpl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:366)
   
   ~~~
   
   ~~~
   java.lang.IllegalArgumentException: Cannot prefix absolute path /tmp/fate-59b113bfcd65d4d9 with this volume
   	at org.apache.accumulo.core.volume.VolumeImpl.prefixChild(VolumeImpl.java:127)
   	at org.apache.accumulo.master.FateServiceHandler.mkTempDir(FateServiceHandler.java:811)
   	at org.apache.accumulo.master.MasterClientServiceHandler.mkTempDir(MasterClientServiceHandler.java:104)
   	at org.apache.accumulo.master.FateServiceHandler.executeFateOperation(FateServiceHandler.java:177)
   	at org.apache.accumulo.master.MasterClientServiceHandler.executeFateOperation(MasterClientServiceHandler.java:104)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   	at org.apache.accumulo.server.rpc.HighlyAvailableServiceInvocationHandler.invoke(HighlyAvailableServiceInvocationHandler.java:57)
   	at com.sun.proxy.$Proxy38.executeFateOperation(Unknown Source)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   	at org.apache.accumulo.core.trace.TraceUtil.lambda$wrapService$6(TraceUtil.java:235)
   	at com.sun.proxy.$Proxy38.executeFateOperation(Unknown Source)
   	at org.apache.accumulo.core.master.thrift.FateService$Processor$executeFateOperation.getResult(FateService.java:453)
   	at org.apache.accumulo.core.master.thrift.FateService$Processor$executeFateOperation.getResult(FateService.java:432)
   	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
   	at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
   	at org.apache.accumulo.server.rpc.TimedProcessor.process(TimedProcessor.java:63)
   	at org.apache.thrift.server.AbstractNonblockingServer$FrameBuffer.invoke(AbstractNonblockingServer.java:518)
   	at org.apache.accumulo.server.rpc.CustomNonBlockingServer$CustomFrameBuffer.invoke(CustomNonBlockingServer.java:114)
   	at org.apache.thrift.server.Invocation.run(Invocation.java:18)
   	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   	at org.apache.accumulo.fate.util.LoggingRunnable.run(LoggingRunnable.java:37)
   	at java.base/java.lang.Thread.run(Thread.java:834)
   ~~~


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org