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 2022/02/09 01:10:48 UTC

[GitHub] [accumulo] ctubbsii commented on issue #2463: Broken or Flaky test: ExternalCompaction_2_IT and ExternalCompaction_3_IT

ctubbsii commented on issue #2463:
URL: https://github.com/apache/accumulo/issues/2463#issuecomment-1033225612


   Saw this again today. It died after this output:
   
   <details>
   <summary>Click to expand</summary>
   
   ```
   [ERROR] Tests run: 5, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 1,287.943 s <<< FAILURE! - in org.apache.accumulo.test.compaction.ExternalCompaction_3_IT
   [ERROR] org.apache.accumulo.test.compaction.ExternalCompaction_3_IT.testCoordinatorRestartsDuringCompaction  Time elapsed: 600.009 s  <<< ERROR!
   org.junit.runners.model.TestTimedOutException: test timed out after 600 seconds
   	at java.base@11.0.14/java.lang.Thread.sleep(Native Method)
   	at app//org.apache.accumulo.fate.util.UtilWaitThread.sleep(UtilWaitThread.java:33)
   	at app//org.apache.accumulo.test.compaction.ExternalCompaction_3_IT.testCoordinatorRestartsDuringCompaction(ExternalCompaction_3_IT.java:178)
   	at java.base@11.0.14/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at java.base@11.0.14/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at java.base@11.0.14/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.base@11.0.14/java.lang.reflect.Method.invoke(Method.java:566)
   	at app//org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
   	at app//org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
   	at app//org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
   	at app//org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
   	at app//org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
   	at app//org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
   	at app//org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
   	at app//org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
   	at java.base@11.0.14/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   	at java.base@11.0.14/java.lang.Thread.run(Thread.java:829)
   
   [ERROR] org.apache.accumulo.test.compaction.ExternalCompaction_3_IT.testCoordinatorRestartsDuringCompaction  Time elapsed: 600.009 s  <<< ERROR!
   java.lang.Exception: Appears to be stuck in thread Time-limited test-SendThread(localhost:40337)
   	at java.base@11.0.14/sun.nio.ch.EPoll.wait(Native Method)
   	at java.base@11.0.14/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
   	at java.base@11.0.14/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
   	at java.base@11.0.14/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
   	at app//org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:347)
   	at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1223)
   
   [ERROR] org.apache.accumulo.test.compaction.ExternalCompaction_3_IT.testCoordinatorRestartsDuringCompaction  Time elapsed: 600.002 s  <<< ERROR!
   org.junit.runners.model.TestTimedOutException: test timed out after 600 seconds
   	at java.base@11.0.14/java.lang.Thread.sleep(Native Method)
   	at app//org.apache.accumulo.fate.zookeeper.ZooCache$ZooRunnable.retry(ZooCache.java:299)
   	at app//org.apache.accumulo.fate.zookeeper.ZooCache.getChildren(ZooCache.java:360)
   	at app//org.apache.accumulo.fate.zookeeper.ZooCache.getLockData(ZooCache.java:570)
   	at app//org.apache.accumulo.core.clientImpl.ClientContext.getManagerLocations(ClientContext.java:421)
   	at app//org.apache.accumulo.core.clientImpl.ClientContext.getManagerLocations(ClientContext.java:406)
   	at app//org.apache.accumulo.core.clientImpl.ManagerClient.getConnection(ManagerClient.java:59)
   	at app//org.apache.accumulo.core.clientImpl.ManagerClient.getConnectionWithRetry(ManagerClient.java:49)
   	at app//org.apache.accumulo.core.clientImpl.TableOperationsImpl.waitForFateOperation(TableOperationsImpl.java:305)
   	at app//org.apache.accumulo.core.clientImpl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:375)
   	at app//org.apache.accumulo.core.clientImpl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:359)
   	at app//org.apache.accumulo.core.clientImpl.TableOperationsImpl.doTableFateOperation(TableOperationsImpl.java:1700)
   	at app//org.apache.accumulo.core.clientImpl.TableOperationsImpl.create(TableOperationsImpl.java:248)
   	at app//org.apache.accumulo.test.compaction.ExternalCompactionTestUtils.createTable(ExternalCompactionTestUtils.java:144)
   	at app//org.apache.accumulo.test.compaction.ExternalCompactionTestUtils.createTable(ExternalCompactionTestUtils.java:134)
   	at app//org.apache.accumulo.test.compaction.ExternalCompaction_3_IT.testCoordinatorRestartsDuringCompaction(ExternalCompaction_3_IT.java:137)
   	at java.base@11.0.14/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at java.base@11.0.14/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at java.base@11.0.14/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.base@11.0.14/java.lang.reflect.Method.invoke(Method.java:566)
   	at app//org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
   	at app//org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
   	at app//org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
   	at app//org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
   	at app//org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
   	at app//org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
   	at app//org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
   	at app//org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
   	at java.base@11.0.14/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   	at java.base@11.0.14/java.lang.Thread.run(Thread.java:829)
   
   [INFO] Running org.apache.accumulo.test.compaction.ExternalCompaction_2_IT
   ```
   
   </details>
   [ExternalCompaction_2_and_3_failure_logs.tar.gz](https://github.com/apache/accumulo/files/8028586/ExternalCompaction_2_and_3_failure_logs.tar.gz)
   
   


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

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

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