Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to properly ack translog ops during wait on mapping changes #13535

Closed
wants to merge 1 commit into from

Commits on Sep 12, 2015

  1. Recovery: failed to properly ack translog ops during wait on mapping …

    …changes
    
    During the second phase of recovery, replayed transaction log entries may need to wait on mapping changes that have not yet propogated to the target node. Currently we correctly replay the operation at a later stage, but we acknowledge the replay request before actually performing the work.
    
    Example failure: http://build-us-00.elastic.co/job/es_feature_two_phase_pub/859/
    bleskes committed Sep 12, 2015
    Copy the full SHA
    6b76b81 View commit details
    Browse the repository at this point in the history