-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
With hierarchal query instances receiving "dropping store, external labels are not unique" messages #1337
Comments
More context:
Not many ideas pop into my mind but I think we could leave the first store up and then drop all of the other duplicates. Not sure if we can avoid such situation in this use-case if Thanos Query will work like it does in Thoughts? |
What's you setup again? I am still missing what's is happening here, why you end up with same external labels. |
Do you have maybe 2 replicas of Querier for the same underlying stores pointed directly?
It looks like it. |
Replica label is fine - it is never excluded in dedup. |
|
Discussed offline and confirmed that is the case.
The plan is to:
|
Fixes #1337 Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
* querier: Allows single store in case of duplicates. Drop others. Fixes #1337 Signed-off-by: Bartek Plotka <bwplotka@gmail.com> * Updated CHANGELOG. Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
We have a hierarchal thanos setup which pulls from multiple k8s clusters. With v0.5 this worked OK. Upon upgrading to v0.6 the top level query nodes no longer would return any data.
Messages received as
The daemons are started with
--query.replica-label='replica'
Debug messages show:-
This appears to be related to change:-
05f81a5
Reverting the top level query nodes to v0.5 and data is now returning.
The text was updated successfully, but these errors were encountered: