<div dir="ltr">Yes I agree, good catch.<br>Additionally I could add some minor performance improvement<br>using a background thread in SharingBufferReaderProvider,<br>(to have the file-closing operations of unneeded segments run async)<br>
but didn&#39;t implement that as I was lacking a shutdown hook.<br><br>But DirectoryProvider(s) are doing the same stuff using a &quot;stop()&quot; method,<br>however I like the &quot;destroy()&quot; name more.<br>I think for consistency they should be named the same.<br>
<br>As the &quot;stop&quot; feature for DirectoryProviders is new in Search 3.1,<br>maybe it&#39;s still ok to change it&#39;s name?<br><br>Sanne<br><br><div class="gmail_quote">2008/7/19 Emmanuel Bernard &lt;<a href="mailto:emmanuel@hibernate.org">emmanuel@hibernate.org</a>&gt;:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="">Should we need a readerProvider.destroy()?<div><br></div><div>ReaderProvider&nbsp;typically&nbsp;keep IndexReaders open till they are in use or if the index has been updated. But it has no hook to close the &quot;current&quot; IndexReaders when Hibernate Search goes down.</div>
<div><br></div><div>I imagine the current code can become problematic on some VMs if we do lots of hot redeployments.</div><div><br><font color="#888888"><div> <span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style="">
<span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style="">
<span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style="">
<div>--</div><div><div>Emmanuel Bernard</div><div><a href="http://in.relation.to/Bloggers/Emmanuel" target="_blank">http://in.relation.to/Bloggers/Emmanuel</a>&nbsp;|&nbsp;<a href="http://blog.emmanuelbernard.com/" target="_blank">http://blog.emmanuelbernard.com</a>&nbsp;|&nbsp;<a href="http://twitter.com/emmanuelbernard" target="_blank">http://twitter.com/emmanuelbernard</a></div>
<div>Hibernate Search in Action (<a href="http://is.gd/Dl1" target="_blank">http://is.gd/Dl1</a>)</div></div></div></span></div></span></div></span> </div><br></font></div></div><br>_______________________________________________<br>

hibernate-dev mailing list<br>
<a href="mailto:hibernate-dev@lists.jboss.org">hibernate-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/hibernate-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/hibernate-dev</a><br>
<br></blockquote></div><br></div>