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

docs: documents resume on update database ddl #767

Merged

Commits on Jan 5, 2021

  1. docs: documents resume on update database ddl

    Instead of throwing an ALREADY_EXISTS error on the update database ddl
    operation, we resume the original operation. This is necessary, because
    the update database ddl is retryable. Because of this, we don't want to
    confuse the caller by bubbling up an ALREADY_EXISTS error on a retry,
    even though they used a non-existing operation id.
    thiagotnunes committed Jan 5, 2021
    Copy the full SHA
    5fda169 View commit details
    Browse the repository at this point in the history