Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

prevent integer values overflowing our index datatypes #1143

Merged
merged 3 commits into from
Nov 16, 2018
Merged

Conversation

Dieterbe
Copy link
Contributor

the cassandra index uses 'int' type which is a 32bit signed integer.
If we allow extremely high interval and timestamp values then
we will get errors trying to update index in cassandra, which will
keep retrying and blocking metrictank.

the cassandra index uses 'int' type which is a 32bit signed integer.
If we allow extremely high interval and timestamp values then
we will get errors trying to update index in cassandra, which will
keep retrying and blocking metrictank.
@Dieterbe Dieterbe merged commit 3882507 into master Nov 16, 2018
@Dieterbe Dieterbe deleted the cap-int-limits branch March 27, 2019 21:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants