Julian Reschke created OAK-4477:
-----------------------------------
Summary: RDBDatasourceFactory should use pool config similar to
sling datasource defaults
Key: OAK-4477
URL: https://issues.apache.org/jira/browse/OAK-4477
Project: Jackrabbit Oak
Issue Type: Technical task
Components: rdbmk
Affects Versions: 1.2.16, 1.5.3, 1.4.3, 1.0.31
Reporter: Julian Reschke
Assignee: Julian Reschke
{{RDBDataSourceFactory}} is used only for testing, and creates instances of
{{org.apache.tomcat.jdbc.pool.DataSource}}.
These are currently created with default config, while
{{org.apache.sling.datasource}} (which is likely used in production) uses it's
own defaults. In particular, it configures three interceptors --
{{StatementCache;SlowQueryReport(threshold=10000);ConnectionState}} -- which we
do not, thus they aren't getting unit test coverage.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)