Skip to content

StoreStats uses int for sizeInBytes field #347

Closed
@lzz118

Description

@lzz118

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.

https://javadoc.io/doc/co.elastic.clients/elasticsearch-java/7.17.3/co/elastic/clients/elasticsearch/_types/StoreStats.html

image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions