Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
10.6.1.0
-
None
-
Normal
-
Newcomer
Description
If XA Tests fail after the prepare of a transaction, but before commit or rollback, locks will be held on the database and operations such as CleanDatabaseSetup.teardown() can't cleanup all the objects and run very slowly because of the lock timeouts.
Options include having XA tests use their own database or having CleanDatabaseSetup recover and rollback any prepared XA transactions.
Attachments
Issue Links
- is related to
-
DERBY-4155 jdbcapi/XATest.java doesn't seem to be running anywhere
- Closed