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
{{ message }}
This repository was archived by the owner on Aug 23, 2023. It is now read-only.
While a cluster of Metrictanks is in a state where its partitions are distributed unequally between instances, there can be situations where finds using speculative query execution result in incomplete results.
We're currently using the first partition of each Metrictank as an identifier for its partition group, assuming that all Metrictanks which have the same first partition have all the same partitions
In a situation where the partition distribution is unequal, this can result in partitions being omitted when executing cluster wide finds.
For example:
Metrictank0: 4,5,6,7
Metrictank1: 4,5
It is possible that a /find call would end up on Metrictank1 and the partitions 6,7 would get omitted.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
While a cluster of Metrictanks is in a state where its partitions are distributed unequally between instances, there can be situations where finds using speculative query execution result in incomplete results.
We're currently using the first partition of each Metrictank as an identifier for its partition group, assuming that all Metrictanks which have the same first partition have all the same partitions
metrictank/cluster/cluster.go
Line 182 in 431b6c9
In a situation where the partition distribution is unequal, this can result in partitions being omitted when executing cluster wide finds.
For example:
It is possible that a
/find
call would end up on Metrictank1 and the partitions6,7
would get omitted.The text was updated successfully, but these errors were encountered: