-
Notifications
You must be signed in to change notification settings - Fork 494
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
ChangeFeedProcessor: Fixes a bug properly when dealing with Legacy lease incremental documents that do not have a Mode property #4426
Conversation
…rbuilder-throws-exception-for-changefeedmode-on-3.39.0-4423
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Thanks
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Outdated
Show resolved
Hide resolved
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Outdated
Show resolved
Hide resolved
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Outdated
Show resolved
Hide resolved
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Show resolved
Hide resolved
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Show resolved
Hide resolved
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Outdated
Show resolved
Hide resolved
Microsoft.Azure.Cosmos/src/ChangeFeedProcessor/LeaseManagement/DocumentServiceLeaseManager.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting on the comparison clarification
…rbuilder-throws-exception-for-changefeedmode-on-3.39.0-4423
...smos.EmulatorTests/ChangeFeed/GetChangeFeedProcessorBuilderWithAllVersionsAndDeletesTests.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
… lease incremental documents that do not have a Mode property (#4426) * fix for 4423 * fix comment * some recommendation changes
… lease incremental documents that do not have a Mode property (#4426) * fix for 4423 * fix comment * some recommendation changes
… lease incremental documents that do not have a Mode property (#4426) * fix for 4423 * fix comment * some recommendation changes
* SDK 3.39.1/3.40.0-preview.1: Adds version bump and changelog. (#4430) * SDK 3.39.1/3.40.0-preview.1: Adds version bump and changelog. * Update changelog.md Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com> --------- Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com> Co-authored-by: Sourabh Jain <sourabhjain@microsoft.com> * ChangeFeedProcessor: Fixes ArgumentException when dealing with Legacy lease incremental documents that do not have a Mode property (#4426) * fix for 4423 * fix comment * some recommendation changes --------- Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com> Co-authored-by: Sourabh Jain <sourabhjain@microsoft.com>
* SDK 3.39.1/3.40.0-preview.1: Adds version bump and changelog. (#4430) * SDK 3.39.1/3.40.0-preview.1: Adds version bump and changelog. * Update changelog.md Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com> --------- Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com> Co-authored-by: Sourabh Jain <sourabhjain@microsoft.com> * ChangeFeedProcessor: Fixes ArgumentException when dealing with Legacy lease incremental documents that do not have a Mode property (#4426) * fix for 4423 * fix comment * some recommendation changes --------- Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com> Co-authored-by: Sourabh Jain <sourabhjain@microsoft.com>
Pull Request Template
Description
Refer to #4423 for details
Type of change
Please delete options that are not relevant.
Closing issues
To automatically close an issue: closes #4423