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 vttablet_restore_done hook #8007

Merged
merged 2 commits into from
May 14, 2021

Commits on Apr 30, 2021

  1. Add vttablet_restore_done hook and fire async when a tablet has fin…

    …ished restoring
    
    We fire the hook in either success or error cases, and in the case of
    error, include the error string in the hook env, so the hook can access
    it.
    
    Signed-off-by: Andrew Mason <amason@slack-corp.com>
    ajm188 committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    94dc15a View commit details
    Browse the repository at this point in the history
  2. Add keyspace and shard to the default tabletmanager hookExtraEnv

    Signed-off-by: Andrew Mason <amason@slack-corp.com>
    ajm188 committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    1e4ffbe View commit details
    Browse the repository at this point in the history