]
Radim Vansa updated ISPN-4536:
------------------------------
Assignee: (was: Radim Vansa)
Purge method in JPACacheStore will go in OOM
--------------------------------------------
Key: ISPN-4536
URL:
https://issues.jboss.org/browse/ISPN-4536
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Reporter: Sanne Grinovero
The purge method in ScrollableResults iterates on all results in the database without
ever clearing the EntityManager.
This will bring servers down with OOM if your database is large enough.