-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
IllegalArgumentException from node stats #56739
Comments
I wonder if this is related to #54415 We've only seen this in CI on Debian8, but there's nothing about the analysis that implies it would be limited to that platform. |
Pinging @elastic/es-core-features (:Core/Features/Stats) |
Fixed in #56435 |
I have a case which is very similar ( Full stack trace here: Swap looks sane in /proc/meminfo
|
@henrikno, thanks for the report. We'll look into that case as well. We know that some JVMs can return OS memory as zero under certain circumstances, so if we can establish that that can happen for swap as well, we can apply the same fix. |
As an addition to what @henrikno wrote, "restarting" the affected node doesn't seem to have fixed anything in this case, unlike the original bug report. |
I've opened #57312 for the negative values on the swap stats. |
Elasticsearch version (
bin/elasticsearch --version
): 7.7.0Plugins installed: [
repository-azure
,repository-s3
]JVM version (
java -version
): ESSOS version (
uname -a
if on a Unix-like system): ESS AzureDescription of the problem including expected versus actual behavior:
Executing
GET /_nodes/stats?level=shards
responds withExpect it to return 200 and node stats. Restarting the node fixes the issue. This is causing plan failures on ESS.
I believe #48380 is related, but this appears to be memory, not disk.
Steps to reproduce:
I don't have steps to reproduce.
Provide logs (if relevant):
Couldn't find any relevant logs from ES.
The text was updated successfully, but these errors were encountered: