zalando-zmon / kairosdb

Fast scalable time series database
Apache License 2.0
2 stars 0 forks source link

Fix invalid row_key_split_index query #76

Closed alexkorotkikh closed 5 years ago

alexkorotkikh commented 5 years ago

While querying row_key_split_index, there's a bug in setting time parameters: in second occurrence they are set on positions 1 and 2 instead of 3 and 4 (see the code. This should be fixed, and code has to be simplified to avoid this.

alexkorotkikh commented 5 years ago

Fixed in scope of https://github.com/zalando-zmon/kairosdb/pull/82