-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: 5.6.0-HF16, 5.7.1
-
Component/s: Runtime
-
Tags:
When using XA datasource configured through the nuxeo-runtime-datasource component, load tests show connection leaks (connections still open at the database level but not used anymore in the app or the datasource connection pool).
The issue has been tracked down to Apache Commons DBCP, which has a bug (DBCP-355).
Given that we already subclass DBCP to fix other bugs, we can also fix this from the Nuxeo side without needing a patched DBCP.