Last Modified: Apr 28, 2025
Affected Product(s):
BIG-IQ Platform
Opened: Jun 06, 2022 Severity: 4-Minor
When querying the endpoint cm/shared/esmgmt/health, the query may fail with error generated in /var/log/restjavad. This can occur if any of the values in the nodeStats section have a value greater than 2147483647. If any are larger, an error similar to below will be logged in /var/log/restjavad: [INFO][01 Mar 2022 09:36:25 EET][/cm/shared/esmgmt/health ESHealthWorker] Unable to get Logging Configuration from Health worker. If the box is currently restarting this message can be ignored. Exception: java.lang.NumberFormatException: Expected an int but was 2246937653 at line 1 column 5453 path $.nodes..thread_pool.search.completed Note how the size of the value in this example is 2246937653 which is larger than 2147483647.
No result is returned and error is logged in /var/log/restjavad.
1. One or more values that is returned in nodeStats when querying cm/shared/esmgmt/health is greater than 2147483647. 2. cm/shared/esmgmt/health endpoint is queried
None
None