Skip to content

Fix[mqbc]: do not alarm double assignment on AppInfos mismatch#1248

Open
678098 wants to merge 1 commit intobloomberg:mainfrom
678098:260402_double_assignment_appInfos
Open

Fix[mqbc]: do not alarm double assignment on AppInfos mismatch#1248
678098 wants to merge 1 commit intobloomberg:mainfrom
678098:260402_double_assignment_appInfos

Conversation

@678098
Copy link
Copy Markdown
Collaborator

@678098 678098 commented Apr 2, 2026

Skipping the cache when partitionId and queueKey match avoids the unnecessary unregister attempt while the normal registration flow still fixes any appInfo differences.

@678098 678098 requested a review from a team as a code owner April 2, 2026 17:12
BSLS_ASSERT_SAFE(qs->uri() == uri);

if ((qs->equal(advisory))) {
if (qs->equal(advisory)) {
Copy link
Copy Markdown
Collaborator Author

@678098 678098 Apr 2, 2026

Choose a reason for hiding this comment

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

qs->equal(advisory) == false if AppInfos are different

Signed-off-by: Evgeny Malygin <emalygin@bloomberg.net>
@678098 678098 force-pushed the 260402_double_assignment_appInfos branch from f129c5a to 634ebef Compare April 2, 2026 17:16
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.

1 participant