cshannon commented on PR #4866:
URL: https://github.com/apache/accumulo/pull/4866#issuecomment-2346449657

   The MiniAccumulo tests were hanging on this and I took a look at logs and 
found the following:
   
   ```
   2024-09-12T10:20:28,962 [threads.AccumuloUncaughtExceptionHandler] ERROR: 
Caught an Exception in Thread[accumulo.pool
   .metadata.tablet.assignment-Worker-10,5,main]. Thread is dead.
   java.lang.RuntimeException: java.lang.ArithmeticException: long overflow
           at 
org.apache.accumulo.tserver.AssignmentHandler.run(AssignmentHandler.java:142) 
~[accumulo-tserver-2.1.4-SNAPSHOT.jar:2.1.4-SNAPSHOT]
           at 
org.apache.accumulo.tserver.ActiveAssignmentRunnable.run(ActiveAssignmentRunnable.java:63)
 ~[accumulo-tserver-2.1.4-SNAPSHOT.jar:2.1.4-SNAPSHOT]
           at 
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
 ~[accumulo-core-2.1.4-SNAPSHOT.jar:2.1.4-SNAPSHOT]
           at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
 ~[?:?]
           at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
 ~[?:?]
           at 
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
 ~[accumulo-core-2.1.4-SNAPSHOT.jar:2.1.4-SNAPSHOT]
           at java.base/java.lang.Thread.run(Thread.java:840) [?:?]
   Caused by: java.lang.ArithmeticException: long overflow
           at java.base/java.lang.Math.multiplyExact(Math.java:1004) ~[?:?]
           at java.base/java.time.Duration.toNanos(Duration.java:1250) ~[?:?]
           at org.apache.accumulo.core.util.Timer.hasElapsed(Timer.java:62) 
~[accumulo-core-2.1.4-SNAPSHOT.jar:2.1.4-SNAPSHOT]
           at 
org.apache.accumulo.core.clientImpl.ThriftScanner.scan(ThriftScanner.java:344) 
~[accumulo-core-2.1.4-SNAPSHOT.jar:2.1.4-SNAPSHOT]
   ```
   


-- 
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]

Reply via email to