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
When running loki on separate components mode ( ingester,querier,distibuter,table-manager)
Getting the following error : loki-querier | level=error ts=2020-06-01T09:22:37.9300754Z caller=pool.go:161 msg="error removing stale clients" err="too many failed ingesters" loki-distributor | level=error ts=2020-06-01T09:22:38.2747819Z caller=pool.go:161 msg="error removing stale clients" err="too many failed ingesters"
The text was updated successfully, but these errors were encountered:
dorroddorrod
changed the title
Getting err="too many failed ingesters" when running in docker
Getting err="too many failed ingesters" when running on docker
Jun 1, 2020
Hey, let's see if I can help. The current bottleneck is due to the combination of the replication_factor: 3 config and running one replica of the ingester. It's basically saying "all data must be replicated 3 times", but only presents it one ingester to replicate the data to. You'll need to either scale back the replication factor or scale out the ingesters.
Uh oh!
There was an error while loading. Please reload this page.
When running loki on separate components mode ( ingester,querier,distibuter,table-manager)
Getting the following error :
loki-querier | level=error ts=2020-06-01T09:22:37.9300754Z caller=pool.go:161 msg="error removing stale clients" err="too many failed ingesters" loki-distributor | level=error ts=2020-06-01T09:22:38.2747819Z caller=pool.go:161 msg="error removing stale clients" err="too many failed ingesters"
My docker-compose.yaml :
loki config file :
The text was updated successfully, but these errors were encountered: