Comment 4 for bug 1557003

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to searchlight (master)

Reviewed: https://review.openstack.org/293079
Committed: https://git.openstack.org/cgit/openstack/searchlight/commit/?id=bc9eeaa9bac867eb28c07077fe7ee4cc4af9db5f
Submitter: Jenkins
Branch: master

commit bc9eeaa9bac867eb28c07077fe7ee4cc4af9db5f
Author: Rick Aulino <email address hidden>
Date: Tue Mar 15 12:01:54 2016 -0600

    Zero Downtime Re-indexing Error Handling.

    See spec:
    http://specs.openstack.org/openstack/searchlight-specs/specs/mitaka/zero-downtime-reindexing.html

    The Zero Downtime code is deficient in the error handling department.
    One cleanup method too few. If we get any unrecoverable exceptions
    while creating/preparing the indexes or aliases, we cannot continue.
    In this case we need to roll back and undo any changes we made.

    Change-Id: I5591d5208f75015f93b8431e73d2d7c7f5f2e167
    Closes-Bug: #1557003