Bug 1691399
Summary: | [GSS](6.4.z) Remote Naming EJB Invocation is not releasing EJBClientContext after close and leaking memory | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Brad Maxwell <bmaxwell> | ||||||
Component: | EJB | Assignee: | Tomas Hofman <thofman> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Peter Mackay <pmackay> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 6.4.21 | CC: | aogburn, david.lloyd, pmackay, thofman | ||||||
Target Milestone: | CR1 | ||||||||
Target Release: | EAP 6.4.22 | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2019-08-19 12:40:46 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 1613417, 1691431 | ||||||||
Attachments: |
|
Description
Brad Maxwell
2019-03-21 14:26:55 UTC
Created attachment 1546523 [details]
singleton-timer.jar
EJBClientContext.close() method stack trace: at org.jboss.ejb.client.EJBClientContext.close(EJBClientContext.java:1317) - locked <0x1fbf> (a org.jboss.ejb.client.EJBClientContext) at org.jboss.naming.remote.client.ejb.RemoteNamingStoreEJBClientHandler$RemoteNamingEJBClientContextCloseTask.close(RemoteNamingStoreEJBClientHandler.java:123) at org.jboss.naming.remote.client.RemoteContext.close(RemoteContext.java:290) at javax.naming.InitialContext.close(InitialContext.java:556) at javax.naming.InitialContext.close(InitialContext.java:556) at com.jboss.examples.ee6.ejb.EE6ExampleSingletonTimer.timeout(EE6ExampleSingletonTimer.java:83) Created attachment 1546573 [details]
ejbclient.btm
Regression tests passed Verified with EAP 6.4.22.CP.CR1 |