Details
-
Bug
-
Status: Closed
-
Should
-
Resolution: Fixed
-
Core 2.6.0
-
None
Description
updateSearchIndexForType() opens a prepared statement which does not get properly closed. This means some connections from the connection pool are being held onto even though the consuming object has gone out of scope.
Found this while profiling some tests...