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

/_status doc count of index wrong #1615

Closed
dobe opened this issue Jan 16, 2012 · 1 comment
Closed

/_status doc count of index wrong #1615

dobe opened this issue Jan 16, 2012 · 1 comment

Comments

@dobe
Copy link

dobe commented Jan 16, 2012

we have an index with about 5*10^9 docs, when calling /_status the indices..docs.num_docs and max_doc returns a wrong value. looks like an overflow somewhere

when calling /<idx_name>/_stats, the number of docs is right. in _all.primaries.docs.count

to reproduce add about 2*10^9 docs to an index

this issue also affects the index display in elasticsearch-head

@kimchy
Copy link
Member

kimchy commented Jan 16, 2012

Yea, it is overflowing on the _status API. The aim it to have the stats API to replace the status API (it is better designed), but, this need to be fixed...

@kimchy kimchy closed this as completed in bddea09 Jan 16, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants