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

Handle old sorted map files in Upgrade #2185

Merged
merged 3 commits into from
Jul 30, 2021

Commits on Jul 30, 2021

  1. Add upgradeFiles to Upgrade code

    * Add upgradeFiles method for upgrading files to Upgrader
    * Refactor status handling in UpgradeCoordinator to allow upgradeFiles
    to run concurrently and wait for metadata upgrade to complete
    * Implement upgradeFiles method in Upgrader9to10
    * Add dropSortedMapWALFiles for resolving sorted map files that may
    still be around during upgrade. Follow up for apache#2117
    * Closes apache#2179
    milleruntime committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    329f1c6 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    milleruntime committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    9eb10dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03e72b3 View commit details
    Browse the repository at this point in the history