History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-4260
Type: Bug Bug
Status: Open Open
Priority: Critical Critical
Assignee: Robin Shen
Reporter: Juan Fernando Alvarado Zamora
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

BuildResource.query() accumulates entities in StatefulPersistenceContext without eviction during permission-filtered pagination

Created: Friday 10:25 PM   Updated: Friday 10:31 PM
Component/s: None
Affects Version/s: 15.0.42
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment:
QuickBuild version 15.0.26 (custom src build)
OS Linux amd64, kernel 6.8.0-87-generic
Java Oracle JDK 21.0.3+7-LTS-152
CPUs 32
Jetty max threads 512
Jetty port 8810
Connection pool HikariCP
DB PostgreSQL


 Description  « Hide
We are experiencing recurring OutOfMemoryError / heap exhaustion on our QuickBuild server (32 GB heap, 32 CPUs, PostgreSQL backend). Heap dump analysis with Eclipse MAT shows 5 Jetty request threads each
retaining 5-7 GB in org.hibernate.engine.internal.StatefulPersistenceContext, totaling ~28 GB (87% of heap). Each thread holds 50,000+ com.pmease.quickbuild.model.Build entities with ~8 million StepRuntime
objects.

 All   Comments   Work Log   Change History      Sort Order:
No work has yet been logged on this issue.