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

Riak Repl Settings fullsync_strategy not documented #184

Open
Bob-The-Marauder opened this issue Apr 7, 2023 · 0 comments
Open

Riak Repl Settings fullsync_strategy not documented #184

Bob-The-Marauder opened this issue Apr 7, 2023 · 0 comments

Comments

@Bob-The-Marauder
Copy link

There is no mention in the docs of Riak Repl fullsync_strategy. This can be set in advanced.config under the riak_repl section. When not set, it uses the default setting is keylisting but the other option is to set {fullsync_strategy, aae} which will then use legacy AAE hashtrees to sync data between the two clusters. It is slightly more efficient than keylisting but has a number of issues that such as not being able to sync partitions if the sink cluster happens to be rebuilding that hashtree at the time of the attempt.
The spam in the logs generated by this latter one can be reduced by telling Riak to soft fail on items such as this by also adding {max_fssource_soft_retries, 3}, to the riak_repl section of advanced.config

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