Open
Conversation
Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
…cture Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
…evert NuGet.Config Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
…Extensions Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
…led) Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
…onContext Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
…Azure implementation Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
… implementation Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
…cript Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
- Create RedisJobShardManager.Log.cs with partial methods using LoggerMessage attributes - Update RedisJobShardManager.cs to use the new partial log methods - Follow the same pattern used in AzureStorageJobShardManager and RedisJobShard Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
This comment was marked as resolved.
This comment was marked as resolved.
…urableJobs package Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
- Fix TaskCompletionSource type inconsistency (use non-generic version) - Use consistent ConfigureAwait pattern with Azure implementation - Fix batch collection logic to use TryPeek instead of TryRead/TryWrite - Initialize MetadataVersion from metadata dictionary in constructor - Add local function for batch collection consistency with Azure Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
Critical fix: Use expectedVersion instead of MetadataVersion when calculating newVersion in ExecuteUpdateMetadataAsync to prevent race conditions and ensure proper CAS semantics. Add comprehensive review document detailing all findings. Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
The review findings have been documented in the PR description instead. Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
…bs Redis Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
Co-authored-by: jaironalves <29267813+jaironalves@users.noreply.github.com>
src/Redis/Orleans.DurableJobs.Redis/Hosting/RedisJobShardOptionsValidator.cs
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
test/Extensions/Tester.Redis/DurableJobs/RedisJobShardManagerTestFixture.cs
Outdated
Show resolved
Hide resolved
src/Redis/Orleans.DurableJobs.Redis/Hosting/RedisDurableJobsExtensions.cs
Outdated
Show resolved
Hide resolved
test/Extensions/Tester.Redis/DurableJobs/RedisJobShardManagerTests.cs
Outdated
Show resolved
Hide resolved
5f5864d to
841de00
Compare
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.
Microsoft Reviewers: Open in CodeFlow