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 2019/09/13 20:27:58 UTC

[GitHub] [accumulo] milleruntime commented on issue #471: Retry when conncurrent merge happens in bulk import.

milleruntime commented on issue #471: Retry when conncurrent merge happens in bulk import.
URL: https://github.com/apache/accumulo/issues/471#issuecomment-531380062
 
 
   I just saw this running random walk concurrent test on 2.0. 
   ```
   java.lang.Exception: Error running node Concurrent.xml
   	at org.apache.accumulo.testing.randomwalk.Module.visit(Module.java:370)
   	at org.apache.accumulo.testing.randomwalk.Framework.run(Framework.java:48)
   	at org.apache.accumulo.testing.randomwalk.Framework.main(Framework.java:92)
   Caused by: java.lang.Exception: Error running node ct.BulkImport
   	at org.apache.accumulo.testing.randomwalk.Module.visit(Module.java:370)
   	at org.apache.accumulo.testing.randomwalk.Module$1.call(Module.java:303)
   	at org.apache.accumulo.testing.randomwalk.Module$1.call(Module.java:298)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	at org.apache.accumulo.fate.util.LoggingRunnable.run(LoggingRunnable.java:35)
   	at java.lang.Thread.run(Thread.java:748)
   Caused by: org.apache.accumulo.core.client.AccumuloException: Concurrent merge happened
   	at org.apache.accumulo.core.clientImpl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:385)
   	at org.apache.accumulo.core.clientImpl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:342)
   	at org.apache.accumulo.core.clientImpl.TableOperationsImpl.doBulkFateOperation(TableOperationsImpl.java:329)
   	at org.apache.accumulo.core.clientImpl.bulk.BulkImport.load(BulkImport.java:142)
   	at org.apache.accumulo.testing.randomwalk.concurrent.BulkImport.visit(BulkImport.java:130)
   	... 9 more
   Caused by: ThriftTableOperationException(tableId:a49, tableName:null, op:BULK_IMPORT, type:OTHER, description:Concurrent merge happened)
   	at org.apache.accumulo.core.master.thrift.FateService$waitForFateOperation_result$waitForFateOperation_resultStandardScheme.read(FateService.java:4729)
   	at org.apache.accumulo.core.master.thrift.FateService$waitForFateOperation_result$waitForFateOperation_resultStandardScheme.read(FateService.java:4698)
   	at org.apache.accumulo.core.master.thrift.FateService$waitForFateOperation_result.read(FateService.java:4624)
   	at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:88)
   	at org.apache.accumulo.core.master.thrift.FateService$Client.recv_waitForFateOperation(FateService.java:155)
   	at org.apache.accumulo.core.master.thrift.FateService$Client.waitForFateOperation(FateService.java:140)
   	at org.apache.accumulo.core.clientImpl.TableOperationsImpl.waitForFateOperation(TableOperationsImpl.java:292)
   	at org.apache.accumulo.core.clientImpl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:358)
   	... 13 more
   ```

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


With regards,
Apache Git Services