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

Direct: Adds 3.23.1 version #2818

Merged
merged 11 commits into from Oct 26, 2021
Merged

Direct: Adds 3.23.1 version #2818

merged 11 commits into from Oct 26, 2021

Conversation

j82w
Copy link
Contributor

@j82w j82w commented Oct 25, 2021

Pull Request Template

Description

  • Diagnostics: Adds retry after time to diagnostics
  • Diagnostics: Fixes memory calculations in diagnostics
  • Availability: Fixes the SDK to ensure it does not retry on replica that previously failed
  • Availability: Direct mode removes blocking call on broken connection exception

Type of change

Please delete options that are not relevant.

  • [] Bug fix (non-breaking change which fixes an issue)
  • [] New feature (non-breaking change which adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [] This change requires a documentation update

Closing issues

To automatically close an issue: closes #IssueNumber

@@ -13,7 +13,6 @@ namespace Microsoft.Azure.Cosmos.SDK.EmulatorTests
using System.Threading.Tasks;
using Microsoft.Azure.Cosmos.Resource.CosmosExceptions;
using Microsoft.Azure.Cosmos.Tracing;
using Microsoft.Azure.Documents;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is using removal and full scoping intentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Direct package file ClientEncryptionPolicy which had a breaking change that removed a property. Cosmos has it's own version of ClientEncryptionPolicy. The tests were validating the direct version instead of the public Cosmos version. I fixed all the tests to use the correct Cosmos.ClientEncryptionPolicy.

@kirankumarkolli
Copy link
Member

Also will leveraging non-blocking cache be a separate PR?

@j82w
Copy link
Contributor Author

j82w commented Oct 25, 2021

Also will leveraging non-blocking cache be a separate PR?

That will be done in a separate PR. The v3 SDK forked all of the routing files.

sourabh1007
sourabh1007 previously approved these changes Oct 25, 2021
@j82w j82w dismissed stale reviews from sourabh1007 and kirankumarkolli via 8600eee October 26, 2021 01:45
@j82w j82w changed the title Direct: Adds 3.23.0 version Direct: Adds 3.23.1 version Oct 26, 2021
@j82w j82w merged commit 40075eb into master Oct 26, 2021
@j82w j82w deleted the users/jawilley/direct/3.23.0 branch October 26, 2021 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants