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/11 13:28:58 UTC

[GitHub] [accumulo] ctubbsii edited a comment on issue #2474: Broken or Flaky test: FateIT

ctubbsii edited a comment on issue #2474:
URL: https://github.com/apache/accumulo/issues/2474#issuecomment-1036206841


   Confirmed that this is still a problem after the changes in #2485:
   
   ```
   org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /accumulo/3d3f19b8-4ff8-47f0-b33b-a87c3d0804a2/fate/tx_731d81b1c8ef162b
   	at org.apache.zookeeper.KeeperException.create(KeeperException.java:118)
   	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:2131)
   	at org.apache.accumulo.fate.zookeeper.ZooReader.lambda$getData$0(ZooReader.java:65)
   	at org.apache.accumulo.fate.zookeeper.ZooReader.retryLoopMutator(ZooReader.java:165)
   	at org.apache.accumulo.fate.zookeeper.ZooReader.retryLoop(ZooReader.java:144)
   	at org.apache.accumulo.fate.zookeeper.ZooReader.retryLoop(ZooReader.java:131)
   	at org.apache.accumulo.fate.zookeeper.ZooReader.getData(ZooReader.java:65)
   	at org.apache.accumulo.test.fate.zookeeper.FateIT.getTxStatus(FateIT.java:193)
   	at org.apache.accumulo.test.fate.zookeeper.FateIT.testTransactionStatus(FateIT.java:156)
   ```
   
   Here are the failsafe logs for this test: [FateIT-logs.tar.gz](https://github.com/apache/accumulo/files/8048922/FateIT-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