Question about hash ring in Cortex Architecture #3584
-
For the example, where there are 3 ingesters with token 0, 25, 50. If the hashed series from the distributor is non-negative, does that mean we could potentially end up with an ingester that is never being hit? Assuming that the replication factor is 1. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes. But remember that each ingester has 128 tokens and some run with 512 tokens. And beyond that we usually store millions of series, so we find that in practice you'll have quite the optimal distribution. |
Beta Was this translation helpful? Give feedback.
Yes. But remember that each ingester has 128 tokens and some run with 512 tokens. And beyond that we usually store millions of series, so we find that in practice you'll have quite the optimal distribution.