-
Notifications
You must be signed in to change notification settings - Fork 104
Panic in function processing (seriesaggregators.go) #1939
Comments
I was able to reproduce it with query
|
Even simpler reproduction query:
Also breaks with |
Panic does not always happen, only with some time ranges. |
|
reversing the arguments to |
in
|
very linked to previously fixed issue #1811 |
In one of our production instances we're seeing a panic occurring regularly:
I think this is an indication for a bigger issue, because actually this "index out of range" shouldn't happen, but as a quick fix we could at least add a
len()
check on the relevant line to prevent a panic.The text was updated successfully, but these errors were encountered: