Skip to content

cleanup: make ClusterCatalog ClusterInfo private#1332

Open
isodeesomlerty wants to merge 1 commit intobloomberg:mainfrom
isodeesomlerty:issue-548-private-cluster-info
Open

cleanup: make ClusterCatalog ClusterInfo private#1332
isodeesomlerty wants to merge 1 commit intobloomberg:mainfrom
isodeesomlerty:issue-548-private-cluster-info

Conversation

@isodeesomlerty
Copy link
Copy Markdown
Contributor

Move ClusterCatalog::ClusterInfo into the private type section now that the old AIX workaround is obsolete. This keeps the struct as an internal implementation detail while preserving existing cluster catalog behavior.

Closes: #548

Verification:

  • cmake --build /tmp/blazingmq-issue-548/build/blazingmq --target libmqbblp.a
  • cmake --build /tmp/blazingmq-issue-548/build/blazingmq --target mqbblp.t
  • git clang-format
  • git diff --check

Note: ctest --test-dir /tmp/blazingmq-issue-548/build/blazingmq --output-on-failure -R '^mqbblp_' was attempted locally. Five tests passed; mqbblp_relayqueueengine.t and mqbblp_rootqueueengine.t failed because this machine cannot resolve its local hostname (MacBook-Air-75.local) during MessageGUIDUtil::initialize(). The failure occurs before the affected ClusterCatalog logic.

Signed-off-by: Iso Deesomlert <146564462+isodeesomlerty@users.noreply.github.com>
@isodeesomlerty isodeesomlerty requested a review from a team as a code owner April 24, 2026 19:56
Copy link
Copy Markdown
Collaborator

@678098 678098 left a comment

Choose a reason for hiding this comment

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

Looks good, let's wait for CI to pass (some IT failures might be unrelated)

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.

Investigate whether mqbblp::ClusterCatalog::ClusterInfo can be private

2 participants