[
https://issues.apache.org/jira/browse/OAK-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Reschke resolved OAK-2337.
---------------------------------
Resolution: Fixed
> improve connection handling
> ---------------------------
>
> Key: OAK-2337
> URL: https://issues.apache.org/jira/browse/OAK-2337
> Project: Jackrabbit Oak
> Issue Type: Sub-task
> Components: rdbmk
> Affects Versions: 1.1.2
> Reporter: Julian Reschke
> Assignee: Julian Reschke
> Fix For: 1.1.4
>
>
> Connection pools vary in whether they implicitly rollback connections on
> close or not. The org.apache.commons.dbcp.BasicDataSource we use *does*
> rollback, which can hide coding problems. Other implementations, such as the
> Tomcat connection pool do not (by default).
> Furthermore, when obtaining connections declare whether they are read-only
> upfront. This may help drivers in optimizations.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)