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

CreateItem will only retry for auto-extracted partition key in-case of container re-creation #1070

Merged
merged 5 commits into from
Dec 2, 2019

Commits on Dec 2, 2019

  1. Fixed bug where if a user provided the wrong partition key value the …

    …request would be sent twice. The retry logic for the partition key extraction was always being used if it was a user provided partition key value or an extracted partition key value. The retry logic should only be used for SDK extracted partition key value in scenarios where the cache is stale.
    Jake Willey committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    eb15593 View commit details
    Browse the repository at this point in the history
  2. Updated changelog

    Jake Willey committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    c616f76 View commit details
    Browse the repository at this point in the history
  3. Update Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTe…

    …sts/NameRoutingTests.cs
    
    Co-Authored-By: Matias Quaranta <ealsur@users.noreply.github.com>
    j82w and ealsur committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    56e23e1 View commit details
    Browse the repository at this point in the history
  4. Fixed test, updated test handler name

    Jake Willey committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    85382e3 View commit details
    Browse the repository at this point in the history
  5. Update changelog.md

    j82w committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    fef0cf7 View commit details
    Browse the repository at this point in the history