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

   I saw this flake out again more recently, while testing #3035:
   
   ```
   [INFO] Running org.apache.accumulo.test.functional.FateStarvationIT
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
69.876 s <<< FAILURE! - in org.apache.accumulo.test.functional.FateStarvationIT
   [ERROR] org.apache.accumulo.test.functional.FateStarvationIT.run  Time 
elapsed: 69.234 s  <<< ERROR!
   java.lang.RuntimeException: java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode 
for /accumulo/6702ad71-c63f-43c1-893e-2846001343c5/fate/tx_69f49eff35439e9a
        at org.apache.accumulo.core.fate.ZooStore.top(ZooStore.java:322)
        at org.apache.accumulo.core.fate.ZooStore.top(ZooStore.java:57)
        at 
org.apache.accumulo.core.fate.AdminUtil.getTransactionStatus(AdminUtil.java:382)
        at org.apache.accumulo.core.fate.AdminUtil.getStatus(AdminUtil.java:261)
        at 
org.apache.accumulo.test.functional.FunctionalTestUtils.getFateStatus(FunctionalTestUtils.java:220)
        at 
org.apache.accumulo.test.functional.FunctionalTestUtils.assertNoDanglingFateLocks(FunctionalTestUtils.java:206)
        at 
org.apache.accumulo.test.functional.FateStarvationIT.run(FateStarvationIT.java:68)
        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.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
        at 
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
        at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
        at 
org.junit.jupiter.api.AssertTimeoutPreemptively.lambda$submitTask$3(AssertTimeoutPreemptively.java:95)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:829)
   Caused by: java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode 
for /accumulo/6702ad71-c63f-43c1-893e-2846001343c5/fate/tx_69f49eff35439e9a
        at org.apache.accumulo.core.fate.ZooStore.top(ZooStore.java:310)
        ... 18 more
   Caused by: org.apache.zookeeper.KeeperException$NoNodeException: 
KeeperErrorCode = NoNode for 
/accumulo/6702ad71-c63f-43c1-893e-2846001343c5/fate/tx_69f49eff35439e9a
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:118)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
        at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:2366)
        at 
org.apache.accumulo.core.fate.zookeeper.ZooReader.lambda$getChildren$6(ZooReader.java:107)
        at 
org.apache.accumulo.core.fate.zookeeper.ZooReader.retryLoopMutator(ZooReader.java:185)
        at 
org.apache.accumulo.core.fate.zookeeper.ZooReader.retryLoop(ZooReader.java:164)
        at 
org.apache.accumulo.core.fate.zookeeper.ZooReader.retryLoop(ZooReader.java:151)
        at 
org.apache.accumulo.core.fate.zookeeper.ZooReader.getChildren(ZooReader.java:107)
        at org.apache.accumulo.core.fate.ZooStore.findTop(ZooStore.java:329)
        at org.apache.accumulo.core.fate.ZooStore.top(ZooStore.java:305)
        ... 18 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to