dlmarion opened a new issue, #5501:
URL: https://github.com/apache/accumulo/issues/5501

   **Describe the bug**
   I'm seeing the following stack trace when running `CompactionIT` in `main`. 
I don't see this stack trace when running the same IT in `2.1`.
   
   ```
   2025-04-24T12:46:19,860 71 [threads.AccumuloUncaughtExceptionHandler] ERROR: 
Caught an Exception in Thread[Thrift Connection Pool Checker,5,main]. Thread is 
dead.
   java.lang.IllegalStateException: prop-store failed to be ready within 26250 
ms
        at 
org.apache.accumulo.server.conf.store.impl.ReadyMonitor.isReady(ReadyMonitor.java:86)
 ~[classes/:?]
        at 
org.apache.accumulo.server.conf.store.impl.ZooPropStore.checkZkConnection(ZooPropStore.java:343)
 ~[classes/:?]
        at 
org.apache.accumulo.server.conf.store.impl.ZooPropStore.get(ZooPropStore.java:149)
 ~[classes/:?]
        at 
org.apache.accumulo.server.conf.util.PropSnapshot.updateSnapshot(PropSnapshot.java:104)
 ~[classes/:?]
        at 
org.apache.accumulo.server.conf.util.PropSnapshot.getVersionedProperties(PropSnapshot.java:69)
 ~[classes/:?]
        at 
org.apache.accumulo.server.conf.ZooBasedConfiguration.getDataVersion(ZooBasedConfiguration.java:72)
 ~[classes/:?]
        at 
org.apache.accumulo.server.conf.ZooBasedConfiguration.getUpdateCount(ZooBasedConfiguration.java:89)
 ~[classes/:?]
        at 
org.apache.accumulo.core.conf.AccumuloConfiguration$DeriverImpl.derive(AccumuloConfiguration.java:500)
 ~[classes/:?]
        at 
org.apache.accumulo.core.conf.AccumuloConfiguration.getDuration(AccumuloConfiguration.java:289)
 ~[classes/:?]
        at 
org.apache.accumulo.core.conf.AccumuloConfiguration.getTimeInMillis(AccumuloConfiguration.java:301)
 ~[classes/:?]
        at 
org.apache.accumulo.core.clientImpl.ClientContext.lambda$3(ClientContext.java:259)
 ~[classes/:?]
        at 
com.google.common.base.Suppliers$ExpiringMemoizingSupplier.get(Suppliers.java:315)
 ~[guava-33.4.6-jre.jar:?]
        at 
org.apache.accumulo.core.clientImpl.ClientContext.getClientTimeoutInMillis(ClientContext.java:373)
 ~[classes/:?]
        at 
org.apache.accumulo.server.ServerContext.getTransportPoolMaxAgeMillis(ServerContext.java:437)
 ~[classes/:?]
        at 
org.apache.accumulo.core.clientImpl.ClientContext.lambda$11(ClientContext.java:1039)
 ~[classes/:?]
        at 
org.apache.accumulo.core.clientImpl.ThriftTransportPool.lambda$0(ThriftTransportPool.java:84)
 ~[classes/:?]
        at 
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
 ~[classes/:?]
        at java.base/java.lang.Thread.run(Thread.java:829) [?:?]
   ```
   
   
   **Versions (OS, Maven, Java, and others, as appropriate):**
    - Affected version(s) of this project: 4.0
   
   **To Reproduce**
   Run `CompactionIT` in `main`. I'm seeing this stack trace multiple times.
   
   **Expected behavior**
   Should not see the stack trace from the thread dying.
   
   **Additional context**
   I **think** this may be related to the recent `ZooSession` changes in 
`main`, but not entirely sure.
   


-- 
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-unsubscr...@accumulo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to