DomGarguilo opened a new issue, #291:
URL: https://github.com/apache/accumulo-testing/issues/291
The following gets logged every time I run `cingest createtable` on main.
```
2025-02-11T16:26:04,272 [testing.continuous.CreateTable] INFO : Created
Accumulo table ci with 20 tablets
2025-02-11T16:26:04,375 [apache.zookeeper.ClientCnxn] ERROR: Error while
calling watcher.
java.lang.IllegalStateException: null
at
com.google.common.base.Preconditions.checkState(Preconditions.java:496)
~[accumulo-testing-shaded.jar:?]
at org.apache.accumulo.core.zookeeper.ZooCache.clear(ZooCache.java:487)
~[accumulo-testing-shaded.jar:?]
at
org.apache.accumulo.core.zookeeper.ZooCache$ZCacheWatcher.process(ZooCache.java:129)
~[accumulo-testing-shaded.jar:?]
at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:564)
[accumulo-testing-shaded.jar:?]
at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:539)
[accumulo-testing-shaded.jar:?]
```
This may be related to recent changes to `ZooCache` in accumulo.
--
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]