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

skip count can become extremely elevated #31

Open
nerophon opened this issue Mar 15, 2017 · 0 comments
Open

skip count can become extremely elevated #31

nerophon opened this issue Mar 15, 2017 · 0 comments

Comments

@nerophon
Copy link

The skip count gets incredibly high in a specific situation with high volume.

  • A set of clusters with cascading replication enabled and realtime replication occurring between the clusters
  • Puts are normally being made to cluster A, then the realtime queue that goes from cluster C to cluster B will normally see those puts as skips because B will already be in the routed clusters list. + Until something is delivered the skip count is not used
    The first time something is put to cluster C, it gets replicated to B without a problem. However, after a significant number of puts are sent from A -> B -> C, without any objects going the reserve path (C-> B -> A), when the next object is sent from C -> B there will be an incredibly large skip count that has built up.

We saw a customer with a skip count of just over 73 million objects. In replication efforts, we were able to see skip counts become elevated in the single millions, however, this was not enough to create the latency observed by the customer.

A restart cleared the skip count and the latency returned to normal in the customer cluster.

This issue has a counterpart in the private riak_repl repository. Here is the link.

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

No branches or pull requests

1 participant