Comment 1 for bug 1438445

Revision history for this message
Oliver Bucaojit (oliver-bucaojit) wrote :

Discussed with Joanie and ShangSheng the change and it was a 'static' stoppable variable that was also being used to synchronize a block in the TrxRegionEndpoing.

The fix was to make the stoppable non-static and have a separate static Object to use for the synchronization.

Joanie has the fix and Guy tested the UTT to make sure the performance did not degrade.