Cluster adapter provides count of manager-eligible nodes - #26836
Merged
moesterheld merged 2 commits intoAug 5, 2026
Conversation
moesterheld
deleted the
feature/opensearch-manager-nodes-count-health-reporter
branch
August 5, 2026 06:50
patrickmann
added a commit
that referenced
this pull request
Aug 5, 2026
Resolves the conflict in ClusterAdapterOS.java: master #26836 added countOfClusterManagerEligibleNodes() at the same insertion point where this branch added the bounded clusterHealth(Duration). The two methods are orthogonal; kept both. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
patrickmann
added a commit
that referenced
this pull request
Aug 5, 2026
Resolves the conflict in ClusterAdapterOSTest.java: master #26836 added the testManagerEligibleNodesCount test at the same slot where this branch added nodesStatsParsesPerNodeCpuAndHeapPercent. Independent tests; kept both (their production targets nodesStats()/countOfClusterManagerEligibleNodes() both survive the auto-merge). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
todvora
restored the
feature/opensearch-manager-nodes-count-health-reporter
branch
August 5, 2026 11:58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/nocl this is just infrastructure for https://github.com/Graylog2/graylog-plugin-enterprise/pull/15041
Description
Implement access to manager-eligible nodes count in all three storage modules.
Motivation and Context
Needed for https://github.com/Graylog2/graylog-plugin-enterprise/pull/15041
How Has This Been Tested?
Added unit test
Screenshots (if appropriate):
Types of changes
Checklist: