ctubbsii commented 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)
```
--
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]