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

PartitionKeyRangeCache: Fixes duplicate trace key generation #3430

Merged
merged 4 commits into from
Aug 31, 2022

Conversation

kundadebdatta
Copy link
Member

Pull Request Template

Description

Code changes to fix duplicate trace key generation during the GetFeedRangesAsync() API call. The same key could be re-generated, if the CPU computation is fast enough to invoke TryLookupAsync within .5ms to 15ms timeframe, which may eventually lead to get the exact same DateTime.UtcNow, which was nothing but the trace key. See this for more information.

Type of change

Please delete options that are not relevant.

  • [] Breaking change (fix or feature that would cause existing functionality to not work as expected)

Closing issues

To automatically close an issue: closes #3383

@ealsur ealsur enabled auto-merge (squash) August 31, 2022 16:56
@ealsur ealsur merged commit a7a1b23 into master Aug 31, 2022
@ealsur ealsur deleted the users/kundadebdatta/bugfix-3383 branch August 31, 2022 18:24
kundadebdatta added a commit that referenced this pull request Sep 1, 2022
* Code changes to fix duplicate trace key generation during PartitionKeyRangeCache Computation.

* Code changes to address review comments.

* Code changes to remove TestInitialize annotation.
kundadebdatta added a commit that referenced this pull request Sep 1, 2022
* Code changes to fix duplicate trace key generation during PartitionKeyRangeCache Computation.

* Code changes to address review comments.

* Code changes to remove TestInitialize annotation.
ealsur pushed a commit that referenced this pull request Sep 1, 2022
…#3438)

* PartitionKeyRangeCache: Fixes duplicate trace key generation (#3430)

* Code changes to fix duplicate trace key generation during PartitionKeyRangeCache Computation.

* Code changes to address review comments.

* Code changes to remove TestInitialize annotation.

* 3.30.1: Adds new SDK versions and contract files (#3436)

* Updated change log and bumped up the version.

* Code changes to add detailed change log.
ealsur pushed a commit that referenced this pull request Sep 1, 2022
…neration (#3440)

* PartitionKeyRangeCache: Fixes duplicate trace key generation (#3430)

* Code changes to fix duplicate trace key generation during PartitionKeyRangeCache Computation.

* Code changes to address review comments.

* Code changes to remove TestInitialize annotation.

* 3.30.1: Adds new SDK versions and contract files (#3436)

* Updated change log and bumped up the version.

* Code changes to add detailed change log.
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.

System.ArgumentException for getFeedRangeAsync
2 participants