Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1.1
-
None
Description
If the BasicDataSourceFactory.createDataSource() method is called with an initialSize value of > 0, then the underlying object pool is eagerly created (see BasicDataSourceFactory line 594). Then calling setAbandonedLogWriter() on the returned BasicDataSourcehas no effect on the newly created object pool as it is already created.