Bug 1250150 - [GSS](6.4.z) HHH-9928 - Pending put leaks when the entity is not found in DB
Summary: [GSS](6.4.z) HHH-9928 - Pending put leaks when the entity is not found in DB
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Hibernate
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: CR1
: EAP 6.4.5
Assignee: jboss-set
QA Contact: hsvabek
URL:
Whiteboard:
Depends On:
Blocks: 1250542 1235745 1259122
TreeView+ depends on / blocked
 
Reported: 2015-08-04 15:21 UTC by Stephen Fikes
Modified: 2019-09-12 08:43 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1250542 (view as bug list)
Environment:
Last Closed: 2017-01-17 11:44:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 1526373 0 None None None Never

Description Stephen Fikes 2015-08-04 15:21:05 UTC
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:

Comment 6 hsvabek 2015-11-03 12:15:21 UTC
Verified with EAP 6.4.5.CP.CR1.

Comment 7 Petr Penicka 2017-01-17 11:44:20 UTC
Retroactively bulk-closing issues from released EAP 6.4 cumulative patches.


Note You need to log in before you can comment on or make changes to this bug.