Description of problem:
https://hibernate.atlassian.net/browse/HHH-9928
Version-Release number of selected component (if applicable):
How reproducible:
Consistently
Steps to Reproduce:
Repeatedly execute find by ID queries (at least 1 per minute) in individual transactions for a cacheable entity which does not exist in the DB (e.g. polling for a change)
Actual results:
Continual, unbounded memory growth (as the above query loop continues) is observed in:
org.hibernate.cache.infinispan.access.PutFromLoadValidator$PendingPutMap
Expected results:
Memory should not grow without bound
Additional info:
The memory increase is associated with java.util.HashMap$Node instances, each of which include a distinct key of com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple and a value of org.hibernate.cache.infinispan.access.PutFromLoadValidator$PendingPut.
Document URL:
Section Number and Name:
Describe the issue:
Suggestions for improvement:
Additional information:
Description of problem:
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info: