• Icon: Suggestion Suggestion
    • Resolution: Fixed
    • 2.3
    • Infrastructure
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      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

            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow [ 3019006 ] New: JAC Suggestion Workflow 3 [ 3603593 ]
            Status Original: RESOLVED [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing v4 [ 2699244 ] New: JAC Suggestion Workflow [ 3019006 ]
            Owen made changes -
            Backlog Order (Obsolete) Original: 15820000000
            Assignee Original: MarkC [ mark@atlassian.com ]
            Issue Type Original: Improvement [ 4 ] New: Suggestion [ 10000 ]
            Owen made changes -
            Workflow Original: Bamboo Workflow 2016 v1 [ 1418230 ] New: Confluence Workflow - Public Facing v4 [ 2699244 ]
            Marek Went (Inactive) made changes -
            Workflow Original: Bamboo Workflow 2014 v2 [ 609441 ] New: Bamboo Workflow 2016 v1 [ 1418230 ]
            James Dumay made changes -
            Workflow Original: Bamboo Workflow 2014 [ 601797 ] New: Bamboo Workflow 2014 v2 [ 609441 ]
            James Dumay made changes -
            Workflow Original: Bamboo Workflow 2010 [ 203699 ] New: Bamboo Workflow 2014 [ 601797 ]
            MarkC made changes -
            Workflow Original: reviewflow [ 197197 ] New: Bamboo Workflow 2010 [ 203699 ]
            MarkC made changes -
            Workflow Original: Feature Request Workflow [ 170447 ] New: reviewflow [ 197197 ]
            MarkC made changes -
            Component/s Original: Indexing [ 12690 ]

              Unassigned Unassigned
              matt@atlassian.com Matt Ryall
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: