I've tar'd the log files so if there's a secure place to send them, let me know.
The start of the issue is mostly marked by the following log entry type:
2024-07-17 07:02:53,698 [pool-2-thread-94144] WARN com.pmease.quickbuild.DefaultBuildEngine - Build request for 'root/project/configuration' is ignored as there is an identical request in queue.
(100's more of entries where just the configuration is different).
Once this started, after 10 minutes the web UI became completely blocked. After trying to see if it returns for ~5 minutes I got a lot of other repeated errors looking like these:
2024-07-17 07:13:20,033 [pool-2-thread-94354] WARN com.mchange.v2.resourcepool.BasicResourcePool - com.mchange.v2.resourcepool.BasicResourcePool@1761d8e1 -- an
attempt to checkout a resource was interrupted, and the pool is still live: some other thread must have either interrupted the Thread attempting checkout!
2024-07-17 07:13:20,034 [pool-2-thread-94354] WARN org.hibernate.engine.jdbc.spi.SqlExceptionHelper - SQL Error: 0, SQLState: null
2024-07-17 07:13:20,034 [pool-2-thread-94354] ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - An SQLException was provoked by the following failure: java.lang.InterruptedException
We need to understand what happened.@robinshen do you have any idea?
--
Tom Z