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

[6.8] Backport fixes for memory reporting issues #68554

Conversation

williamrandolph
Copy link
Contributor

There are circumstances in which we can't retrieve correct value for total memory or total swap space, which can lead to subtraction errors and invalid arguments to ByteSizeValue. Related test failures have recently appeared in mixed cluster tests with 7.x and 6.8 nodes.

Although this issue shows up in tests, it could also appear as warnings from node stats endpoints.

This PR backports #56435 and #57317 to the 6.8 branch.

Fixes #68447

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants