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

Simplify Engine construction and ref counting #9211

Merged
merged 1 commit into from
Jan 9, 2015

Commits on Jan 9, 2015

  1. [ENGINE] Simplify Engine construction and ref counting

    Today the internal engine closes itself it the engine hits an exception
    it can not recover from. This complicates a lot of refcounting issues
    if such an exception happens during engine creation. This commit
    only markes the engine as failed and let the user close it once the exception
    bubbles up. Additionally it rolls back the indexwriter to prevent any changes after
    the engine is failed.
    s1monw committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    d2277d7 View commit details
    Browse the repository at this point in the history