[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-245) Add ReaderStratregy.destroy() method

Emmanuel Bernard (JIRA) noreply at atlassian.com
Fri Aug 1 12:48:00 EDT 2008


Add ReaderStratregy.destroy() method
------------------------------------

                 Key: HSEARCH-245
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-245
             Project: Hibernate Search
          Issue Type: Improvement
          Components: query
            Reporter: Emmanuel Bernard
             Fix For: 3.1.0.Beta2


ReaderProvider typically keep IndexReaders open till they are in use or if the index has been updated. But it has no hook to close the "current" IndexReaders when Hibernate Search goes down.

I imagine the current code can become problematic on some VMs if we do lots of hot redeployments.

See hibernate-dev: Hibernate Search: ReaderProvider.destroy()

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list