[Koha-bugs] [Bug 18948] New: Elasticsearch - Reindexes should use aliases to avoid down time while reindexing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 17 22:20:03 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18948

            Bug ID: 18948
           Summary: Elasticsearch - Reindexes should use aliases to avoid
                    down time while reindexing
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: nick at bywatersolutions.com
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

This patchset aims to add the ability to leverage the ES alias feature during a
reindex - when doing a full reindex or a deletion the indexer will look for an
existing index under the alias - if not found it will create a new one, if
found it will index into a new index and point the alias there when done and
then delete the old index.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list