-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed an issue in QuorumReader when quorum could not be selected even…
… though 1 secondary and Primary are reachable and in sync (#38832) * Added overload with CosmosReadManyRequestOptions * Fixing style errors * Update CosmosReadManyRequestOptions.java * Fixing build break * Avoiding a possibly breaking change by injecting a base class - CosmosQueryRequestOptions was not final. * Update TransientIOErrorsRetryingIteratorITest.scala * Addressing code review feedback * Added fallback to include Primary in QuorumReader when quorum could not be selected. * Update CHANGELOG.md * Update CosmosItemTest.java * Update CosmosItemTest.java
- Loading branch information
1 parent
14a9127
commit b37d95a
Showing
3 changed files
with
142 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters