[JBoss JIRA] (JBTM-2249) Blackie subsystem build fails because of missing org.apache.cxf:cxf-rt-security
by Amos Feng (JIRA)
[ https://issues.jboss.org/browse/JBTM-2249?page=com.atlassian.jira.plugin.... ]
Amos Feng updated JBTM-2249:
----------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/jbosstm/narayana/pull/720
> Blackie subsystem build fails because of missing org.apache.cxf:cxf-rt-security
> -------------------------------------------------------------------------------
>
> Key: JBTM-2249
> URL: https://issues.jboss.org/browse/JBTM-2249
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: BlackTie
> Reporter: Gytis Trikleris
> Assignee: Amos Feng
> Fix For: 5.0.4
>
>
> http://172.17.131.2/view/Status/job/narayana/631/
> {code}
> [ERROR] Failed to execute goal org.wildfly.build:wildfly-server-provisioning-maven-plugin:1.0.0.Alpha2:build (server-provisioning) on project wildfly-blacktie-build: Execution server-provisioning of goal org.wildfly.build:wildfly-server-provisioning-maven-plugin:1.0.0.Alpha2:build failed: java.lang.RuntimeException: java.lang.RuntimeException: Failed to process feature pack /home/hudson/.m2/repository/org/wildfly/wildfly-feature-pack/9.0.0.Alpha1-SNAPSHOT/wildfly-feature-pack-9.0.0.Alpha1-SNAPSHOT.zip modules: Could not resolve module resource artifact ${org.apache.cxf:cxf-rt-ws-security?jandex} for feature pack /home/hudson/.m2/repository/org/wildfly/wildfly-feature-pack/9.0.0.Alpha1-SNAPSHOT/wildfly-feature-pack-9.0.0.Alpha1-SNAPSHOT.zip ->
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 4 months
[JBoss JIRA] (JBTM-2247) Memory leak in TransactionImple
by Mark Little (JIRA)
[ https://issues.jboss.org/browse/JBTM-2247?page=com.atlassian.jira.plugin.... ]
Mark Little commented on JBTM-2247:
-----------------------------------
You also say this is affecting your product and running EAP 6.1 Final. I therefore assume you've got a supported version and the best route to take would be to go through the Support Portal rather than the public forums, which are best-effort only.
> Memory leak in TransactionImple
> -------------------------------
>
> Key: JBTM-2247
> URL: https://issues.jboss.org/browse/JBTM-2247
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: JTA
> Affects Versions: 4.16.2
> Reporter: Sergey Shilin
> Assignee: Tom Jenkinson
> Priority: Critical
> Attachments: OOM-jboss-1.JPG, OOM-jboss-2.JPG
>
>
> There is a problem in com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.
> HashTable _duplicateResources contains of 6 millions of objects and takes 2Gb of memory. Is there any patches or solutions for this problem?
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 4 months
[JBoss JIRA] (JBTM-2247) Memory leak in TransactionImple
by Mark Little (JIRA)
[ https://issues.jboss.org/browse/JBTM-2247?page=com.atlassian.jira.plugin.... ]
Mark Little commented on JBTM-2247:
-----------------------------------
Agree with Mike: doesn't look or behave like a memory leak issue within the TM. Any chance you can send us a stand-alone example which we can run to show the problem?
> Memory leak in TransactionImple
> -------------------------------
>
> Key: JBTM-2247
> URL: https://issues.jboss.org/browse/JBTM-2247
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: JTA
> Affects Versions: 4.16.2
> Reporter: Sergey Shilin
> Assignee: Tom Jenkinson
> Priority: Critical
> Attachments: OOM-jboss-1.JPG, OOM-jboss-2.JPG
>
>
> There is a problem in com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.
> HashTable _duplicateResources contains of 6 millions of objects and takes 2Gb of memory. Is there any patches or solutions for this problem?
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 4 months
[JBoss JIRA] (JBTM-2247) Memory leak in TransactionImple
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-2247?page=com.atlassian.jira.plugin.... ]
Michael Musgrove commented on JBTM-2247:
----------------------------------------
Can you verify that ejb calls you are making are using resources (it looks like you are using JMS from the thread dump) so that we can identify where the resource enlistments are coming from?
> Memory leak in TransactionImple
> -------------------------------
>
> Key: JBTM-2247
> URL: https://issues.jboss.org/browse/JBTM-2247
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: JTA
> Affects Versions: 4.16.2
> Reporter: Sergey Shilin
> Assignee: Tom Jenkinson
> Priority: Critical
> Attachments: OOM-jboss-1.JPG, OOM-jboss-2.JPG
>
>
> There is a problem in com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.
> HashTable _duplicateResources contains of 6 millions of objects and takes 2Gb of memory. Is there any patches or solutions for this problem?
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 4 months
[JBoss JIRA] (JBTM-2247) Memory leak in TransactionImple
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-2247?page=com.atlassian.jira.plugin.... ]
Michael Musgrove commented on JBTM-2247:
----------------------------------------
What do you mean by it works - the issue you have reported is that there are so many outstanding resource enlistments that the JVM runs out of memory. Note that this is not a leak in the transaction manager since we are doing what is requested (ie enlisting a resource on each ejb call - the reason we have to store duplicates is that the spec says we need to make the corresponding delist call come commit time). As far as can see, you have 2 options, either increase your heap size or restructure things to avoid making thousands of calls within the same transaction.
> Memory leak in TransactionImple
> -------------------------------
>
> Key: JBTM-2247
> URL: https://issues.jboss.org/browse/JBTM-2247
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: JTA
> Affects Versions: 4.16.2
> Reporter: Sergey Shilin
> Assignee: Tom Jenkinson
> Priority: Critical
> Attachments: OOM-jboss-1.JPG, OOM-jboss-2.JPG
>
>
> There is a problem in com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.
> HashTable _duplicateResources contains of 6 millions of objects and takes 2Gb of memory. Is there any patches or solutions for this problem?
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 4 months
[JBoss JIRA] (JBTM-2249) Blackie subsystem build fails because of missing org.apache.cxf:cxf-rt-security
by Gytis Trikleris (JIRA)
Gytis Trikleris created JBTM-2249:
-------------------------------------
Summary: Blackie subsystem build fails because of missing org.apache.cxf:cxf-rt-security
Key: JBTM-2249
URL: https://issues.jboss.org/browse/JBTM-2249
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: BlackTie
Reporter: Gytis Trikleris
Assignee: Amos Feng
Fix For: 5.0.4
http://172.17.131.2/view/Status/job/narayana/631/
{code}
[ERROR] Failed to execute goal org.wildfly.build:wildfly-server-provisioning-maven-plugin:1.0.0.Alpha2:build (server-provisioning) on project wildfly-blacktie-build: Execution server-provisioning of goal org.wildfly.build:wildfly-server-provisioning-maven-plugin:1.0.0.Alpha2:build failed: java.lang.RuntimeException: java.lang.RuntimeException: Failed to process feature pack /home/hudson/.m2/repository/org/wildfly/wildfly-feature-pack/9.0.0.Alpha1-SNAPSHOT/wildfly-feature-pack-9.0.0.Alpha1-SNAPSHOT.zip modules: Could not resolve module resource artifact ${org.apache.cxf:cxf-rt-ws-security?jandex} for feature pack /home/hudson/.m2/repository/org/wildfly/wildfly-feature-pack/9.0.0.Alpha1-SNAPSHOT/wildfly-feature-pack-9.0.0.Alpha1-SNAPSHOT.zip ->
{code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 4 months
[JBoss JIRA] (JBTM-2248) Sansa doesn't have Ant installed
by Gytis Trikleris (JIRA)
Gytis Trikleris created JBTM-2248:
-------------------------------------
Summary: Sansa doesn't have Ant installed
Key: JBTM-2248
URL: https://issues.jboss.org/browse/JBTM-2248
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Testing
Reporter: Gytis Trikleris
Assignee: Tom Jenkinson
Priority: Blocker
Fix For: 5.0.4
Jenkins node Sansa does not have Ant installed.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 4 months
[JBoss JIRA] (JBTM-2247) Memory leak in TransactionImple
by Sergey Shilin (JIRA)
[ https://issues.jboss.org/browse/JBTM-2247?page=com.atlassian.jira.plugin.... ]
Sergey Shilin commented on JBTM-2247:
-------------------------------------
{quote}
never terminates the transaction
{quote}
Michael, it is not really so because the problem doesn't appear with fewer amount of ejb calls.
With 5000 it works, with 7000 it doesn't work.
> Memory leak in TransactionImple
> -------------------------------
>
> Key: JBTM-2247
> URL: https://issues.jboss.org/browse/JBTM-2247
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: JTA
> Affects Versions: 4.16.2
> Reporter: Sergey Shilin
> Assignee: Tom Jenkinson
> Priority: Critical
> Attachments: OOM-jboss-1.JPG, OOM-jboss-2.JPG
>
>
> There is a problem in com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.
> HashTable _duplicateResources contains of 6 millions of objects and takes 2Gb of memory. Is there any patches or solutions for this problem?
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 4 months
[JBoss JIRA] (JBTM-2247) Memory leak in TransactionImple
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-2247?page=com.atlassian.jira.plugin.... ]
Michael Musgrove commented on JBTM-2247:
----------------------------------------
It looks like all of the memory is in use by a single transaction.
Is it possible that you have a long running transaction that is doing many ejb calls (where each call enlists a duplicate resource) and never terminates the transaction (the suspect thread is http-qaapp029cn.netcracker.com/10.112.2.58:6550-3).
> Memory leak in TransactionImple
> -------------------------------
>
> Key: JBTM-2247
> URL: https://issues.jboss.org/browse/JBTM-2247
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: JTA
> Affects Versions: 4.16.2
> Reporter: Sergey Shilin
> Assignee: Tom Jenkinson
> Priority: Critical
> Attachments: OOM-jboss-1.JPG, OOM-jboss-2.JPG
>
>
> There is a problem in com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.
> HashTable _duplicateResources contains of 6 millions of objects and takes 2Gb of memory. Is there any patches or solutions for this problem?
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 4 months