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

Add current translog ID to commit meta before closing #8245

Merged
merged 2 commits into from Oct 28, 2014

Commits on Oct 28, 2014

  1. [ENGINE] Add current translog ID to commit meta before closing

    Today we simply close the IW when we have to open a new one if ie.
    we change merge settings. Yet, the API is deprecated and under the hood
    it commits the IW. For safety we should add the current translog ID and
    use rollback instead to not wait for merges.
    s1monw committed Oct 28, 2014
    Copy the full SHA
    0a072f6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    31db8cc View commit details
    Browse the repository at this point in the history