SOLR-2045: DIH doesn't release jdbc connections for some databases

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408368 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Dyer 2012-11-12 17:36:32 +00:00
parent f8736aaf9a
commit 0de0c53e35
1 changed files with 6 additions and 0 deletions

View File

@ -166,6 +166,12 @@ Bug Fixes
* SOLR-3993: If multiple SolrCore's for a shard coexist on a node, on cluster
restart, leader election would stall until timeout, waiting to see all of
the replicas come up. (Mark Miller, Alexey Kudinov)
* SOLR-2045: Databases that require a commit to be issued before closing the
connection on a non-read-only database leak connections. Also expanded the
SqlEntityProcessor test to sometimes use Derby as well as HSQLDB (Derby is
one db affected by this bug). (Fenlor Sebastia, James Dyer)
Other Changes
----------------------