Skip to content
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

receive: Replica count exceeds replication factor although it does not? #4305

Closed
bwplotka opened this issue Jun 4, 2021 · 3 comments · Fixed by #4394
Closed

receive: Replica count exceeds replication factor although it does not? #4305

bwplotka opened this issue Jun 4, 2021 · 3 comments · Fixed by #4394

Comments

@bwplotka
Copy link
Member

bwplotka commented Jun 4, 2021

level=debug ts=2021-05-27T00:57:03.170460586Z caller=handler.go:641 component=receive component=receive-handler msg="failed to handle request" err="replica count exceeds replication factor"
replicas: 6
receive.replication-factor=2

I don't really understand this, replica does not exceed replication 🤔

@bwplotka
Copy link
Member Author

bwplotka commented Jun 4, 2021

This might need more info, I suspect 2 replicas were just up. Worth to document this error/failure mode better

@squat
Copy link
Member

squat commented Jun 4, 2021

This is saying that a receiver A got a forwarded message from receiver B.

B said "this is copy number 6 of the time series."

A looks at it's configuration and says "huh, replication factor is only 2, so why did i get copy number 6? This must be a mistake"

@bill3tt
Copy link
Contributor

bill3tt commented Jul 1, 2021

I've been confused by this in the past too - partly because the error only showed up on the caller side.

Should be straightforward to make this clearer 💪

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants