Skip to content

Commit 7682e15

Browse files
committed
Cosmos: Broaden 410/1002 changelog wording to cover query + change-feed paths
Self-review noted PartitionKeyRangeGoneRetryPolicy is also used by the change-feed reader path (ChangeFeedFetcher), not only queries. Clarify the changelog scope accordingly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c10c656 commit 7682e15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/cosmos/azure-cosmos/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#### Breaking Changes
88

99
#### Bugs Fixed
10-
* Fixed transient `410/1002` (`PartitionKeyRangeGone`) errors surfacing to query callers during a partition split or merge. The query-path `PartitionKeyRangeGoneRetryPolicy` previously retried only once and ignored the in-progress `410/1007` (`CompletingSplitOrMerge`) and `410/1008` (`CompletingPartitionMigration`) sub-status codes; it now refreshes the routing map and retries those sub-statuses up to 10 times before surfacing the error.
10+
* Fixed transient `410/1002` (`PartitionKeyRangeGone`) errors surfacing to callers during a partition split or merge. The `PartitionKeyRangeGoneRetryPolicy` (used on the query and change-feed paths) previously retried only once and ignored the in-progress `410/1007` (`CompletingSplitOrMerge`) and `410/1008` (`CompletingPartitionMigration`) sub-status codes; it now refreshes the routing map and retries those sub-statuses up to 10 times before surfacing the error.
1111

1212
#### Other Changes
1313

0 commit comments

Comments
 (0)