You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I start the cluster in fault-tolerant mode and accept some queries, the coordinator frequently log this error: Error processing pending acquires: bound must be positive
2024-12-09T08:18:01.937Z ERROR bin-packing-node-allocator io.trino.execution.scheduler.faulttolerant.BinPackingNodeAllocatorService Error processing pending acquires
java.lang.IllegalArgumentException: bound must be positive
at java.base/java.util.Random.nextInt(Random.java:551)
at java.base/java.util.concurrent.ThreadLocalRandom.nextInt(ThreadLocalRandom.java:453)
at io.trino.execution.scheduler.faulttolerant.BinPackingNodeAllocatorService.pendingAcquiresIterator(BinPackingNodeAllocatorService.java:360)
at io.trino.execution.scheduler.faulttolerant.BinPackingNodeAllocatorService.processPendingAcquires(BinPackingNodeAllocatorService.java:263)
at io.trino.execution.scheduler.faulttolerant.BinPackingNodeAllocatorService.processPendingAcquires(BinPackingNodeAllocatorService.java:252)
at io.trino.execution.scheduler.faulttolerant.BinPackingNodeAllocatorService.lambda$start$0(BinPackingNodeAllocatorService.java:185)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1575)
After I start the cluster in fault-tolerant mode and accept some queries, the coordinator frequently log this error: Error processing pending acquires: bound must be positive
Trino version: 461
jvm.config:
The text was updated successfully, but these errors were encountered: