Skip to content

Conversation

@stelfrag
Copy link
Collaborator

@stelfrag stelfrag commented Nov 20, 2025

Summary
  • Fix compilation when DBENGINE is disabled

Fixes #21321


Summary by cubic

Restore compilation when DBENGINE is disabled by gating the parallel host iteration behind ENABLE_DBENGINE. When DBENGINE is off, query_scope_foreach_host is used with weights_do_node_callback, skipping the parallel path.

Written for commit 97d6b42. Summary will update automatically on new commits.

@stelfrag stelfrag marked this pull request as ready for review November 20, 2025 07:00
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

Copy link
Contributor

@thiagoftsm thiagoftsm left a comment

Choose a reason for hiding this comment

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

This PR is fixing issue in master branch when using "--disable-dbengine". LGTM!

@stelfrag stelfrag merged commit 49f117b into netdata:master Nov 21, 2025
119 checks passed
@stelfrag stelfrag deleted the fix_compilation branch November 21, 2025 05:43
stelfrag added a commit to stelfrag/netdata that referenced this pull request Nov 21, 2025
@stelfrag stelfrag mentioned this pull request Nov 21, 2025
Ferroin pushed a commit that referenced this pull request Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: netdata build fails if -DENABLE_DBENGINE:BOOL=FALSE set

2 participants