[
https://issues.apache.org/jira/browse/OAK-4559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15376909#comment-15376909
]
Julian Reschke edited comment on OAK-4559 at 7/14/16 1:31 PM:
--------------------------------------------------------------
to reproduce:
{noformat}
svn co https://svn.apache.org/repos/asf/jackrabbit/oak/trunk
cd trunk
svn up -r 1752659
mvn clean install -DskipTests
cd oak-core
mvn clean install
-Dorg.apache.jackrabbit.oak.plugins.document.rdb.RDBDataSourceFactory.jdbcInterceptors="StatementCache"
-Prdb-derby -Dtest=RDBBlobStoreTest
{noformat}
(this will reproduce the deadlock with Derby)
was (Author: reschke):
to reproduce:
{noformat}
svn co https://svn.apache.org/repos/asf/jackrabbit/oak/trunk
cd trunk
svn up -r 1752659
mvn clean install -DskipTests
cd oak-core
mvn clean install
-Dorg.apache.jackrabbit.oak.plugins.document.rdb.RDBDataSourceFactory.jdbcInterceptors="StatementCache"
-Prdb-derby -Dtest=RDBBlobStoreTest
{noformat}
> RDB*Store: failures with Tomcat JDBC pool's StatementCache interceptor
> ----------------------------------------------------------------------
>
> Key: OAK-4559
> URL: https://issues.apache.org/jira/browse/OAK-4559
> Project: Jackrabbit Oak
> Issue Type: Technical task
> Components: rdbmk
> Affects Versions: 1.2.17, 1.5.5, 1.4.5
> Reporter: Julian Reschke
> Assignee: Julian Reschke
>
> See <https://bz.apache.org/bugzilla/show_bug.cgi?id=59850>.
> When the StatementCache interceptor is enabled, {{ResultSet}} objects do not
> get closed automatically anymore. In {RDBBlobStore}}, this leads to deadlocks
> (Derby) and hard-to-debug exceptions (DB2).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)