You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I faced runtime error: index out of range [7] with length 7 in query-frontend 0.17.1. There were huge amount of such errors (I suppose on each request), attached full log for one such error.
Unfortunately I do not know how to reproduce it, so far it happened only once. query-frontend-0.17.1.err.log
The text was updated successfully, but these errors were encountered:
But I am not sure how to reproduce this from the query frontend because before sorting, we use a set to deduplicate series so I expect there is no duplicate labelset.
I will investigate more and check if I miss any corner case
I faced runtime error:
index out of range [7] with length 7
in query-frontend 0.17.1. There were huge amount of such errors (I suppose on each request), attached full log for one such error.Unfortunately I do not know how to reproduce it, so far it happened only once.
query-frontend-0.17.1.err.log
The text was updated successfully, but these errors were encountered: