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

Wait until engine is started up when acquiring searcher #7456

Merged
merged 1 commit into from Aug 26, 2014

Commits on Aug 26, 2014

  1. [ENGINE] Wait until engine is started up when acquireing searcher

    Today we have a small window where a searcher can be acquired but the
    engine is in the state of starting up. This causes a NPE triggering a
    shard failure if we are fast enough. This commit fixes this situation
    gracefully.
    
    Closes elastic#7455
    s1monw committed Aug 26, 2014
    Copy the full SHA
    0676869 View commit details
    Browse the repository at this point in the history