Closed
Description
Java API client version
7.17.3
Java version
java 8
Elasticsearch Version
7.17.3
Problem description
Currently, the sizeInBytes field in the StoreStats object is create with type int, therefore if the index has over 15GB in the storage size, this field will become overflow.
This issue has made the client library useless for our use case and we have to go back to using the now deprecated version of older java clients.
Please take a look