-
Bug
-
Resolution: Done
-
Major
-
4.17.15, 5.0.1
TxStats.enable() calls arjPropertyManager.getCoordinatorEnvironmentBean() with each invocation which results in String concatenation to generate a HashMap key. The String concatenation generated 1.61GB of GC overhead during a 20 minute performance test. Changing TxStats to use a private static reference to the Bean decreases the GC overhead to 20KB for the same 20 minute test
- is related to
-
JBTM-2114 back-port JBTM-2105 to 4.17
- Closed