Back to bug 1036040

Who When What Removed Added
Ondrej Chaloupka 2014-07-08 13:44:16 UTC CC tom.jenkinson
Assignee smaestri mmusgrov
See Also https://bugzilla.redhat.com/show_bug.cgi?id=1017256
Ondrej Chaloupka 2014-07-08 14:29:58 UTC Target Release EAP 6.3.0 EAP 6.4.0
Michael 2014-08-04 12:29:56 UTC Assignee mmusgrov gtrikler
Gytis Trikleris 2014-08-06 08:49:50 UTC Status NEW CLOSED
Resolution --- NOTABUG
Last Closed 2014-08-06 04:49:50 UTC
Hayk Hovsepyan 2014-08-06 09:54:35 UTC Status CLOSED NEW
Component Transaction Manager EJB
Resolution NOTABUG ---
Assignee gtrikler david.lloyd
Keywords Reopened
Hayk Hovsepyan 2014-08-06 10:13:33 UTC Summary "number-of-committed-transactions" shows wrong number Calling EJB with "REQUIRES_NEW" transaction attribute creates two transactions.
Ondrej Chaloupka 2014-08-06 15:28:17 UTC CC david.lloyd
Flags needinfo?(david.lloyd)
Ondrej Chaloupka 2015-03-05 14:29:05 UTC Doc Text Cause:
There are two transactions created by the interceptors handling EJB request. Interceptors which do that are CMTTxInterceptor and LifecycleCMTTxInterceptor. Each of them starts new transaction through transaction manager. One is kind of fake transaction and other is used for managing resources. This causes that one EJB request is counted twice in statistics.

Consequence:
Transaction statistics shows incorrect numbers about processed transactions.

Workaround (if any):
none

Result:
Transaction statistics shows just general overview of processed transactions but it can't be counted on real numbers.
Doc Type Bug Fix Known Issue
Scott Mumford 2015-03-09 03:52:36 UTC CC smumford
Doc Text Cause:
There are two transactions created by the interceptors handling EJB request. Interceptors which do that are CMTTxInterceptor and LifecycleCMTTxInterceptor. Each of them starts new transaction through transaction manager. One is kind of fake transaction and other is used for managing resources. This causes that one EJB request is counted twice in statistics.

Consequence:
Transaction statistics shows incorrect numbers about processed transactions.

Workaround (if any):
none

Result:
Transaction statistics shows just general overview of processed transactions but it can't be counted on real numbers.
In this release of JBoss EAP 6, an issue in the EJB component causes transaction statistics to show an incorrect number of processed transactions.

This is becuase the `CMTTxInterceptor` and `LifecycleCMTTxInterceptor` interceptors create two transactions when handling EJB requests. One is a dummy transaction and other is used for managing resources. This results in the one EJB request being counted twice in statistics.

There is no workaround available at this time.
Ivo Studensky 2015-05-07 13:15:15 UTC Status NEW ASSIGNED
CC istudens
Link ID JBoss Issue Tracker WFLY-4608
Assignee david.lloyd istudens
David M. Lloyd 2015-11-16 12:43:01 UTC Flags needinfo?(david.lloyd)
Hayk Hovsepyan 2016-02-23 13:40:05 UTC QA Contact hhovsepy ochaloup
Ivo Studensky 2016-02-24 13:48:28 UTC Status ASSIGNED CLOSED
Resolution --- NOTABUG
Last Closed 2014-08-06 04:49:50 UTC 2016-02-24 08:48:28 UTC

Back to bug 1036040