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

Fix[MQB] mqbc::ClusterUtil: Validate appIds in CSL #545

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

kaikulimu
Copy link
Collaborator

@kaikulimu kaikulimu commented Dec 11, 2024

  1. ClusterUtil::validateState used to ignore appIds. Now it validates.
  2. if (*info != *referenceInfo) should be sufficient to check for appId mismatches, as it relies on the newly added operator== on ClusterStateQueueInfo.
  3. Upgrade CSL validation failure from a warning to an alarm.

@kaikulimu kaikulimu requested a review from dorjesinpo December 11, 2024 10:01
@kaikulimu kaikulimu requested a review from a team as a code owner December 11, 2024 10:01
Signed-off-by: Yuan Jing Vincent Yan <[email protected]>
@kaikulimu kaikulimu changed the title mqbc::ClusterUtil: Validate appIds in CSL Fix[MQB] mqbc::ClusterUtil: Validate appIds in CSL Dec 11, 2024
Copy link
Collaborator

@dorjesinpo dorjesinpo left a comment

Choose a reason for hiding this comment

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

thank you

@kaikulimu kaikulimu merged commit ee482a7 into bloomberg:main Jan 7, 2025
30 of 31 checks passed
@kaikulimu kaikulimu deleted the validate-csl branch January 7, 2025 16:20
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.

2 participants