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

[couchbase] Ignore transient primary index creation error. #4681

Merged
merged 1 commit into from
Dec 10, 2021

Commits on Nov 17, 2021

  1. [couchbase] Ignore transient primary index creation error.

    This changeset makes sure that when a primary index is created, a transient
    error is ignored since the indexing engine will automatically retry the
    statement later.
    
    Transient errors can happen because we just created the bucket and the
    indexer might not have caught up to that bucket just yet, but it will
    eventually.
    
    In addition, a check has been added afterwards to make sure that the
    primary index is online (so, ready for the user to query) before
    returning to the caller, improving the overall stability of queries.
    daschl committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    cf5f3bb View commit details
    Browse the repository at this point in the history