-
Suggestion
-
Resolution: Fixed
-
None
We've made a few changes which cause small breakages in Bamboo. Attached is a patch with the required changes:
- ILuceneConnection.SearcherAction.perform() is now void, rather than returning a boolean
- ILuceneConnection.leakSearcher() is deprecated and should not be used.
Some additional changes that Chris and I strongly recommend if you want to improve your Bonnie integration:
- remove Bamboo's LuceneConnectionImpl and LuceneConnection classes – they are redundant now because the index is automatically created, and you should use withSearcher() rather than leakSearcher() and closeQuietly().
- rather than extending ConcurrentLuceneConnection, just create a new instance using the constructor
- don't use HighestBuildNumberCollector but instead use Lucene's sort to find out the highest build number. Lucene's sort uses a field cache instead of reading the build number from the index every time (and you can throw away that extra class)
- add a SearcherInitialisation to warm up the index searcher for the sort.
We're happy to help you get this integrated; we'd like to keep both products on recent versions of the library.
[BAM-3697] Upgrade Bamboo to Bonnie 3.2
Workflow | Original: JAC Suggestion Workflow [ 3019006 ] | New: JAC Suggestion Workflow 3 [ 3603593 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: Confluence Workflow - Public Facing v4 [ 2699244 ] | New: JAC Suggestion Workflow [ 3019006 ] |
Backlog Order (Obsolete) | Original: 15820000000 | |
Assignee | Original: MarkC [ mark@atlassian.com ] | |
Issue Type | Original: Improvement [ 4 ] | New: Suggestion [ 10000 ] |
Workflow | Original: Bamboo Workflow 2016 v1 [ 1418230 ] | New: Confluence Workflow - Public Facing v4 [ 2699244 ] |
Workflow | Original: Bamboo Workflow 2014 v2 [ 609441 ] | New: Bamboo Workflow 2016 v1 [ 1418230 ] |
Workflow | Original: Bamboo Workflow 2014 [ 601797 ] | New: Bamboo Workflow 2014 v2 [ 609441 ] |
Workflow | Original: Bamboo Workflow 2010 [ 203699 ] | New: Bamboo Workflow 2014 [ 601797 ] |
Workflow | Original: reviewflow [ 197197 ] | New: Bamboo Workflow 2010 [ 203699 ] |
Workflow | Original: Feature Request Workflow [ 170447 ] | New: reviewflow [ 197197 ] |
Component/s | Original: Indexing [ 12690 ] |