-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 2.8, 2.8.1, 2.8.2, 2.9, 2.9.1, 2.9.2
-
Component/s: Search - Core
Index searcher not properly closed after searches, because com.atlassian.bonnie.search.LuceneSearcher.searchCount(Query, Filter) does not trigger a close() call on the index.
This can lead to unreleased file handles on certain operating system and file system combinations (e.g. Linux/ext3).