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 13:55:32 UTC

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

Manno15 commented 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. I have not taken a deep look into it as of yet but I will try to get to the bottom of it.
   The error is: 
   ~~~
   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)
   
   ~~~


----------------------------------------------------------------
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