-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add heap usage estimate to ClusterInfo #128723
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
Merged
nicktindall
merged 40 commits into
elastic:main
from
nicktindall:ES_11445_add_heap_memory_to_cluster_info
Jun 12, 2025
Merged
Changes from 30 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
2d60021
Add nodeHeapUsage field to ClusterInfo
nicktindall 542c256
Populate nodesHeapUsage, make HeapUsageSupplier pluggable
nicktindall 356beb5
Fix tests
nicktindall 81fd063
Allow deferred creation of HeapUsageSupplier
nicktindall bc0682c
Default HeapUsageSupplier
nicktindall 747b5a2
Merge remote-tracking branch 'origin/main' into ES_11445_add_heap_mem…
nicktindall 13d1de8
Clarify that heap usage is a minimum
nicktindall f4d9db5
Test that InternalClusterInfoService polls for heap usage
nicktindall bf51e85
Test that getNodesHeapUsage returns heap usage
nicktindall c47c0ca
More caveats for #getNodesHeapUsage()
nicktindall 23eb8e6
Remove HeapUsageSupplier from ClusterPlugin interface
nicktindall 887bcaf
Swap free for used in HeapUsage
nicktindall 7275acb
Merge remote-tracking branch 'origin/main' into ES_11445_add_heap_mem…
nicktindall 85fd019
Don't report heap usage in ClusterInfo serialization
nicktindall f112a3b
Fix tests
nicktindall 3a1ada2
Only skip disk usage fetches when disk usage is disabled
nicktindall 8fa587f
HeapUsage -> ShardHeapUsage
nicktindall 6d4b204
Merge remote-tracking branch 'origin/main' into ES_11445_add_heap_mem…
nicktindall 2c42a82
icis -> internalClusterInfoService
nicktindall 58402bd
diskUsage -> shardHeapUsage
nicktindall 63bbea8
Note about not serializing shardHeapUsages
nicktindall 0cacdc7
Remove unused serialization interface/methods
nicktindall dd73d37
Additional assertions
nicktindall 765ade8
Clear shardHeapUsages on failure to fetch
nicktindall e26b62f
Fix naming
nicktindall 55637b6
Restore + test percentage methods
nicktindall f4b90b5
Load ShardHeapUsageSupplier via SPI
nicktindall 0789fef
Move SPI config to internalClusterTest
nicktindall 2d475c8
Merge branch 'main' into ES_11445_add_heap_memory_to_cluster_info
nicktindall f56f00e
Merge remote-tracking branch 'origin/main' into ES_11445_add_heap_mem…
nicktindall 7b5bf95
*Supplier -> *Collector
nicktindall 08a5ca3
Merge remote-tracking branch 'origin/main' into ES_11445_add_heap_mem…
nicktindall 09ca9dc
Merge remote-tracking branch 'origin/main' into ES_11445_add_heap_mem…
nicktindall cd6b7e9
Don't assert estimate <= max heap
nicktindall 5e2cb9f
Merge remote-tracking branch 'origin/main' into ES_11445_add_heap_mem…
nicktindall c529194
Merge branch 'main' into ES_11445_add_heap_memory_to_cluster_info
nicktindall d831194
Use node stats to retrieve max heap size
nicktindall b8387bb
[CI] Auto commit changes from spotless
26dba4d
Fix build
nicktindall f15fca2
Merge remote-tracking branch 'origin/main' into ES_11445_add_heap_mem…
nicktindall File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
10 changes: 10 additions & 0 deletions
10
...lClusterTest/resources/META-INF/services/org.elasticsearch.cluster.ShardHeapUsageSupplier
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| # | ||
| # Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
| # or more contributor license agreements. Licensed under the "Elastic License | ||
| # 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side | ||
| # Public License v 1"; you may not use this file except in compliance with, at | ||
| # your election, the "Elastic License 2.0", the "GNU Affero General Public | ||
| # License v3.0 only", or the "Server Side Public License, v 1". | ||
| # | ||
|
|
||
| org.elasticsearch.index.shard.IndexShardIT$BogusShardShardHeapUsageSupplier |
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.