Skip to content

Conversation

@maliming
Copy link
Member

@maliming maliming commented Jan 6, 2026

Resolves #24549

Copilot AI review requested due to automatic review settings January 6, 2026 07:44
@maliming maliming added this to the 10.1-final milestone Jan 6, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug where duplicate event messages (from retries) would be incorrectly processed directly instead of being recognized as already handled by the inbox system. The fix ensures that when a message already exists in the event inbox, the method returns true to indicate the event is handled, preventing duplicate processing.

Key changes:

  • Added logic to set addToInbox = true when a duplicate message is detected in the inbox
  • Added virtual keyword to three methods for better extensibility
  • Added clarifying comments explaining the duplicate message scenario

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@EngincanV EngincanV merged commit 4e6a32d into rel-10.1 Jan 8, 2026
8 of 9 checks passed
@EngincanV EngincanV deleted the DistributedEventBusBase_AddToInbox branch January 8, 2026 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants