Fix227 224 251#29
Merged
Merged
Conversation
There was a problem hiding this comment.
The condition inside "if" will never evaluate to true, the "while" loop above it guarantees that.
Contributor
Author
There was a problem hiding this comment.
Ah, yes. That was a left over from the first attempt for a fix. I've removed the "if" statement.
joostdenijs
pushed a commit
to joostdenijs/azure-sdk-for-java
that referenced
this pull request
Jan 18, 2013
Can now list input and output assets for jobs
joostdenijs
pushed a commit
to joostdenijs/azure-sdk-for-java
that referenced
this pull request
Jan 18, 2013
From public
gcheng
pushed a commit
that referenced
this pull request
Mar 27, 2013
fix unit test failures due to media service upgrade.
andrerod
pushed a commit
that referenced
this pull request
May 9, 2014
Fix braces and enabling checkstyle on build
jianghaolu
pushed a commit
to jianghaolu/azure-sdk-for-java
that referenced
this pull request
Apr 5, 2017
From public
lenala
pushed a commit
to lenala/azure-sdk-for-java
that referenced
this pull request
Nov 16, 2018
Update readme with unlimited crypto install
g2vinay
pushed a commit
to g2vinay/azure-sdk-for-java
that referenced
this pull request
Jan 10, 2019
* Add documentation for 4.0.1 release * Update changelog.md
mssfang
referenced
this pull request
in mssfang/azure-sdk-for-java
Apr 23, 2019
g2vinay
pushed a commit
to g2vinay/azure-sdk-for-java
that referenced
this pull request
May 30, 2019
* closes github Azure#29
samvaity
added a commit
to samvaity/azure-sdk-for-java
that referenced
this pull request
Dec 18, 2019
navalev
added a commit
to navalev/azure-sdk-for-java
that referenced
this pull request
Dec 24, 2019
sync search + unit test
jeet1995
added a commit
that referenced
this pull request
Feb 8, 2026
…on Not Available` cross-region retry scenarios. (#47631) * Adding `x-ms-cosmos-hub-region-processing-only` header. * Adding `x-ms-cosmos-hub-region-processing-only` header. * Ensuring account-level region cycle through when `x-ms-cosmos-hub-region-processing-only` header is set. * Forcing hub region processing flow to loop through all available read regions for new hub. * Forcing hub region processing flow to loop through all available read regions for new hub. * Revert unnecessary changes. * Fixing compilation errors. * Fixing compilation errors. * Stabilizing CI pipeline. * Enforce partition-set hub tracking when reads hit 403:3s. * Add tests for readMany, readAll, query and change feed. * Add tests for readMany, readAll, query and change feed. * Add tests for readMany, readAll, query and change feed. * Fixing a query plan caching test. * Add hub region processing only request header to CosmosDiagnostics. * Attempt to make PPAF/PPCB info visible in CosmosDiagnostics. * Attempt to make PPAF/PPCB info visible in CosmosDiagnostics. * Attempt to make PPAF/PPCB info visible in CosmosDiagnostics. * Revert LocationCache changes. * Modify cross region retry protocol for 404:1002 in Single-Writer accounts. * Fixing tests. * Replace hardcoded timeouts with policy-derived values in PPAF E2E latency config (#29) * Initial plan * Fix hardcoded timeout values in RxDocumentClientImpl Co-authored-by: jeet1995 <16476407+jeet1995@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jeet1995 <16476407+jeet1995@users.noreply.github.com> * Fix system property cleanup in HubRegionProcessingOnlyTests to prevent test pollution (#30) * Initial plan * Clear system property in @afterclass to prevent test pollution Co-authored-by: jeet1995 <16476407+jeet1995@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jeet1995 <16476407+jeet1995@users.noreply.github.com> * Fix hot-path allocations in DocumentServiceRequestContext getter methods (#32) * Initial plan * Fix per-request allocations in getPerPartitionCircuitBreakerInfoHolder and getPerPartitionFailoverContextHolder Co-authored-by: jeet1995 <16476407+jeet1995@users.noreply.github.com> * Use static EMPTY singletons instead of null returns Co-authored-by: jeet1995 <16476407+jeet1995@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jeet1995 <16476407+jeet1995@users.noreply.github.com> * Fixing tests. * Addressing review comments. * Addressing review comments. * Addressing review comments. --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: jeet1995 <16476407+jeet1995@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes the following issues: