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

Remove TranslogService and fold it into synchronous IndexShard API #13707

Merged
merged 1 commit into from Sep 23, 2015

Commits on Sep 23, 2015

  1. Remove TranslogService and fold it into synchronous IndexShard API

    This commit moves the size and ops based flush into a synchronous API into
    IndexShard and removes the time-based flush alltogether since it' basically
    covered by the inactive async flush API we have today. The functionality doesn't
    need to be covered by scheduled task and async APIs while we can actually make all
    the decisions in a sync manner which is way easier to control and to test.
    
    Closes elastic#13707
    s1monw committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    75e8164 View commit details
    Browse the repository at this point in the history