Re: JDBCDatasource was not closed - Possible resource leak

2021-08-08 Thread Shawn Heisey
On 8/7/2021 9:07 PM, Reej Nayagam wrote: Also this error is seen prior to that Performance warning : Overlapping on EeckSearchers=2 That's not an error. It says right in the message "warning", and it is a warning. This happens when you issue commits too frequently. What's happening is tha

Re: JDBCDatasource was not closed - Possible resource leak

2021-08-07 Thread Reej Nayagam
> On 8 Aug 2021, at 11:05 AM, Reej Nayagam wrote: > > Hi All, > We are getting this error during one of our scheduled indexing. Solr 8.8.2. > We have configured the the dB connection in data-config.XML, dB is oracle. > > Error : JDBCDatasource was not closed prior to finalise(), indicates a

JDBCDatasource was not closed - Possible resource leak

2021-08-07 Thread Reej Nayagam
Hi All, We are getting this error during one of our scheduled indexing. Solr 8.8.2. We have configured the the dB connection in data-config.XML, dB is oracle. Error : JDBCDatasource was not closed prior to finalise(), indicates a bug - POSSIBLE RESOURCE LEAK. Kindly advise how to fix this. Th