markjens commented on issue #2375: URL: https://github.com/apache/accumulo/issues/2375#issuecomment-986806118
Thank you for looking into this, @EdColeman ! Did you see `TTransportException: Unable to create server on addresses` in my logs or in your local run of these tests ? Because I see no such error at https://gist.githubusercontent.com/markjens/326b681c3f8a9c1b6400f55847fe7716/raw/59a33655e108fe55708ceb0d9f5c81309d056a35/CompactionCoordinator_1415671774.out I see this one: ``` 2021-12-03T10:42:21,972 [zookeeper.ZooCache] WARN : Saw (possibly) transient exception communicating with ZooKeeper, will retry org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /accumulo/77a5af20-706e-4a5b-9adf-e188329b760f/root_tablet at org.apache.zookeeper.KeeperException.create(KeeperException.java:102) ~[zookeeper-3.5.9.jar:3.5.9] at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) ~[zookeeper-3.5.9.jar:3.5.9] at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:2021) ~[zookeeper-3.5.9.jar:3.5.9] at org.apache.accumulo.fate.zookeeper.ZooCache$2.run(ZooCache.java:415) ~[accumulo-core-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT] ``` but since it is a WARN I assumed it is not the problem. -- 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]
