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

Bleve tag indexer will break after block 2^53 #1674

Closed
kostko opened this issue May 2, 2019 · 0 comments · Fixed by #4216
Closed

Bleve tag indexer will break after block 2^53 #1674

kostko opened this issue May 2, 2019 · 0 comments · Fixed by #4216
Labels
c:runtime/indexer Category: runtime block and/or tag indexer

Comments

@kostko
Copy link
Member

kostko commented May 2, 2019

The Bleve tag indexer will break after block ~2^53 as it only supports indexing numeric values as float64 for some reason. This should still be enough for a long time, but the correct way would be to use uint64 for indexing rounds, maybe with a different indexer backend or by updating the upstream indexer.

@kostko kostko added the c:client Category: client interface label May 2, 2019
@kostko kostko added c:runtime/indexer Category: runtime block and/or tag indexer and removed c:client Category: client interface labels May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:runtime/indexer Category: runtime block and/or tag indexer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant